Commit Graph

40752 Commits

Author SHA1 Message Date
Johnny Lim 90589fd6d4 Polish
See gh-33384
2022-12-01 11:32:39 +01:00
Moritz Halbritter 39a026ed65 Merge pull request #33424 from candrews
* 33424:
  Update instead of replace environment in bootBuildImage documentation

Closes gh-33424
2022-12-01 11:30:34 +01:00
Craig Andrews 703935612f Update instead of replace environment in bootBuildImage documentation
Closes gh-32886
See gh-33424
2022-12-01 11:25:53 +01:00
Moritz Halbritter c8d2200fc8 Merge pull request #33371 from lishangbu
* 33371:
  Avoid NPE when @SpringBootConfiguration not found in test

Closes gh-33371
2022-12-01 11:23:07 +01:00
lishangbu f5d0171fcc Avoid NPE when @SpringBootConfiguration not found in test
See gh-33371
2022-12-01 11:19:59 +01:00
Phillip Webb 93f8dc76ab Fix Neo4jReactiveHealthIndicator NoSuchElementException
Update `Neo4jReactiveHealthIndicator` to ensure that `result.records()`
is called before `result.consume()`. Prior to this commit, the indicator
used `zipWith` to merge records with a summary. This worked with the
previous RxJava based driver, but fails with the Reactor based driver
due to a `NoSuchElementException: Source was empty` error.

Fixes gh-33428
2022-11-30 21:03:49 -08:00
Phillip Webb 8849f72ac5 Merge branch '2.7.x' 2022-11-30 21:01:25 -08:00
Phillip Webb 06c6dafee2 Add Neo4jReactiveHealthIndicatorIntegrationTests
Add a full integration test for `Neo4jReactiveHealthIndicator`
to ensure that it works against a real server.

See gh-33428
2022-11-30 21:01:12 -08:00
Phillip Webb 8481004420 Polish 2022-11-30 21:01:12 -08:00
Scott Frederick 9ed8b25e6b Make AOT goals release option mutually exclusive with source and target
Fixes gh-33382
2022-11-30 17:18:02 -06:00
Moritz Halbritter 351084ea06 Document that native-maven-plugin is required for native images
Closes gh-33422
2022-11-30 15:03:10 +01:00
Moritz Halbritter c6536c54d8 Write native-image argfile only if there are excludes
Refactors duplicate logic in BootZipCopyAction and Packager into
separate classes.

Closes gh-33363

Co-authored-by: Phillip Webb <pwebb@vmware.com>
2022-11-30 14:29:35 +01:00
Andy Wilkinson 276b288891 Prevent repeat configuration of DB init bean dependencies
Fixes gh-33374
2022-11-30 12:36:24 +00:00
Phillip Webb e1efdadfe3 Merge branch '2.7.x'
Closes gh-33416
2022-11-29 14:09:57 -08:00
Phillip Webb e56156c350 Merge pull request #33405 from currenjin
* pr/33405:
  Polish 'Improve test coverage for OutputCaptureRule'
  Improve test coverage for OutputCaptureRule

Closes gh-33405
2022-11-29 14:09:52 -08:00
Phillip Webb 711e2528fb Polish 'Improve test coverage for OutputCaptureRule'
See gh-33405
2022-11-29 14:09:26 -08:00
nowjin af7a03b4c9 Improve test coverage for OutputCaptureRule
See gh-33405
2022-11-29 14:09:05 -08:00
Phillip Webb 67c9c7377a Merge branch '2.7.x'
Closes gh-33414
2022-11-29 11:00:18 -08:00
Phillip Webb 14d4211b6a Merge pull request #33411 from jprinet
* pr/33411:
  Document that SystemTestPlugin output should never be cached

Closes gh-33411
2022-11-29 10:59:59 -08:00
Jerome Prinet 72a9f494f3 Document that SystemTestPlugin output should never be cached
See gh-33411
2022-11-29 10:53:46 -08:00
Moritz Halbritter 8626bdc05b Merge branch '2.7.x' 2022-11-29 16:27:45 +01:00
Moritz Halbritter e755f5107e Fix formatting 2022-11-29 16:27:26 +01:00
Moritz Halbritter 41f6d54020 Merge branch '2.7.x'
Closes gh-33410
2022-11-29 16:22:57 +01:00
Moritz Halbritter 20d51a128b Clarify that shutdown endpoint only works in jar packaging
Closes gh-17398
2022-11-29 16:21:24 +01:00
Brian Clozel d48ab37505 Reinstate GraphQL testing documentation
Closes gh-33407
2022-11-29 14:15:36 +01:00
Moritz Halbritter cfaade95df Add test to verify ZipkinRestTemplateBuilderCustomizer
See gh-33399
2022-11-29 11:55:27 +01:00
Moritz Halbritter b3878e84ae Fix bug where using a YAML with anchors couldn't be loaded
Closes gh-33404
2022-11-29 11:21:24 +01:00
Moritz Halbritter 2ceee789ce Fix bug where ZipkinRestTemplateBuilderCustomizer had no effect
Closes gh-33399
2022-11-29 10:39:19 +01:00
Andy Wilkinson d88f968d22 Merge branch '2.7.x'
Closes gh-33403
2022-11-28 20:20:24 +00:00
Andy Wilkinson e23c92802f Upgrade to Gradle 7.6
Closes gh-33402
2022-11-28 19:21:50 +00:00
Andy Wilkinson bb1efe636c Merge branch '2.7.x' 2022-11-28 19:17:11 +00:00
Andy Wilkinson 2da8bc1f3b Reduce Gradle versions used for compatibility testing
Closes gh-33401
2022-11-28 19:14:41 +00:00
Andy Wilkinson 92415c996a Fix formatting of NEVER's description
Closes gh-33398
2022-11-28 14:17:03 +00:00
Andy Wilkinson c1dab0f9e6 Fix AOT processing of add method with array parameter in Logback model
Fixes gh-33387
2022-11-28 14:09:01 +00:00
Moritz Halbritter 012e13527a Fix typo in documentation 2022-11-28 13:39:24 +01:00
Spring Builds 926db2c140 Next development version (v3.0.1-SNAPSHOT) 2022-11-24 17:33:23 +00:00
Andy Wilkinson fb2cc7314d Work around Thymeleaf's dependency on spring-security-bom:6.0.0-RC2
Closes gh-33348
2022-11-24 16:49:43 +00:00
Andy Wilkinson 355b428d5d Merge branch '2.7.x'
Closes gh-33346
2022-11-24 15:57:37 +00:00
Andy Wilkinson 7ea5881066 Update LATEST_GA to false to prepare for 3.0.0's release
Closes gh-33345
2022-11-24 15:51:38 +00:00
Andy Wilkinson 1de09f493f Merge branch '2.6.x' into 2.7.x 2022-11-24 15:51:03 +00:00
Stephane Nicoll e922650877 Upgrade to Spring Framework 6.0.2
Closes gh-33286
2022-11-24 15:40:46 +01:00
Spring Builds 4b8a28acdf Next development version (v2.7.7-SNAPSHOT) 2022-11-24 13:21:57 +00:00
Stephane Nicoll 14ba9b18df Start building against Spring Framework 6.0.2 snapshots
See gh-33286
2022-11-24 13:19:23 +01:00
Spring Builds d4a91004b5 Next development version (v2.6.15-SNAPSHOT) 2022-11-24 11:57:56 +00:00
Andy Wilkinson 28cb225ac8 Merge branch '2.7.x' 2022-11-24 11:29:47 +00:00
Andy Wilkinson abcbac92ef Merge branch '2.6.x' into 2.7.x
Closes gh-33343
2022-11-24 11:29:24 +00:00
Andy Wilkinson ebfbf4a412 Stop testing Gradle plugin against Gradle 7.6 RCs
Closes gh-33342
2022-11-24 11:23:45 +00:00
Stephane Nicoll 2b3a236f88 Upgrade to Postgresql 42.5.1
Closes gh-33340
2022-11-24 10:05:57 +01:00
Stephane Nicoll 2bbc475469 Upgrade to Caffeine 3.1.2
Closes gh-33339
2022-11-24 10:05:54 +01:00
Stephane Nicoll 44e01e50da Merge branch '2.7.x' 2022-11-24 10:03:31 +01:00