Commit Graph

39155 Commits

Author SHA1 Message Date
Phillip Webb ee2bd9e065 Merge branch '2.7.x'
Closes gh-32086
2022-08-15 17:59:28 -07:00
Phillip Webb ef7aac8c14 Merge branch '2.6.x' into 2.7.x
Closes gh-32085
2022-08-15 17:59:06 -07:00
Phillip Webb 360eb027be Don't close nested jars or wrapper when parent is closed
Update `JarFile` so that the `close()` method no longer closes nested
jars or the wrapper. Prior to this commit it was possible for a parent
jar file to be garbage collected and closed even though references still
existed to the nested jars. When this happened the nested jars would get
closed and any access to entries would result in `JarFile.ensureOpen()`
throwing an `IllegalStateException`. The user would often not see this
exception directly, but rather find `ClassNotFoundException` being
thrown.

Fixes gh-31853
2022-08-15 17:55:25 -07:00
Andy Wilkinson a8ae7a1e44 Fix Gradle AOT integration test on Windows
See gh-31970
2022-08-15 10:21:42 +01:00
Stephane Nicoll 4a00d76b85 Adapt integration tests to proxy changes in Spring Framework 2022-08-13 13:56:09 +02:00
Stephane Nicoll 332419e3a7 Remove extra 'build' directory
See gh-32069
2022-08-12 17:47:38 +02:00
Stephane Nicoll e21041ce65 Harmonize location of generated classes processed Ahead-of-time
Closes gh-32069
2022-08-11 17:07:16 +02:00
Stephane Nicoll 2c33400af8 Merge branch '2.7.x' 2022-08-11 13:30:06 +02:00
Stephane Nicoll 798eb96467 Merge branch '2.6.x' into 2.7.x 2022-08-11 13:29:13 +02:00
Stephane Nicoll f5fad454df Upgrade Java 8 version in CI image and .sdkmanrc
Closes gh-32064
2022-08-11 13:28:42 +02:00
Stephane Nicoll 48443c95ef Upgrade Java 8 version in CI image and .sdkmanrc
Closes gh-32063
2022-08-11 13:28:07 +02:00
Andy Wilkinson 5d29057309 Enable stable configuration cache feature flag
Closes gh-32061
2022-08-10 12:35:22 +01:00
Andy Wilkinson 066e9671ae Upgrade to Gradle 7.5.1
Closes gh-32060
2022-08-10 12:31:40 +01:00
Andy Wilkinson 053b0e5fc3 Merge branch '2.7.x' 2022-08-10 12:28:43 +01:00
Andy Wilkinson 9caad3d31b Merge branch '2.6.x' into 2.7.x
Closes gh-32059
2022-08-10 12:28:26 +01:00
Andy Wilkinson c9e69f555e Test our Gradle plugin against Gradle 7.5.1
Closes gh-32058
2022-08-10 12:27:47 +01:00
Andy Wilkinson f36a6a5b93 Upgrade to Dependency Management Plugin 1.0.13.RELEASE
Closes gh-32057
2022-08-10 12:17:58 +01:00
Andy Wilkinson aab41f0e74 Merge branch '2.7.x' 2022-08-10 12:17:36 +01:00
Andy Wilkinson 0069fc831e Upgrade to Dependency Management Plugin 1.0.13.RELEASE
Closes gh-32056
2022-08-10 12:15:51 +01:00
Andy Wilkinson 648d6b0c04 Merge branch '2.6.x' into 2.7.x 2022-08-10 12:15:19 +01:00
Andy Wilkinson 64a3276b78 Upgrade to Dependency Management Plugin 1.0.13.RELEASE
Closes gh-32055
2022-08-10 12:15:09 +01:00
Andy Wilkinson d39f4acbbc Merge branch '2.7.x' 2022-08-10 11:50:52 +01:00
Andy Wilkinson 1f44da55f1 Merge branch '2.6.x' into 2.7.x 2022-08-10 11:50:37 +01:00
Andy Wilkinson 5befae94be Merge branch '2.7.x' 2022-08-10 11:50:27 +01:00
Andy Wilkinson 0b9c2025fb Fix handling of String Java version in cache smoke test 2022-08-10 11:49:21 +01:00
Andy Wilkinson 8e3346c24f Catch exception that's thrown on Java 11 and later
See gh-32034
2022-08-10 11:20:33 +01:00
Stephane Nicoll ffe4f785fc Merge branch '2.7.x' 2022-08-10 12:05:21 +02:00
Stephane Nicoll 37833753f8 Merge branch '2.6.x' into 2.7.x 2022-08-10 12:05:02 +02:00
Stephane Nicoll 556a4116d7 Upgrade to Reactor 2020.0.22
Closes gh-32038
2022-08-10 12:03:36 +02:00
Stephane Nicoll e8c218908c Upgrade to Reactor 2020.0.22
Closes gh-32037
2022-08-10 12:02:51 +02:00
Stephane Nicoll 6d2d67b0bc Merge branch '2.7.x'
Closes gh-32050
2022-08-10 09:16:15 +02:00
Stephane Nicoll 06e14702fe Merge pull request #32049 from vpavic
* pr/32049:
  Polish LogFileWebEndpoint

Closes gh-32049
2022-08-10 09:15:54 +02:00
Vedran Pavic 0e6cf07ec9 Polish LogFileWebEndpoint
See gh-32049
2022-08-10 09:12:57 +02:00
Andy Wilkinson adcd3acbc2 Merge branch '2.7.x' 2022-08-09 21:59:44 +01:00
Andy Wilkinson 08dcc5e7e5 Merge branch '2.6.x' into 2.7.x 2022-08-09 21:59:30 +01:00
Andy Wilkinson f4ddd3b597 Fix EhCache smoke test when building with a toolchain 2022-08-09 21:58:35 +01:00
Andy Wilkinson 41334223ff Merge branch '2.7.x'
Closes gh-32044
2022-08-09 18:07:51 +01:00
Andy Wilkinson a9a9c9f966 Merge branch '2.6.x' into 2.7.x
Closes gh-32043
2022-08-09 18:07:27 +01:00
Andy Wilkinson f287acd1ff Fix external links in descriptions of Maven Plugin's goal parameters
Closes gh-29171
2022-08-09 18:06:37 +01:00
Andy Wilkinson 07770d8dfb Merge branch '2.7.x' 2022-08-09 17:51:28 +01:00
Andy Wilkinson 889c40355c Tolerate Flyway 9
Closes gh-32034
2022-08-09 17:50:47 +01:00
Andy Wilkinson c6872e57a9 Remove support for Flyway 8.x and earlier
Closes gh-32036
2022-08-09 15:38:16 +01:00
Stephane Nicoll 5fdfc0d2b4 Merge branch '2.7.x' 2022-08-09 14:07:59 +02:00
Stephane Nicoll b308d5d77a Merge branch '2.6.x' into 2.7.x 2022-08-09 14:07:49 +02:00
Stephane Nicoll caa2598b2b Start building against Spring Security 5.7.3
See gh-32040
2022-08-09 14:07:37 +02:00
Stephane Nicoll 3fc7736c34 Start building against Reactor 2020.0.22 snapshots
See gh-32038
2022-08-09 14:07:11 +02:00
Stephane Nicoll 24c2ed3c78 Start building against Spring Security 5.6.7 snapshots
See gh-32039
2022-08-09 14:06:24 +02:00
Stephane Nicoll 19eb69c1bb Start building against Reactor 2020.0.22 snapshots
See gh-32037
2022-08-09 14:05:53 +02:00
Andy Wilkinson 9f461ed5e2 Merge branch '2.7.x' 2022-08-09 10:58:34 +01:00
Andy Wilkinson ff348f4c6b Merge branch '2.6.x' into 2.7.x
Closes gh-32017
2022-08-09 10:57:44 +01:00