Skip to content

chore: bump org.springframework.boot from 3.4.2 to 3.4.4 in /dgs-subscription-ws #3189

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps org.springframework.boot from 3.4.2 to 3.4.4.

Release notes

Sourced from org.springframework.boot's releases.

v3.4.4

❗ Noteworthy Changes

Tomcat APR support is now disabled by default if you are using Java 24 or higher. This change has been made to prevent JDK from issuing warnings.

Please see the updated release notes for details.

🐞 Bug Fixes

  • Actuator throws an exception when using prototype scoped DataSource bean #44706
  • Docker API error message is missing in some cases #44630
  • DefaultJmsListenerContainerFactoryConfigurer#setObservationRegistry should not be public #44585
  • When an application contains multiple DataSource beans, EntityManagerFactoryBuilder will default ddl-auto to a value that may only be appropriate for the primary DataSource #44516
  • When the main class is not proxied, native testing that uses the application's main method does not work #44481
  • When loading configuration from a Resource, Log4J2LoggingSystem may not close the InputStream #44473
  • When loading from a resource, PemContent does not close the InputStream #44454
  • ResourceBanner does not close the InputStream used to read the banner #44452
  • ConfigDataLocationResolvers and PropertySourceLoaders are loaded using a potentially different class loader #44450
  • Kafka message sending fails with 'class SslBundleSslEngineFactory could not be found' #44437
  • Kafka in native-image fails when using SSL bundles #44436
  • Nested test classes don't inherit properties from @DataJpaTest on enclosing class #44407
  • Failure diagnostics are poor when trying to use an image platform that is not supported by the builder #44059
  • Checking if APR is available logs a warning on Java 24 #44033

📔 Documentation

  • Multiline properties in documentation are missing backslashes #44790
  • Polish javadoc of SqlR2dbcScriptDatabaseInitializer #44764
  • Document support for Java 24 #44754
  • Remove OpenShift link that 404s #44748
  • Fix link to javadoc for JavaExec.setArgsString #44536
  • Fix typo in documentation #44523
  • Update descriptions of properties that no longer require Flyway Teams #44483
  • Fix typo in javadoc of CommonStructuredLogFormat#ELASTIC_COMMON_SCHEMA #44469
  • Samples for metadata annotation processers have invalid fold attribute #44420
  • Clarify which Mongo properties are ignored when URI property is set #44404
  • Adapt Javadoc reference of JooqExceptionTranslator to use ExceptionTranslatorExecuteListener #44402

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.6 #44663
  • Upgrade to AspectJ 1.9.23 #44720
  • Upgrade to Groovy 4.0.26 #44546
  • Upgrade to Hibernate 6.6.11.Final #44739
  • Upgrade to Infinispan 15.0.14.Final #44548
  • Upgrade to Jackson Bom 2.18.3 #44549
  • Upgrade to Jetty 12.0.18 #44774
  • Upgrade to Jetty Reactive HTTPClient 4.0.9 #44773
  • Upgrade to jOOQ 3.19.21 #44665
  • Upgrade to Logback 1.5.18 #44775
  • Upgrade to Maven Deploy Plugin 3.1.4 #44552

... (truncated)

Commits
  • d4eb556 Increase Nexus timeouts
  • 0226b6a Release v3.4.4
  • 6ba94ae Merge branch '3.3.x' into 3.4.x
  • 36a5936 Next development version (v3.3.11-SNAPSHOT)
  • 375aba6 Upgrade to Spring Framework 6.2.5
  • 37e4a3c Merge branch '3.3.x' into 3.4.x
  • 99fa21c Upgrade to asciidoctor-extensions 1.0.0-alpha.17
  • f86a6fb Upgrade to Spring Batch 5.2.2
  • 6567609 Merge branch '3.3.x' into 3.4.x
  • 80b6c59 Improve debuggability of DockerComposeTestExtension
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.2 to 3.4.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 24, 2025
Copy link

Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here.

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: build

Failed stage: Build with Gradle [❌]

Failed test name: SubscriptionTest.testMessages()

Failure summary:

The build failed because of a failing test in the test suite. Specifically:

  • The test testMessages() in SubscriptionTest failed with an assertion error at line 59 in
    SubscriptionTest.kt
  • The build process executed 2 tests in total, with 1 failing
  • The Gradle build task :test failed as a result of this test failure

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    138:  Creating settings.xml with server-id: github
    139:  Writing to /home/runner/.m2/settings.xml
    140:  ##[group]Run cd  dgs-subscription-ws
    141:  �[36;1mcd  dgs-subscription-ws�[0m
    142:  �[36;1mchmod +x gradlew�[0m
    143:  �[36;1m./gradlew build       �[0m
    144:  shell: /usr/bin/bash -e {0}
    145:  env:
    146:  JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.6-7/x64
    147:  JAVA_HOME_21_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.6-7/x64
    148:  ##[endgroup]
    149:  Downloading https://services.gradle.org/distributions/gradle-8.12-bin.zip
    150:  .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
    151:  Welcome to Gradle 8.12!
    152:  Here are the highlights of this release:
    153:  - Enhanced error and warning reporting with the Problems API
    154:  - File-system watching support on Alpine Linux
    155:  - Build and test Swift 6 libraries and apps
    156:  For more details see https://docs.gradle.org/8.12/release-notes.html
    157:  Starting a Gradle Daemon (subsequent builds will be faster)
    158:  > Task :checkKotlinGradlePluginConfigurationErrors SKIPPED
    159:  > Task :generateJava
    ...
    
    165:  > Task :compileJava
    166:  > Task :classes
    167:  > Task :resolveMainClassName
    168:  > Task :bootJar
    169:  > Task :jar
    170:  > Task :assemble
    171:  > Task :compileTestKotlin
    172:  w: Opt-in requirement marker kotlinx.coroutines.ExperimentalCoroutinesApi is unresolved. Please make sure it's present in the module dependencies
    173:  w: file:///home/runner/work/spring-graphql-sample/spring-graphql-sample/dgs-subscription-ws/src/test/kotlin/com/example/demo/IntegrationTests.kt:66:85 Unchecked cast of 'kotlin.Any' to 'kotlin.collections.Map<kotlin.String, kotlin.Any>'.
    174:  > Task :compileTestJava NO-SOURCE
    175:  > Task :testClasses UP-TO-DATE
    176:  OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
    177:  INFO 2176 --- [ionShutdownHook] o.s.b.w.e.tomcat.GracefulShutdown        : Commencing graceful shutdown. Waiting for active requests to complete
    178:  INFO 2176 --- [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown        : Graceful shutdown complete
    179:  > Task :test
    180:  SubscriptionTest > testMessages() FAILED
    181:  java.lang.AssertionError at SubscriptionTest.kt:59
    182:  DEBUG 2176 --- [ionShutdownHook] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@625430f8, started on Mon Mar 24 12:12:39 UTC 2025
    183:  > Task :test FAILED
    184:  2 tests completed, 1 failed
    185:  FAILURE: Build failed with an exception.
    186:  * What went wrong:
    187:  Execution failed for task ':test'.
    188:  > There were failing tests. See the report at: file:///home/runner/work/spring-graphql-sample/spring-graphql-sample/dgs-subscription-ws/build/reports/tests/test/index.html
    189:  * Try:
    190:  > Run with --scan to get full insights.
    191:  BUILD FAILED in 1m 17s
    192:  [Incubating] Problems report is available at: file:///home/runner/work/spring-graphql-sample/spring-graphql-sample/dgs-subscription-ws/build/reports/problems/problems-report.html
    193:  Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
    194:  You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
    195:  For more on this, please refer to https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
    196:  9 actionable tasks: 9 executed
    197:  ##[error]Process completed with exit code 1.
    198:  Post job cleanup.
    

    @hantsy hantsy merged commit 0127ef2 into master Apr 21, 2025
    1 of 2 checks passed
    @hantsy hantsy deleted the dependabot/gradle/dgs-subscription-ws/org.springframework.boot-3.4.4 branch April 21, 2025 14:21
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file java Pull requests that update Java code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant