Skip to content

Commit b55b823

Browse files
committed
New post and upgraded github actions
1 parent 07a91b0 commit b55b823

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

.github/workflows/jekyll.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Setup Ruby
3737
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
3838
with:
@@ -53,7 +53,7 @@ jobs:
5353
JEKYLL_ENV: production
5454
- name: Upload artifact
5555
# Automatically uploads an artifact from the './_site' directory by default
56-
uses: actions/upload-pages-artifact@v1
56+
uses: actions/upload-pages-artifact@v3
5757

5858
# Deployment job
5959
deploy:
@@ -65,4 +65,4 @@ jobs:
6565
steps:
6666
- name: Deploy to GitHub Pages
6767
id: deployment
68-
uses: actions/deploy-pages@v2
68+
uses: actions/deploy-pages@v4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: post
3+
title: "Spring Boot 3.3.5 starters available now"
4+
date: 2024-11-02 12:20:00 +0000
5+
author: Simon Taylor
6+
categories: microservices correlation spring opensource
7+
permalink: /microservices/correlation/spring/opensource/2024/11/02/spring-boot-3-3-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.3.5](https://spring.io/blog/2024/10/24/spring-boot-3-3-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.3.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.3.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.23
36+
* [spt-development-cid-jms-spring](https://github.com/spt-development/spt-development-cid-jms-spring)- v3.0.23
37+
* [spt-development-cid-web](https://github.com/spt-development/spt-development-cid-web) - v2.0.20
38+
* [spt-development-logging-spring](https://github.com/spt-development/spt-development-logging-spring) - v3.2.4
39+
* [spt-development-test](https://github.com/spt-development/spt-development-test) - v3.1.12
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.5 and v3.3.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)