Skip to content

Commit 61493c5

Browse files
committed
New post
1 parent 68a7b00 commit 61493c5

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: post
3+
title: "Spring Boot 3.4.5 starters available now"
4+
date: 2025-05-04 16:15:00 +0000
5+
author: Simon Taylor
6+
categories: microservices correlation spring opensource
7+
permalink: /microservices/correlation/spring/opensource/2025/05/04/spring-boot-3-4-5-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.4.5](https://spring.io/blog/2025/04/24/spring-boot-3-4-5-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.4.5:
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.4.5 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.28
36+
* [spt-development-cid-jms-spring](https://github.com/spt-development/spt-development-cid-jms-spring)- v3.0.28
37+
* [spt-development-cid-web](https://github.com/spt-development/spt-development-cid-web) - v2.0.25
38+
* [spt-development-logging-spring](https://github.com/spt-development/spt-development-logging-spring) - v3.2.9
39+
* [spt-development-test](https://github.com/spt-development/spt-development-test) - v3.1.17
40+
41+
We have also upgraded the [demo project](https://github.com/spt-development/spt-development-demo) and the
42+
[Micrometer demo project](https://github.com/spt-development/spt-development-micrometer-tracing-demo) to Spring Boot 3.4.5 and v3.4.5 of all the libraries above.
43+
44+
Please note, the Micrometer demo project, is still just being built against JDK 21 until Artemis supports JDK 23 - see [this issue](https://issues.apache.org/jira/browse/ARTEMIS-4975).
45+
46+
---
47+
48+
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)