Commit Graph

45548 Commits

Author SHA1 Message Date
Andy Wilkinson d2a5bb3b26 Add dependency management alignment infrastructure
Closes gh-40531
2024-04-26 13:51:16 +01:00
Moritz Halbritter 6c3a21f85c Merge pull request #40524 from chaewss
* pr/40524:
  Remove unnecessary null check for expectedDeprecationMessages

Closes gh-40524
2024-04-26 11:12:30 +02:00
chaewss d51282aff5 Remove unnecessary null check for expectedDeprecationMessages
See gh-40524
2024-04-26 11:12:20 +02:00
Andy Wilkinson 83f692237d Migrate to com.gradle.develocity plugin
Closes gh-40153
2024-04-26 09:30:48 +01:00
Andy Wilkinson 27418edeb0 Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
Closes gh-40503
2024-04-25 13:39:28 +01:00
Andy Wilkinson f1d0bcda2f Revert "Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto"
This reverts commit 273f8e20c2.
2024-04-25 12:44:51 +01:00
Andy Wilkinson 273f8e20c2 Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto 2024-04-25 12:24:47 +01:00
Andy Wilkinson a08fe0d75b Upgrade to release verification tests 0.0.3
Closes gh-40518
2024-04-25 12:24:47 +01:00
Moritz Halbritter 2e906c4720 Catch exceptions thrown during String format when collecting diagnostics
Registers the LoggingLinesWriter only if debug logging is actually
enabled.

Closes gh-40500
2024-04-25 11:06:31 +02:00
Moritz Halbritter 8be85611e0 Clarify the directory that's used by default to find Docker Compose file
Closes gh-40512
2024-04-25 09:44:35 +02:00
Scott Frederick f89f07764b Upgrade CI to Docker 26.1.0
Closes gh-40505
2024-04-24 15:14:08 -05:00
Scott Frederick f210d83062 Don't reuse Testcontainers containers if reuse is globally disabled
Fixes gh-39609
2024-04-24 14:37:59 -05:00
Moritz Halbritter 178d3ca817 Merge pull request #40494 from dukbong
* pr/40494:
  Polish "Remove unnecessary nesting of calls to String.format"
  Remove unnecessary nesting of calls to String.format

Closes gh-40494
2024-04-24 14:03:49 +02:00
Moritz Halbritter 2cb19f368e Polish "Remove unnecessary nesting of calls to String.format"
See gh-40494
2024-04-24 13:57:07 +02:00
Hyeon Sung 0cf15fcad0 Remove unnecessary nesting of calls to String.format
See gh-40494
2024-04-24 13:55:04 +02:00
Andy Wilkinson ee6677b2bd Merge pull request #40477 from dependabot[bot]
* gh-40477:
  Polish "Bump gradle/actions from 3.3.0 to 3.3.1"
  Bump gradle/actions from 3.3.0 to 3.3.1

Closes gh-40477
2024-04-23 09:02:50 +01:00
Andy Wilkinson 36e96b3453 Polish "Bump gradle/actions from 3.3.0 to 3.3.1"
See gh-40477
2024-04-23 09:02:42 +01:00
dependabot[bot] 15caacf327 Bump gradle/actions from 3.3.0 to 3.3.1
Signed-off-by: dependabot[bot] <support@github.com>

See gh-40477
2024-04-23 09:02:42 +01:00
Moritz Halbritter b50b0e89c9 Remove detection of missing parameter information
There are some cases where false positives of the detection prevent
compiling an application to native which otherwise would run perfectly
fine in a native image.

Closes gh-40051
2024-04-23 09:10:46 +02:00
Phillip Webb 3e5d6c9cce Register ServiceLevelObjectiveBoundary reflection hinds
Register hints for `ServiceLevelObjectiveBoundary` so that the `valueOf`
method can be used when binding in a native image.

Fixes gh-40480
2024-04-22 17:56:11 -07:00
Scott Frederick 362c0c1b4e Verify alignment of MongoDB UUID representation defaults
Closes gh-33532
2024-04-22 14:38:18 -05:00
Scott Frederick cdf207cf74 Stop expecting deprecations in NativeImagePluginActionIntegrationTests
Closes gh-35709
2024-04-22 13:14:37 -05:00
Moritz Halbritter 5510c6f61b Clarify that all named properties must match for @ConditionalOnProperty to match
Closes gh-40110
2024-04-22 14:27:54 +02:00
Andy Wilkinson 1476d8d9c5 Merge pull request #39819 from tobi-laa
* gh-39819:
  Polish "Fix handling of Redis nodes with IPv6 addresses"
  Fix handling of Redis nodes with IPv6 addresses

Closes gh-39819
2024-04-22 11:52:03 +01:00
Andy Wilkinson 34f53d48b9 Polish "Fix handling of Redis nodes with IPv6 addresses"
See gh-39819
2024-04-22 11:51:31 +01:00
Tobias Laatsch 9b326d59fe Fix handling of Redis nodes with IPv6 addresses
See gh-39819
2024-04-22 11:33:09 +01:00
Andy Wilkinson ca4d64ed16 Use absolute path when showing classpath where main class was not found
Closes gh-40463
2024-04-22 11:16:37 +01:00
Andy Wilkinson 172b3d5336 Improve diagnostics when native image fails before logging is set up
Closes gh-40429
2024-04-19 17:30:22 +01:00
Andy Wilkinson 335d42ba64 Run system tests on GitHub Actions
Closes gh-40446
2024-04-19 14:22:00 +01:00
Andy Wilkinson 7bf20cfae7 Move steps for preparing a Gradle build into a reusable action
Closes gh-40443
2024-04-19 13:55:45 +01:00
Andy Wilkinson 67fb115b6c Set artifact properties on the docs zip when releasing
Closes gh-40433
2024-04-19 11:42:10 +01:00
Andy Wilkinson 5e9161f785 Make DevToolsDataSourceAutoConfiguration back off without DataSource class
Manually tested as an automated test is prohibitively difficult as it
requires hiding one of the JDK's own classes.

Closes gh-40434
2024-04-19 10:54:23 +01:00
Moritz Halbritter a715c917d8 Upgrade Java 21 version in CI image
Closes gh-40411
2024-04-19 09:28:17 +02:00
Moritz Halbritter 7b96941fb9 Update Java in SDKman and CI image to 17.0.11-librca
Closes gh-40414
2024-04-19 09:23:06 +02:00
Phillip Webb 20db2b54c7 Update copyright year of changed files 2024-04-18 12:52:29 -07:00
Moritz Halbritter 6b440723d6 Remove dependency on the git ref when creating releases 2024-04-18 17:45:35 +02:00
Moritz Halbritter b13d006482 Fix action that publishes to SDKman 2024-04-18 17:45:20 +02:00
Andy Wilkinson 56b59cd02f Fix action that publishes the Gradle plugin
- Set up Java so that it's available for ./gradlew to use
- Make the build-number an input for easier re-use in an emergency
- Use a working directory to hide main repository's buildSrc
2024-04-18 16:38:14 +01:00
Andy Wilkinson 18ada7cb91 Next development version (v3.1.12-SNAPSHOT) 2024-04-18 15:44:28 +01:00
Andy Wilkinson 8a22108c62 Use the version not the tag when creating the build name 2024-04-18 14:35:30 +01:00
Andy Wilkinson 22698ea79b Fix references to inputs in Sync to Maven Central action 2024-04-18 14:15:50 +01:00
Andy Wilkinson e0d00c0509 Fix version output of build-and-stage-release job 2024-04-18 12:46:04 +01:00
Andy Wilkinson 35725b4432 Reverse order so one checkout does not delete the other 2024-04-18 12:26:00 +01:00
Andy Wilkinson b48cf9b5a8 Improve verify workflow's handling of secrets 2024-04-18 12:06:31 +01:00
Moritz Halbritter 3479304e13 Disable creation time verification on Linux
Closes gh-40423
2024-04-18 11:58:46 +02:00
Andy Wilkinson 20e291d8dd Correct the name of the Gradle Enterprise access key input
See gh-40407
2024-04-18 10:17:19 +01:00
Andy Wilkinson 1b03cf04f4 Remove type from secrets declarations
See gh-40407
2024-04-18 09:57:50 +01:00
Andy Wilkinson 9a589ea243 Fix passing of repository username and password into verify
See gh-40407
2024-04-18 09:54:47 +01:00
Andy Wilkinson e75c9312e0 Add workflow to release from GitHub Actions
Co-Authored-By: Moritz Halbritter <moritz.halbritter@broadcom.com>

Closes gh-40407
2024-04-18 09:28:12 +01:00
Scott Frederick bc5777d0cc Upgrade CI images to ubuntu:jammy-20240405
Closes gh-40410
2024-04-17 16:40:09 -05:00