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 java #263

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
maven 3.9.1 -> 3.9.9 age adoption passing confidence
com.google.cloud.tools:jib-maven-plugin 3.3.1 -> 3.4.3 age adoption passing confidence
com.google.cloud.artifactregistry:artifactregistry-maven-wagon (source) 2.2.1 -> 2.2.3 age adoption passing confidence
com.google.googlejavaformat:google-java-format 1.15.0 -> 1.23.0 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.10 -> 0.8.12 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.2.2 -> 3.5.0 age adoption passing confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.3.0 -> 3.5.0 age adoption passing confidence
com.h2database:h2 (source) 2.2.224 -> 2.3.232 age adoption passing confidence
org.springframework.boot:spring-boot-maven-plugin (source) 2.7.8 -> 2.7.18 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.12.0 -> 3.17.0 age adoption passing confidence
org.springframework:spring-beans 5.3.28 -> 5.3.39 age adoption passing confidence
org.springframework.boot:spring-boot-starter-data-jpa (source) 2.7.8 -> 2.7.18 age adoption passing confidence
org.springframework.boot:spring-boot-starter-log4j2 (source) 2.7.8 -> 2.7.18 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) 2.7.8 -> 2.7.18 age adoption passing confidence
org.springframework.boot:spring-boot-starter-web (source) 2.7.8 -> 2.7.18 age adoption passing confidence
org.yaml:snakeyaml 2.2 -> 2.3 age adoption passing confidence
com.google.code.gson:gson 2.10.1 -> 2.11.0 age adoption passing confidence
com.github.eirslett:frontend-maven-plugin 1.12.1 -> 1.15.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 2.7.8 -> 2.7.18 age adoption passing confidence
com.google.abm-edge:abm-edge-usecase 0.1.1-SNAPSHOT -> 0.3.0 age adoption passing confidence

Release Notes

GoogleContainerTools/jib (com.google.cloud.tools:jib-maven-plugin)

v3.4.1

v3.4.0

v3.3.2

google/google-java-format (com.google.googlejavaformat:google-java-format)

v1.23.0

Compare Source

Changes:

Full Changelog: google/google-java-format@v1.22.0...v1.23.0

v1.22.0

Compare Source

Changes:

  • Improve support for tokens that span multiple lines (9bdae02)
  • Fix an issue with text block formatting, when the text block is the receiver of a method call (#​1081)
  • google-java-format-diff.py now parallelizes the calls to the formatter, for better performance (3ee6e2a)

Full Changelog: google/google-java-format@v1.21.0...v1.22.0

v1.21.0

Compare Source

Formatting changes:

  • Adjust indentation of text blocks (ce3cb59)

Bug fixes:

  • Fix a crash with comments inside string templates (e946e82)
  • Native image -version reports HEAD-SNAPSHOT instead of the correct version (#​1068)
  • Improve compatibility with older glibc versions (#​1072)

Full Changelog: google/google-java-format@v1.20.0...v1.21.0

v1.20.0

Compare Source

This release includes GraalVM native-image binaries for google-java-format for windows, linux, and mac. These binaries offer improved startup performance.

Changes:

  • Keep type-use annotation with type when wrapping (03efe44)
  • Handle 'any' patterns (#​1037)

Full Changelog: google/google-java-format@v1.19.2...v1.20.0

v1.19.2

Compare Source

Changes

  • Improve support for string templates (#​1010)
  • Handle var in record patterns (#​1020)

Full Changelog: google/google-java-format@v1.19.1...v1.19.2

v1.19.1

Compare Source

Changes

  • Fix support for Java 21 features by enabling JDK 21 for release builds (#​1014).

Full Changelog: google/google-java-format@v1.19.0...v1.19.1

v1.19.0

Compare Source

Changes

This release adds initial support for more Java 21 features, including:

Other changes:

  • Handle type annotations on method reference qualifiers (53390d9)
  • Avoid reflowing text blocks (#​976)

Full Changelog: google/google-java-format@v1.18.1...v1.19.0

v1.18.1

Compare Source

Changes

  • Fixed version number for Eclipse plugin (#​744)

Full Changelog: google/google-java-format@v1.18.0...v1.18.1

v1.18.0

Compare Source

Changes

Full Changelog: google/google-java-format@v1.17.0...v1.18.0

v1.17.0

Compare Source

Changes

  • Fix compatibility with OpenJDK 21 early access builds (#​898)

Full Changelog: google/google-java-format@v1.16.0...v1.17.0

v1.16.0

Compare Source

Changes

Bug fixes

  • Return a non-zero exit code on error (#​848)
  • Formatter leaks threads and memory (#​847)

Full Changelog: google/google-java-format@v1.15.0...v1.16.0

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

v0.8.12: 0.8.12

Compare Source

New Features

  • JaCoCo now officially supports Java 22 (GitHub #​1596).
  • Experimental support for Java 23 class files (GitHub #​1553).

Fixed bugs

  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #​1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #​1568).

Non-functional Changes

  • JaCoCo now depends on ASM 9.7 (GitHub #​1600).

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).
spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)

v2.7.18

Compare Source

⚠️ Noteworthy Changes

  • Following the Paketo team's announcement that the Bionic CNB builders will be removed, the default builder using by bootBuildImage (Gradle) and spring-boot:build-image (Maven) has been changed to Paketo Jammy #​38477

🐞 Bug Fixes

  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #​38164
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #​38146
  • Mail health indicator fails when host is not set in properties #​38007

📔 Documentation

  • Document supported SQL comment prefixes #​38385
  • Fix link to Elasticsearch health indicator #​38330
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #​38203
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #​38183
  • MyErrorWebExceptionHandler example in documentation isn't working #​38104
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #​38083
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #​37282
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #​37125
  • Document configuration for building images with Colima #​34522
  • Code sample in "Developing Your First Spring Boot Application" does not work #​34513
  • Document ConfigurationPropertyCaching #​34172
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #​33489
  • Add section on AspectJ support #​32642
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #​32472
  • Add a section on customizing embedded reactive servers #​31917
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #​31232
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #​30513
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #​29890
  • Improve systemd configuration documentation #​28453
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #​27549
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #​26814
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #​26796

🔨 Dependency Upgrades

❤️ Contributors

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

@​GVictorG7, @​PENEKhun, @​dreis2211, and @​izeye

v2.7.17

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

  • @Order does not work on (CommandLine|Application)Runner @Bean methods #​37905
  • Gradle plugin uses to-be-deprecated API for getting and setting file permissions #​37878
  • Task executor metrics are not registered when using lazy initialization #​37832
  • Constructor binding with a custom collection type does not work #​37734
  • Dependency management for kafka-server-common with a test classifier is missing #​37499
  • fileMode and dirMode are not applied to all entries in an archive produced by BootJar #​37496
  • Gradle plugin's build info support produces a deprecation warning when using Gradle 8.4-rc-1 #​37493
  • RepackageMojo doesn't support 1 digit numerical values for project.build.outputTimestamp #​37438
  • Restarter creates memory leak in tests #​37373
  • Contrary to the documentation, setting spring.jms.listener.concurrency alone configures the maximum concurrency #​37180
  • Application fails to start when an optional config import cannot be resolved #​35683
  • @ComponentScan on a test class is processed when creating a test context but is not included in the context's cache key #​31577
  • AspectJ transaction management with compile-time weaving does not work with spring.main.lazy-initialization=true #​37506

📔 Documentation

  • Remove link to LiveReload website due to timeout #​37643
  • Refer to ActiveMQ as ActiveMQ "Classic" #​37606
  • Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics" #​37491
  • Document support for Java 21 #​37371

🔨 Dependency Upgrades

❤️ Contributors

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

@​bottlerocketjonny, @​dependabot[bot], @​erichaagdev, @​esperar, @​izeye, @​jbertram, @​nielsbasjes, @​onobc, @​ttddyy, and @​vpavic

v2.7.16

Compare Source

⭐ New Features
  • Add TWENTY_ONE to JavaVersion enum #​37362
🐞 Bug Fixes
  • Invalid Accept header produces HTTP 500 in WelcomePageHandlerMapping #​37455
  • PrivateKeyParser doesn't support ed448, XDH and RSA-PSS keys #​37237
  • Parsing OCI image names that are invalid due to the use of upper case letters is very slow #​35657
  • Using https with elliptic curves other than secp384r1 fails #​34232
  • Saml2RelyingPartyAutoConfiguration ignores sign-request when metadata-url is used #​33747
  • Leaking file descriptor / socket within DomainSocket tooling #​32423
📔 Documentation
  • Correct the description of spring.artemis.broker-url #​37260
  • Add default value metadata for management.metrics.export.signalfx.published-histogram-type #​37210
  • Document that PKCS8 PEM files should be used whenever possible #​37170
  • Polish javadoc #​37112
🔨 Dependency Upgrades
❤️ Contributors

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

@​dependabot[bot], @​hakan-krgn, @​izeye, @​mdeinum, and @​quaff

v2.7.15

Compare Source

⚠️ Noteworthy Changes
  • This release upgrades to MariaDB 3.1.4 from 3.0.x to restore compatibility with Java 8. If the upgrade is problematic and Java 8 compatibility is not a requirement, downgrade to 3.0.x by using the mariadb.version property
🐞 Bug Fixes
  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #​36767
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #​36766
  • LogbackLoggingSystem does not report suppressed exception details #​36645
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #​36572
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #​36507
  • management.metrics.export.wavefront properties are incomplete #​36498
  • management.metrics.export.signalfx properties are incomplete #​36497
  • management.metrics.export.atlas properties are incomplete #​36496
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #​36386
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #​36060
  • DatabaseDriver swallows real exception #​34728
  • Application Context initialized twice during test when exception thrown during initialization #​24888
📔 Documentation
  • Maven plugin docs contain invalid parameter for image building #​37048
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #​36965
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #​36614
  • @since is missing from javadoc of values added to JavaVersion since its introduction #​36608
  • Document that server.forward-headers-strategy property defaults to native when running on Kubernetes #​36564
  • Clarify the effect of using @EnableWebMvc #​36506
  • Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user #​36477
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #​36282
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #​36176
  • Document @DataR2dbcTest support #​35014
  • Update expected size of the jar file in the first application getting started documentation #​34514
  • Improve documentation of spring.cache.type=none #​33694
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #​33551
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #​32562
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #​32557
  • Clarify table that shows how logging properties are transferred to system properties #​32160
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #​29694
  • Clarify how nested directories are treated for configtree with wildcards #​28203
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #​30041
🔨 Dependency Upgrades
❤️ Contributors

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

@​MahatmaFatalError, @​NersesAM, @​chicobento, @​dependabot[bot], @​dreis2211, @​eddumelendez, @​elevne, @​fzyzcjy, @​itsAkshayDubey, @​izeye, @​msobeck, @​rob-valor, @​spa-abaudat, and @​vpavic

v2.7.14

Compare Source

🐞 Bug Fixes
  • Only one health group can be exposed using management.endpoint.health.group.xxx.additional-path=server:/newpath when using Jersey #​36250
  • MockitoPostProcessor doesn't check FactoryBean.OBJECT_TYPE_ATTRIBUTE correctly #​36224
  • ConfigurationPropertiesReportEndpoint does not display primitive wrapper types #​36076
  • When using Flyway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of Oracle-related methods from FluentConfiguration #​36029
  • Saml2RelyingPartyRegistrationConfiguration can choose the wrong RelyingPartyRegistration.Builder when using a metadata file with multiple providers #​35902
  • ImportsContextCustomizer does not support AliasFor #​34917
  • ConfigurationPropertyName#equals is not symmetric when element has trailing dashes #​34804
📔 Documentation
  • Add Javadoc since to ImageReference.inTaglessForm() #​36048
  • Polish Kafka Properties Docs #​36032
  • Fix typo in the Using R2DBC section of the reference documentation #​36019
  • Improve Kubernetes liveness and readiness probes customization documentation #​34978
  • Document auto-configuration of underlying HTTP client when using WebClient or RestTemplate #​34136
🔨 Dependency Upgrades

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file lang: java Issues specific to Java. labels Nov 27, 2023
@dpebot
Copy link
Collaborator

dpebot commented Nov 27, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 27, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 27, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 27, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 27, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 30, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 5, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 7, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 16, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 25, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jan 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Aug 29, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Aug 31, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 3, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 7, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 10, 2024

/gcbrun

@mike-ensor mike-ensor enabled auto-merge (squash) September 10, 2024 18:49
Copy link
Collaborator

@mike-ensor mike-ensor left a comment

Choose a reason for hiding this comment

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

LGTM

@dpebot
Copy link
Collaborator

dpebot commented Sep 10, 2024

/gcbrun

@mike-ensor mike-ensor self-assigned this Sep 10, 2024
@mike-ensor mike-ensor marked this pull request as draft September 10, 2024 19:13
auto-merge was automatically disabled September 10, 2024 19:13

Pull request was converted to draft

@dpebot
Copy link
Collaborator

dpebot commented Sep 10, 2024

/gcbrun

@mike-ensor mike-ensor marked this pull request as ready for review September 10, 2024 19:53
@dpebot
Copy link
Collaborator

dpebot commented Sep 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 10, 2024

/gcbrun

@mike-ensor mike-ensor enabled auto-merge (squash) September 10, 2024 20:21
Copy link

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.

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 lang: java Issues specific to Java.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants