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

chore(deps): update maven all non-major dependencies #193

Merged
merged 4 commits into from
Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.cyclonedx:cyclonedx-maven-plugin 2.7.9 -> 2.7.10 age adoption passing confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.3.0 -> 3.3.1 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 -> 3.6.2 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.10 -> 0.8.11 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 -> 3.2.2 age adoption passing confidence
org.apache.maven.plugins:maven-failsafe-plugin 3.1.2 -> 3.2.2 age adoption passing confidence
org.yaml:snakeyaml 2.1 -> 2.2 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.13.0 -> 3.14.0 age adoption passing confidence
org.testcontainers:testcontainers-bom (source) 1.19.1 -> 1.19.3 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.1.4 -> 3.2.0 age adoption passing confidence

Release Notes

jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.11: 0.8.11

Compare Source

New Features

  • JaCoCo now officially supports Java 21 (GitHub #​1520).
  • Experimental support for Java 22 class files (GitHub #​1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #​1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #​1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #​893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #​1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #​1466, #​1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #​1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #​1468).
  • JaCoCo build now requires JDK 17 (GitHub #​1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #​1518).
testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom)

v1.19.3

Compare Source

What's Changed
🐛 Bug Fixes
🧹 Housekeeping

v1.19.2

Compare Source

Testcontainers for Java 1.19.2
Core
Modules
  • New Oracle Free module
Elasticserach
JDBC
K3S
Kafka
LocalStack
YugabyteDB
What's Changed
📖 Documentation
📦 Dependency updates
12 changes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.2.0

Compare Source

⭐ New Features
  • Auto-configure observations for RestClients #​38500
  • Add support for Oracle Free, the replacement for Oracle XE, with Testcontainers and Docker Compose #​38476
  • Provide dependency management for org.crac:crac #​38378
  • Add new properties for Liquibase 4.24.0 #​38274
  • Provide a way to create custom ApplicationContextFactory in SpringBootContextLoader #​38205
  • Report friendly error when failing to find AOT initializer #​38188
🐞 Bug Fixes
  • Annotation based ConditionalOnBean checks can cause early initialization of FactoryBeans #​38507
  • CRaC restoration fails when Actuator's running on a separate port #​38502
  • App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created #​38286
  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #​38268
  • MeterRegistry throws BeanCreationNotAllowedException on shutdown #​38240
  • Resolution of productionRuntimeClasspath configuration may select the wrong variant and contain a dependency's source jar #​38233
  • Docker JSON parsing fails on certain locales #​38220
  • FileNotFoundException is thrown serving resources due to JarUrlConnection.getLastModified() returning zero #​38204
  • Failed to extract parameter names exception thrown when binding with non-enumerable property source #​38201
  • Spring Boot 3.2.0-RC1 application fails on JDK with CRaC but without a dependency on org.crac:crac #​38186
  • Missing configuration processing for PartEvent support #​37642
📔 Documentation
  • Document supported SQL comment prefixes #​38496
  • Update access log pattern documentation to align with changes in Tomcat 10 #​38425
  • Update Dynatrace docs with info about the meter metadata toggle #​38368
  • Improve documentation regarding tracing in tests #​38362
  • Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage #​38354
  • Document how to use cloudfoundry specific actuators with a custom base path for webflux applications #​38353
  • Document Liberica JDK with CRaC #​38350
  • Add a Restarting a stopped or failed Job section to the batch howto #​38341
  • Clarify documentation on importing Testcontainer declarations and using @ServiceConnection or @DynamicPropertySource #​38337
  • Make distinction between Testcontainers for integration tests and development more clear in documentation #​38336
  • When using Testcontainers at development time with @ServiceConnection on a @Bean method, describe when to use the name attribute and why #​38335
  • Fix link to Elasticsearch health indicator #​38334
  • Update Spring Framework documentation links #​38289
  • Code sample in "Developing Your First Spring Boot Application" does not work #​38272
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #​38249
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #​38231
  • Document that PEM content can be used directly in application.yaml #​38215
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #​38198
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​EvaristeGalois11, @​PENEKhun, @​abdullah-jaffer, @​audtjddld, @​cachescrubber, @​dreis2211, @​eddumelendez, @​izeye, @​jonatan-ivanov, @​pirgeo, @​quaff, and @​sdeleuze

v3.1.6

Compare Source

⭐ New Features

  • Upgrade default CNB builders to Paketo Jammy #​38485

🐞 Bug Fixes

  • Annotation based ConditionalOnBean checks can cause early initialization of FactoryBeans #​38473
  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #​38267
  • Resolution of productionRuntimeClasspath configuration may select the wrong variant and contain a dependency's source jar #​38209
  • App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created #​38181
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #​38151
  • Mail health indicator fails when host is not set in properties #​38043
  • Docker Compose integration does not work with 2.23.0 due to 'Cannot invoke "org.springframework.boot.docker.compose.core.DockerCliInspectResponse.hostConfig()" because "inspectResponse" is null' #​37982
  • Docker JSON parsing fails on certain locales #​37648
  • Testcontainers support for various containers does not work in a native-image #​36606

📔 Documentation

  • Document supported SQL comment prefixes #​38495
  • Update access log pattern documentation to align with changes in Tomcat 10 #​38424
  • Add a Restarting a stopped or failed Job section to the batch howto #​38340
  • Fix link to Elasticsearch health indicator #​38333
  • Update Spring Framework documentation links #​38288
  • Code sample in "Developing Your First Spring Boot Application" does not work #​38271
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #​38248
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #​38230
  • Document that PEM content can be used directly in application.yaml #​38210
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #​38197
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #​38148
  • Improve systemd configuration documentation #​38116
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #​38113
  • MyErrorWebExceptionHandler example in documentation isn't working #​38110
  • Document that properties that change an application's beans are fixed at build time #​38107
  • Add section on AspectJ support #​38096
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #​38089
  • Document that testing with ApplicationContextRunner in a native image is not supported #​38081
  • Spring Boot Actuator documentation misses management.endpoint.env.show-values property #​38079
  • Document how to downgrade dependencies to use embedded Jetty 11 #​38076
  • Update "Use Another Web Server" how-to to reflect Servlet 5.0 baseline #​38074
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #​38071
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #​38053
  • Reference documentation MyContainersConfiguration sample is missing @ServiceConnection #​38046
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #​38040
  • Document ConfigurationPropertyCaching #​38037
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #​38034
  • Document configuration for building images with Colima #​38031
  • Add a section on customizing embedded reactive servers #​38027
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #​38024
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #​38021
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #​38018
  • Add Embedded MongoDB to community starters #​38015
  • Document that spring-boot-starter-parent sets maven.compiler.release and how to unset it if needed #​37993
  • Improve health group membership validation error message to provide hint for property to disable validation #​36489
  • Explain how Docker Compose support works when services are already running #​36483
  • Outdated spring-boot-maven-plugin build-info documentation causing project builds to fail #​36114
  • When using Testcontainers at development time with @ServiceConnection on a @Bean method, describe when to use the name attribute and why #​36071
  • Make distinction between Testcontainers for integration tests and development more clear in documentation #​35856
  • Clarify documentation on importing Testcontainer declarations and using @ServiceConnection or @DynamicPropertySource #​35629
  • Improve documentation regarding tracing in tests #​33975
  • Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage #​33088
  • Document how to use cloudfoundry specific actuators with a custom base path for webflux applications #​24991

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GVictorG7, @​PENEKhun, @​audtjddld, @​cachescrubber, @​dreis2211, @​eddumelendez, @​izeye, @​jonatan-ivanov, and @​quaff

v3.1.5

Compare Source

⚠️ Noteworthy Changes

  • The behavior of spring.jms.listener.concurrency has been corrected to match the documentation (#​37180). If you were setting spring.jms.listener.concurrency without also setting spring.jms.listener.max-concurrency, please review your configuration when upgrading.

🐞 Bug Fixes

  • Constructor binding with a custom collection type does not work #​37941
  • @Order does not work on (CommandLine|Application)Runner @Bean methods #​37938
  • @ComponentScan on a test class is processed when creating a test context but is not included in the context's cache key #​37924
  • Restarter creates memory leak in tests #​37920
  • AOT processing fails when a @WebServlet found by scanning is annotated with @MultipartConfig #​37883
  • Gradle plugin uses to-be-deprecated API for getting and setting file permissions #​37881
  • Task executor metrics are not registered when using lazy initialization #​37838
  • Gradle AOT processing tasks do not use project's Java toolchain #​37826
  • @ServiceConnection is not found when used in an interface implemented by a test class #​37671
  • Image building can fail when using GraalVM compilation and a remote Docker daemon #​37665
  • NPE from Jetty's WebSocketUpgradeFilter when testing with @SpringBootTest, @AutoConfigureMockMvc, and MockMvc #​37663
  • @WebListener does not work in a native image without additional reflection hints #​37635
  • AspectJ transaction management with compile-time weaving does not work with spring.main.lazy-initialization=true #​37632
  • IPv6 IP addresses cannot be used with RabbitMQ #​37619
  • Unwanted Logback status messages are sometimes logged during startup #​37600
  • Managed types for Neo4j are not used in Neo4j Data auto configuration #​37594
  • fileMode and dirMode are not applied to all entries in an archive produced by BootJar #​37588
  • Application fails to start when an optional config import cannot be resolved #​37570
  • Contrary to the documentation, setting spring.jms.listener.concurrency alone configures the maximum concurrency #​37553
  • Dependency management for kafka-server-common with a test classifier is missing #​37542
  • RepackageMojo doesn't support 1 digit numerical values for project.build.outputTimestamp #​37535

📔 Documentation

  • Document that 'spring.docker.compose.file' can be used to share Docker Compose configuration between applications #​37886
  • Remove link to LiveReload website due to timeout #​37691
  • Refer to ActiveMQ as ActiveMQ "Classic" #​37615
  • Removal of spring.webflux.multipart.streaming is not documented #​37609
  • Default value of spring.jmx.registration-policy is not documented #​37596
  • Update documentation to align with Mockito 5 using the inline mock maker by default #​37561
  • Add Javadoc since for AbstractAotMojo.getSession() #​37547
  • Document support for Java 21 #​37532
  • Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics" #​37510

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​JinseongHwang, @​bottlerocketjonny, @​dependabot[bot], @​erichaagdev, @​esperar, @​izeye, @​jbertram, @​jonasfugedi, @​michael-simons, @​nielsbasjes, @​onobc, @​sushant1987, @​ttddyy, and @​vpavic


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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


Thanks for the PR!

Any successful deployments (not always required) will be available below.
API available

Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow

Copy link
Contributor Author

renovate bot commented Nov 30, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

Current changelog

Bug Fixes

  • security: fixing CVE on reactor (e09d52b)

Copy link

Overall Project 98.36% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Dec 4, 2023

Overall Project 98.36% 🍏

There is no coverage information present for the Files changed

Copy link

Overall Project 98.36% 🍏

There is no coverage information present for the Files changed

@paulushcgcj paulushcgcj merged commit eb53fde into main Jan 10, 2024
21 of 23 checks passed
@paulushcgcj paulushcgcj deleted the renovate/maven-all-minor-patch branch January 10, 2024 00:21
Copy link

Your Pull Request code is being promoted! Please follow the link below.
Main Merge Workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant