Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update spring boot to v3.3.1 (main) #19581

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-maven-plugin (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-dependencies (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-json (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-actuator (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-configuration-processor (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-test (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-actuator-autoconfigure (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-autoconfigure (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot-actuator (source) 3.3.0 -> 3.3.1 age adoption passing confidence
org.springframework.boot:spring-boot (source) 3.3.0 -> 3.3.1 age adoption passing confidence

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)

v3.3.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the automerge label Jun 20, 2024
@renovate renovate bot enabled auto-merge June 20, 2024 11:53
@github-actions github-actions bot added component/zeebe Related to the Zeebe component/team component/operate Related to the Operate component/team component/tasklist Related to the Tasklist component/team labels Jun 20, 2024
Copy link
Contributor

github-actions bot commented Jun 20, 2024

Operate Opensearch ITs Results

182 tests  ±0   182 ✅ ±0   1m 0s ⏱️ -1s
 19 suites ±0     0 💤 ±0 
 19 files   ±0     0 ❌ ±0 

Results for commit 5b6ddfc. ± Comparison against base commit 6d5f99a.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 20, 2024

Operate Unit Tests Results

308 tests  ±0   307 ✅ ±0   6m 41s ⏱️ -8s
 51 suites ±0     1 💤 ±0 
 51 files   ±0     0 ❌ ±0 

Results for commit 5b6ddfc. ± Comparison against base commit 6d5f99a.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 20, 2024

Operate Integration Tests Results

535 tests  ±0   533 ✅ ±0   8m 18s ⏱️ +29s
 89 suites ±0     2 💤 ±0 
 89 files   ±0     0 ❌ ±0 

Results for commit 5b6ddfc. ± Comparison against base commit 6d5f99a.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/main-spring-boot branch 21 times, most recently from 48a29d5 to d436610 Compare June 22, 2024 03:10
@renovate renovate bot force-pushed the renovate/main-spring-boot branch 20 times, most recently from 024c676 to 7b95647 Compare June 25, 2024 15:52
@renovate renovate bot force-pushed the renovate/main-spring-boot branch from 7b95647 to 5b6ddfc Compare June 25, 2024 17:04
@npepinpe
Copy link
Member

Strange, how is updating Spring causing HTTP/2 errors?

@npepinpe
Copy link
Member

Ah, because it requires 4.1.111.Final, which is blocked right now

@npepinpe
Copy link
Member

Actually I'm wrong, Netty is up to date on main, it's only blocked on stable branches 🤔

@npepinpe
Copy link
Member

So Netty 4.1.111.Final is not compatible with gRPC, and is likely to cause many issues. It's a shame it was merged automatically, but apparently it's flaky in prod, so it was possible for it to be green. I will downgrade and block the update for now, and once gRPC 1.65 is out we can update Netty, and consequently Spring Boot as well.

Copy link
Member

@npepinpe npepinpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incompatible with gRPC < 1.65

github-merge-queue bot pushed a commit that referenced this pull request Jun 26, 2024
## Description

Netty 4.1.111.Final is incompatible with grpc-java < 1.65.0 and >=
1.51.0. It can introduce buffer corruption at any point, which if you're
lucky is detected, but may also go unnoticed and result in garbage and
waste of time.

Wait until grpc-java releases a compatible version before updating to
4.1.111.Final. Note that this also blocks Spring Boot 3.3.1 which
depends on Netty 4.1.111.Final.

See:

- grpc/grpc-java#11284 (comment)
- https://github.com/grpc/grpc-java/releases/tag/v1.64.0

## Related issues

blocks #19581
blocks #19265
blocks #19264
blocks #19259
blocks #19258
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge component/operate Related to the Operate component/team component/tasklist Related to the Tasklist component/team component/zeebe Related to the Zeebe component/team stop-updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant