Updates from upstream - #139
Merged
Merged
Conversation
* pr/1729: Upgrade sentry-bom to 8.2.0 Closes gh-1729
See gh-1727 Signed-off-by: Damien Vitrac <damien@vitrac.me>
* pr/1727: Update colors of the dependencies modal Closes gh-1727
See gh-1733
See gh-1733
* pr/1733: Polish "Update Spring Modulith versions" Update Spring Modulith versions Closes gh-1733
Closes gh-1734
See gh-1737 Signed-off-by: ferclager <17533449+ferclager@users.noreply.github.com>
* pr/1737: Upgrade spring-cloud-gcp to 5.11.1 and 6.0.1 Closes gh-1737
See gh-1736 Signed-off-by: ferclager <17533449+ferclager@users.noreply.github.com>
* pr/1736: Upgrade graphql.dgs version to 10.0.4 Closes gh-1736
See gh-1735 Signed-off-by: ferclager <17533449+ferclager@users.noreply.github.com>
* pr/1735: Upgrade Sentry version to 8.3.0 Closes gh-1735
Also replaces the starter with a WebMVC specific starter if needed. Closes gh-1740
See gh-1741 Signed-off-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
* pr/1741: Upgrade to Vaadin 24.6.6 and 24.5.13 Closes gh-1741
This reverts commit 0aaa1ca.
See gh-1740
This reverts commit 8ec33c5.
See gh-1745 Signed-off-by: Michael Vitz <vitz.michael@googlemail.com>
* pr/1745: Update JTE to 3.1.16 Closes gh-1745
Closes gh-1743
Closes gh-1744
Closes gh-1746
See gh-1745
These dates prevent byte-for-byte reproducibility to the generated sources. See gh-1742 Signed-off-by: Eric Haag <ehaag@gradle.com>
* pr/1742: Disable dates in generated annotations for DGS Codegen Maven Closes gh-1742
https://camel.apache.org/blog/2025/03/RELEASE-4.10.1/ https://camel.apache.org/blog/2025/03/RELEASE-4.8.4/ See gh-1747 Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
See gh-1859 Signed-off-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
* pr/1859: Upgrade to Vaadin 24.8.3 and 24.7.10 Closes gh-1859
This commit raises the minimum supported version to Spring Boot 3.4. As a result, the Okta entry has been removed as it no longer matches the requirements. See gh-1826 Signed-off-by: Stéphane Nicoll <stephane.nicoll@broadcom.com>
See gh-1826
* pr/1826: Polish "Drop support for Spring Boot 3.3" Drop support for Spring Boot 3.3 Closes gh-1826
https://camel.apache.org/blog/2025/07/RELEASE-4.13.0/ See gh-1860 Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
* pr/1860: Update to Camel 4.13.0 Closes gh-1860
The jakarta_option was only supported by a single grpc-java release and quickly replaced by @generated=omit (grpc/grpc-java#11086), which is used by the current Spring gRPC version. See gh-1855 Signed-off-by: Nils Breunese <nils@breun.nl>
See gh-1855
* pr/1855: Polish "Drop old 'jakarta_omit' option" Drop old 'jakarta_omit' option Closes gh-1855
There are now 4 dependencies for the supported backends of Spring Session: - Data MongoDB - Data Redis - Hazelcast - JDBC If Spring Boot < 4.0.x is selected, it uses the org.springframework.session:spring-session-xxx artifacts. If Spring Boot >= 4.0.x is selected, it uses the org.springframework.boot:spring-boot-session-xxx artifacts. See gh-1861
If Kafka Streams are selected, a dependency on kafka is added if using Spring Boot 4.0.0+ See gh-1861
com.unboundid:unboundid-ldapsdk is an optional dependency of spring-boot-ldap, LdapUnboundIdBuildCustomizer takes care of adding it if necessary. See gh-1861
Closes gh-1862
See gh-1864 Signed-off-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
* pr/1864: Upgrade to Vaadin 24.7.11 Closes gh-1864
Closes gh-1863
Preview link: https://initializr-web-pr-139.azurewebsites.net
Need to pair with a custom InitializrService address?A team member can use this az CLI command, replacing and for valid numbers: az webapp config appsettings set --resource-group steeltoe --name initializr-web --slot pr-<this-PR-number> --settings "INITIALIZR_SERVICE_HOST=initializr-service-pr-<other-pr-number>.azurewebsites.net" "INITIALIZR_SERVICE_URI=https://initializr-service-pr-<other-pr-number>.azurewebsites.net/api/"
|
bart-vmware
approved these changes
Jul 17, 2025
Member
There was a problem hiding this comment.
The diff looks fine, but I'd like to test with our latest changes to service/templates/etc. Can you update the preview pipeline to use those?
Right now, when I generate a project with all 4.x dependencies, it doesn't compile due to the following error:
Warning As Error: Detected package downgrade: MySql.Data from 9.3.0 to 9.2.0. Reference the package directly from the project to select a different version.
SampleNamespace -> MySql.EntityFrameworkCore 9.0.3 -> MySql.Data (>= 9.3.0)
SampleNamespace -> MySql.Data (>= 9.2.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is largely about syncing with the upstream in order to resolve dependency issues, but I brought the commits along this time so that future syncs can be a lot cleaner.
There is also a commit to improve the header on the screen that pops up when you click on the hamburger menu.
Before:


After:
As a general reminder, this fork of start.spring.io is only concerned with files under the path
/start-client, so the vast majority of changes in this collection is effectively irrelevant. Additionally, in the upstream repo the copyright file headers were updated from- <YEAR>to- Presentand in over 300 of files changed, this was the only differencePreview a future update