Phillip Webb
5579f9d1c4
Polish
4 years ago
Scott Frederick
2a998a4373
Fix DataNeo4jTestReactiveIntegrationTests
...
See gh-22940
4 years ago
Andy Wilkinson
b80811b898
Merge branch '2.3.x'
4 years ago
Spring Buildmaster
d0cd445aea
Next development version (v2.3.4.BUILD-SNAPSHOT)
4 years ago
Stephane Nicoll
045d2f678d
Document Spring Data Neo4j 6 support
...
Closes gh-22652
4 years ago
Stephane Nicoll
d4ba55f8d6
Do not configure a ReactiveNeo4jTransactionManager
...
The current arrangement with Neo4j does not allow us to know for sure
that the user intends to use `@Transactional` for reactive or imperative
operations.
The main reason for that is that the only trigger for the reactive
auto-configuration is the presence of reactor on the classpath given
that the Neo4j driver ships with both styles in the same jar. And
reactor can be on the classpath for a number of reasons that are
unrelated to imperative access (typically `WebClient`).
This commits removes the auto-configuration of the
ReactiveNeo4jAutoConfiguration and makes sure that if the user defines
one, the regular `PlatformTransactionManager` backs off. This is
a temporarily situation until we can provide a better signal that the
user intends to primarily use imperative repositories.
Closes gh-22940
4 years ago
Andy Wilkinson
4398c71d12
Merge branch '2.3.x'
...
Closes gh-22938
4 years ago
Andy Wilkinson
8c4e6f766c
Revert "Merge pull request #21060 from dsyer"
...
This reverts commit 6547ea56f9
, reversing
changes made to e9e4a34e62
.
Fixes gh-22039
4 years ago
Andy Wilkinson
81ae24e577
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
1c8392e980
Upgrade to Selenium HtmlUnit 2.43.1
...
Closes gh-22937
4 years ago
Andy Wilkinson
7310b7dbcd
Upgrade to Micrometer 1.5.4
...
Closes gh-22936
4 years ago
Andy Wilkinson
1c930396b4
Upgrade to Flyway 6.5.4
...
Closes gh-22935
4 years ago
Stephane Nicoll
2f5145b6a1
Upgrade to Micrometer 1.5.4
...
Closes gh-22932
4 years ago
Andy Wilkinson
46f686a55d
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
a087d706d0
Upgrade to Spring Batch 4.3.0-M2
...
Closes gh-22892
4 years ago
Andy Wilkinson
eb6a3eff3d
Upgrade to Micrometer 1.5.4
...
Closes gh-22934
4 years ago
Stephane Nicoll
42ca62b2e7
Merge branch '2.3.x'
...
Closes gh-22931
4 years ago
Stephane Nicoll
df78105a3c
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22930
4 years ago
Stephane Nicoll
70f1216359
Merge pull request #22919 from smlc
...
* pr/22919:
Polish "Fix conditions that lead to auto-configure PushGateway"
Fix conditions that lead to auto-configure PushGateway
Closes gh-22919
4 years ago
Stephane Nicoll
f61a632a37
Polish "Fix conditions that lead to auto-configure PushGateway"
...
See gh-22919
4 years ago
smlc
c355b95f6c
Fix conditions that lead to auto-configure PushGateway
...
See gh-22919
4 years ago
Stephane Nicoll
71d2a83bcb
Upgrade Java 15 version in CI image
...
Closes gh-22920
4 years ago
Stephane Nicoll
947e484001
Merge branch '2.3.x'
...
Closes gh-22928
4 years ago
Stephane Nicoll
d0662e824a
Fix default value of server.jetty.accesslog.format
...
Closes gh-22921
4 years ago
Scott Frederick
7c7079f91a
Merge branch '2.3.x'
4 years ago
Scott Frederick
4c6a722f18
Fix test for Java version in image building docs
...
See gh-22916
4 years ago
Scott Frederick
092bbd198e
Merge branch '2.3.x'
...
Closes gh-22923
4 years ago
Scott Frederick
005ed8b8db
Use Java version wildcard in image building docs
...
Fixes gh-22916
4 years ago
Scott Frederick
8e1768262c
Merge pull request #22736 from anshlykov
...
* gh-22736:
Polish "Add pullPolicy option for image building"
Add pullPolicy option for image building
Closes gh-22736
4 years ago
Scott Frederick
6b15822cb1
Polish "Add pullPolicy option for image building"
...
See gh-22736
4 years ago
anshlykov
c7449b57ce
Add pullPolicy option for image building
...
This commit adds a pullPolicy option to the configuration of the Maven
plugin spring-boot:build-image goal and the Gradle plugin bootBuildImage
task. The new option gives users control over pulling the builder image
and run image from a remote image registry to the local Docker daemon.
See gh-22736
4 years ago
Andy Wilkinson
b35cfb7fb7
Upgrade to Spring Integration 5.4.0-M2
...
Closes gh-22729
4 years ago
Andy Wilkinson
c4bafe199e
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
c59b48b690
Upgrade to Spring Kafka 2.5.5.RELEASE
...
Closes gh-22843
4 years ago
Andy Wilkinson
ce729b7188
Upgrade to Spring AMQP 2.2.10.RELEASE
...
Closes gh-22842
4 years ago
Andy Wilkinson
2de48ac6ee
Upgrade to Spring Kafka 2.6.0-M1
...
Closes gh-22730
4 years ago
Andy Wilkinson
b4c75ad7dc
Merge pull request #22710 from dreis2211
...
* gh-22710:
Introduce @ForkedClassPath for testing unmodified class path
Closes gh-22710
4 years ago
dreis2211
c00d5c5643
Introduce @ForkedClassPath for testing unmodified class path
...
See gh-22710
4 years ago
Andy Wilkinson
0158213b3f
Upgrade to Spring AMQP 2.3.0-M2
...
Closes gh-22761
4 years ago
Andy Wilkinson
fff9193860
Merge branch '2.3.x'
...
Closes gh-22917
4 years ago
Andy Wilkinson
f43a0b4891
Fix configuration of environment in Kotlin bootBuildImage examples
...
Fixes gh-22913
4 years ago
Phillip Webb
bc3f028a1f
Fix spring.config.activate.on-profile metadata
...
Fix the `spring.config.activate.on-profile` entry which was accidentally
entered as `spring.config.import.on-profile`.
See gh-22497
4 years ago
Stephane Nicoll
55d27cb932
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
5e5c1fb4d0
Upgrade to Spring Data Neumann SR3
...
Closes gh-22844
4 years ago
Andy Wilkinson
147b048a07
Merge branch '2.3.x'
...
See gh-22909
4 years ago
Andy Wilkinson
2b1bb2f18f
Improve diagnostics when remote application does not start as expected
...
See gh-22909
4 years ago
Andy Wilkinson
0d8719adb7
Merge branch '2.3.x'
...
Closes gh-22911
4 years ago
Andy Wilkinson
65ccb514d0
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22910
4 years ago
Andy Wilkinson
4f65f2e9f1
Merge pull request #22765 from izeye
...
* gh-22765:
Mention configuration customizers for WebTestClient and RestAssured
Closes gh-22765
4 years ago
Johnny Lim
68e2dd626d
Mention configuration customizers for WebTestClient and RestAssured
...
See gh-22765
4 years ago