Skip to content

Commit 205f9aa

Browse files
committed
Added new post
1 parent 4586a2f commit 205f9aa

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: post
3+
title: "Spring Boot 3.3.0 starters available now"
4+
date: 2024-06-08 15:50:00 +0000
5+
author: Simon Taylor
6+
categories: microservices correlation spring opensource
7+
permalink: /microservices/correlation/spring/opensource/2024/06/08/spring-boot-3-3-0-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.0](https://spring.io/blog/2024/05/23/spring-boot-3-3-0-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.0:
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.0 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.18
36+
* [spt-development-cid-jms-spring](https://github.com/spt-development/spt-development-cid-jms-spring)- v3.0.18
37+
* [spt-development-cid-web-spring](https://github.com/spt-development/spt-development-cid-web-spring)- v2.0.17
38+
* [spt-development-logging-spring](https://github.com/spt-development/spt-development-logging-spring) - v3.1.1
39+
* [spt-development-test](https://github.com/spt-development/spt-development-test) - v3.1.7
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.3.0 and v3.3.0 of all the libraries above.
43+
44+
---
45+
46+
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)