Skip to content

fix(maven): update Spring Boot to 4.0 and enable parent POM local install#34081

Merged
FrozenPandaz merged 3 commits intomasterfrom
maven-e2e-fix
Jan 12, 2026
Merged

fix(maven): update Spring Boot to 4.0 and enable parent POM local install#34081
FrozenPandaz merged 3 commits intomasterfrom
maven-e2e-fix

Conversation

@FrozenPandaz
Copy link
Collaborator

Current Behavior

Maven e2e tests fail with two issues:

  1. Spring Initializr rejects Spring Boot 3.4.0 (now requires >=3.5.0)
  2. Parent POMs (nx-parent and nx-maven-parent) aren't installed locally, causing Maven to fail when resolving nx-maven-plugin:0.0.12 since it's not yet published to Maven Central

Expected Behavior

Maven e2e tests pass successfully by:

  1. Using Spring Boot 4.0.0 which is supported by Spring Initializr
  2. Installing parent POMs to local Maven repository so the plugin can resolve its dependencies

Related Issue(s)

Fixes the CI failures in maven e2e tests after the 0.0.12 version bump.

…tall

- Update Spring Boot version from 3.4.0 to 4.0.0 in e2e tests
  (Spring Initializr now requires >=3.5.0)
- Enable local installation of parent POMs by setting maven.install.skip=false
  (required for e2e tests since 0.0.12 isn't published to Maven Central yet)
@vercel
Copy link

vercel bot commented Jan 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
nx-dev Ready Ready Preview Jan 12, 2026 9:08pm

@netlify
Copy link

netlify bot commented Jan 12, 2026

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 9b1905d
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/6965612902fb75000898e68c
😎 Deploy Preview https://deploy-preview-34081--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Jan 12, 2026

View your CI Pipeline Execution ↗ for commit 9b1905d

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 12m 31s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 2m 41s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 11s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-01-12 21:20:30 UTC

@FrozenPandaz FrozenPandaz merged commit 8b7dc6c into master Jan 12, 2026
20 checks passed
@FrozenPandaz FrozenPandaz deleted the maven-e2e-fix branch January 12, 2026 21:29
@github-actions
Copy link
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants