Skip to content

Commit bdd0172

Browse files
committed
New post
1 parent 205f9aa commit bdd0172

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: post
3+
title: "Spring Boot 3.3.1 starters available now"
4+
date: 2024-07-14 15:50:00 +0000
5+
author: Simon Taylor
6+
categories: microservices correlation spring opensource
7+
permalink: /microservices/correlation/spring/opensource/2024/07/14/spring-boot-3-3-1-starters-available-now
8+
image:
9+
path: /assets/images/cards/card-blog.jpg
10+
type: image/jpeg
11+
height: 1200
12+
width: 630
13+
excerpt: |
14+
We are pleased to announce the release of new versions of the SPT Development [Spring Boot](https://spring.io/projects/spring-boot){: target="_blank"}
15+
starter projects, for integrating the SPT Development libraries related to correlation IDs, logging and auditing, into Spring Boot applications.
16+
<span class="d-inline d-md-none d-xl-inline">These new releases along with new releases of some of the projects they relate to, have been updated to
17+
align with the recently released [Spring Boot 3.3.1](https://spring.io/blog/2024/06/20/spring-boot-3-3-1-available-now){: target="_blank" }.
18+
As always, the source is available on [GitHub](https://github.com/spt-development) and the artifacts are also available in
19+
[Maven Central](https://mvnrepository.com/artifact/com.spt-development) for easy inclusion in your own <em>Java</em> projects.</span>
20+
{: class="lead"}
21+
news: true
22+
---
23+
{{ page.excerpt | remove: '<span class="d-inline d-md-none d-xl-inline">' | remove: '</span>' }}
24+
25+
The following projects have all been updated to v3.3.1:
26+
27+
* [spt-development-audit-spring-boot](https://github.com/spt-development/spt-development-audit-spring-boot)
28+
* [spt-development-cid-jms-spring-boot](https://github.com/spt-development/spt-development-cid-jms-spring-boot)
29+
* [spt-development-cid-web-spring-boot](https://github.com/spt-development/spt-development-cid-web-spring-boot)
30+
* [spt-development-logging-spring-boot](https://github.com/spt-development/spt-development-logging-spring-boot)
31+
32+
Additionally, the following libraries have also been updated to align with version 3.3.1 of Spring Boot and/or to the latest versions of other
33+
dependencies:
34+
35+
* [spt-development-audit-spring](https://github.com/spt-development/spt-development-audit-spring) - v3.0.19
36+
* [spt-development-cid-jms-spring](https://github.com/spt-development/spt-development-cid-jms-spring)- v3.0.19
37+
* [spt-development-logging-spring](https://github.com/spt-development/spt-development-logging-spring) - v3.2.0
38+
* [spt-development-test](https://github.com/spt-development/spt-development-test) - v3.1.8
39+
40+
We have also upgraded the [demo project](https://github.com/spt-development/spt-development-demo) and the
41+
[Micrometer demo project](https://github.com/spt-development/spt-development-micrometer-tracing-demo) to Spring Boot 3.3.1 and v3.3.1 of all the libraries above.
42+
43+
### spt-development-logging-spring - Arbitrary bean logging support
44+
45+
Release 3.2.0 of `spt-development-logging-spring` introduces support for logging public methods of arbitrary beans. This logging is enabled by adding the
46+
`EnableBeanLogging` annotation to your project. The `includeBasePackageClasses` must contain at least one class and enables logging of Spring beans from the same package as any of the classes specified.
47+
48+
{% gist 5eabf0f335a6cb8813803cb382cd041b %}
49+
50+
---
51+
52+
We hope this helps the community, and if there are any questions or comments, please don't hesitate to [get in touch]({{ "/contact-us" | relative_url }}){:title="Contact Us"}.

0 commit comments

Comments
 (0)