Stephane Nicoll
ee250e058a
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21916
4 years ago
Stephane Nicoll
ec8c1e3860
Update copyright year of changed files
...
See gh-21906
4 years ago
lltx
de897b9b72
Fix wrong property reference to keys-to-sanitize in Javadoc
...
See gh-21906
4 years ago
Stephane Nicoll
631a5dddd1
Merge branch '2.3.x'
...
Closes gh-21915
4 years ago
Stephane Nicoll
676cd10dbf
Fix encoding of @Bean in reference documentation
...
Closes gh-21908
4 years ago
Phillip Webb
9eb251a8f3
Merge branch '2.3.x'
...
Closes gh-21904
5 years ago
Phillip Webb
1604545727
Ensure AvailabilityChangeEvent carries generics
...
Update `AvailabilityChangeEvent` to be a `PayloadEvent` and ensure
that the `getResolvableType` method returns a generic compatible
result.
Prior to this commit, a ClassCastExeption would be thrown if the
following event listener was declared:
@EventListener
void onEvent(AvailabilityChangeEvent<ReadinessState> event) {
...
}
Closes gh-21898
5 years ago
Phillip Webb
bb7936a000
Merge branch '2.3.x'
...
Closes gh-21896
5 years ago
Phillip Webb
069d2769f4
Reinstate disabled Reactor Netty test
...
Reinstate test now that we are on a reactor-netty releases that fixes
reactor/reactor-netty issue 1093.
Closes gh-21437
5 years ago
Phillip Webb
82abcd3043
Merge branch '2.3.x'
5 years ago
Phillip Webb
2a37b2e258
Refine PropertiesLauncher close logic
...
Further attempt to fix Windows file issues.
See gh-21575
5 years ago
Phillip Webb
3892f4402a
Merge branch '2.3.x'
...
Closes gh-21895
5 years ago
Phillip Webb
1e7da4d3ca
Allow digest builder references
...
Update `BuildRequest` to also allow digest based references.
Closes gh-21879
5 years ago
Phillip Webb
866ebf7c13
Merge branch '2.3.x'
5 years ago
Phillip Webb
8a249daf1a
Refactor PropertiesLauncher so jars can be closed
...
Refactor the internals of `PropertiesLauncher` so that opened jar files
are tracked and can be closed after a test completes.
See gh-21575
5 years ago
Madhura Bhave
fc9760ba49
Merge branch '2.3.x'
...
Closes gh-21894
5 years ago
dreis2211
469dfc285b
Fix deprecation in NettyRSocketServerFactoryTests
...
See gh-21872
5 years ago
Scott Frederick
9d9a501b17
Merge branch '2.3.x'
...
Closes gh-21892
5 years ago
Scott Frederick
7a2939f129
Use non-blocking I/O for Docker API
...
This commit changes the NamedPipeSocket used for communication with
a local Docker daemon to use a non-blocking AsynchronousByteChannel
instead of a blocking RandomAccessFile, modeled after a similar
change to the docker-java project. This eliminates the potential for
a blocking call to hang indefinitely.
Fixes gh-21672
5 years ago
Andy Wilkinson
6ac100583c
Merge branch '2.3.x'
...
Closes gh-21891
5 years ago
Andy Wilkinson
d347346a93
Upgrade to Spring Asciidoctor Extensions 0.4.3.RELEASE
...
Pick up the workaround for the AsciidoctorJ bug that prevents the
configprops macro's attributes from being parsed. The lack of parsing
meant that the envvar format was being lost and properties were being
written in the canonical form instead.
Closes gh-21794
5 years ago
Stephane Nicoll
f8a0ca0d80
Upgrade to Netty Tcnative 2.0.31.Final
...
Closes gh-21889
5 years ago
Stephane Nicoll
ca44e83279
Merge branch '2.3.x'
...
Closes gh-21802
5 years ago
Stephane Nicoll
ca5afb6e90
Fix flaky integration test
...
Closes gh-21487
5 years ago
Stephane Nicoll
a74afc104c
Upgrade to Spring Batch 4.2.4
...
Closes gh-21784
5 years ago
Stephane Nicoll
9af5f70b75
Upgrade to Spring Batch 4.2.4
...
Closes gh-21783
5 years ago
Stephane Nicoll
cbd5b77fa4
Upgrade to Spring Data Neumann-SR1
...
Closes gh-21776
5 years ago
Stephane Nicoll
122f5afd42
Upgrade to Spring Integration 5.3.1
...
Closes gh-21779
5 years ago
Stephane Nicoll
760aec3136
Upgrade to Spring Kafka 2.5.2
...
Closes gh-21782
5 years ago
Stephane Nicoll
e64bfb80e4
Upgrade to Postgresql 42.2.14
...
Closes gh-21888
5 years ago
Stephane Nicoll
664436a3d6
Upgrade to Spring Kafka 2.3.9
...
Closes gh-21781
5 years ago
Stephane Nicoll
49ba5dc6bc
Upgrade to Postgresql 42.2.14
...
Closes gh-21887
5 years ago
Stephane Nicoll
c496f2401f
Upgrade to Netty Tcnative 2.0.31.Final
...
Closes gh-21886
5 years ago
Stephane Nicoll
7dee9e34b5
Upgrade to Spring Kafka 2.2.14
...
Closes gh-21780
5 years ago
Phillip Webb
087c62d34b
Merge branch '2.3.x'
5 years ago
Phillip Webb
3b71403b99
Merge branch '2.2.x' into 2.3.x
5 years ago
Phillip Webb
ac197be815
Fix checkstyle issue
5 years ago
Phillip Webb
aecd13bb9b
Merge branch '2.3.x'
5 years ago
Phillip Webb
7e5d6bafa8
Merge branch '2.2.x' into 2.3.x
5 years ago
Phillip Webb
3f36f6ea47
Rollback to Spring Batch 4.2.2
...
See gh-21885
5 years ago
Phillip Webb
02bfc9d30a
Polish
5 years ago
Madhura Bhave
f96a2f2b83
Merge branch '2.3.x'
...
Closes gh-21881
5 years ago
Madhura Bhave
83485e625d
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21880
5 years ago
Madhura Bhave
4e014da9e9
Return all loggers for Log4j2
...
This commit aligns log4j2's behavior with logback such that loggers
with a null configuredLevel are also returned by the actuator endpoint.
Fixes gh-20037
5 years ago
Madhura Bhave
92ce94b3d8
Align default log levels for Log4j2 and Logback
...
Fixes gh-21293
5 years ago
Scott Frederick
9ae6816785
Merge branch '2.3.x'
...
Closes gh-21874
5 years ago
Scott Frederick
7a793a11fb
Merge branch '2.2.x' into 2.3.x
...
Fixes gh-21036 in 2.3.1
5 years ago
Scott Frederick
0fa1d0ef2e
Handle bind exceptions in management context
...
This commit updates the logic for handling binding exceptions in the
management context when it is separate from the application context.
The changes allow the exception details to be visible to
DefaultErrorAttributes without causing the servlet container to
detect an error condition.
Fixes gh-21036
5 years ago
Andy Wilkinson
3927bd81eb
Upgrade to Spring Integration 5.2.7.RELEASE
...
Closes gh-21778
5 years ago
Andy Wilkinson
4eea0329d3
Upgrade to Spring Data Moore SR8
...
Closes gh-21775
5 years ago
Andy Wilkinson
ea55bb32a2
Upgrade to Spring Data Lovelace-SR18
...
Closes gh-21774
5 years ago
Andy Wilkinson
4eba8e2dc2
Upgrade to Spring Integration 5.1.11.RELEASE
...
Closes gh-21777
5 years ago
Andy Wilkinson
0f2f7812d9
Upgrade to Postgresql 42.2.14
...
Closes gh-21871
5 years ago
Andy Wilkinson
a9fffb3920
Upgrade to Netty tcNative 2.0.31.Final
...
Closes gh-21870
5 years ago
Andy Wilkinson
dd93b523a4
Merge branch '2.3.x'
...
Closes gh-21869
5 years ago
Andy Wilkinson
90bd433083
Allow child contexts to configure server properties
...
Previously, HttpMessageConvertersAutoConfiguration registered
ServerProperties. When this happened in a parent context, any child
contexts would skip registering ServerProperties due to its presence
in the parent context. This prevents the child contexts from
configuring their own server properties.
This commit updates HttpMessageConvertersAutoConfiguration to
bind server.servlet.encoding directly instead of enabling
ServerProperties. With ServerProperties no longer enabled in a parent
context, child contexts are now able to configure their own server
properties.
Fixes gh-21789
5 years ago
Stephane Nicoll
a8da75a396
Merge branch '2.3.x'
...
Closes gh-21867
5 years ago
Tomek Szmytka
8890660a71
Back-off if a custom ReactiveSessionFactory is defined
...
This commit makes sure that CassandraReactiveDataAutoConfiguration does
not create a reactiveCassandraSessionFactory bean if the user has
provided their own.
See gh-21769
5 years ago
Andy Wilkinson
9ef9b63527
Upgrade to Undertow 2.1.3.Final
...
Closes gh-21865
5 years ago
Andy Wilkinson
9c639b1be2
Upgrade to Tomcat 9.0.36
...
Closes gh-21864
5 years ago
Andy Wilkinson
3e5fcee187
Upgrade to Spring Security 5.3.3.RELEASE
...
Closes gh-21863
5 years ago
Andy Wilkinson
52975e4480
Upgrade to Spring AMQP 2.2.7.RELEASE
...
Closes gh-21862
5 years ago
Andy Wilkinson
25cc16a54c
Upgrade to RSocket 1.0.1
...
Closes gh-21861
5 years ago
Andy Wilkinson
df42b3ac39
Upgrade to R2DBC Bom Arabba-SR4
...
Closes gh-21860
5 years ago
Andy Wilkinson
6e68101b9f
Upgrade to Postgresql 42.2.13
...
Closes gh-21859
5 years ago
Andy Wilkinson
bf83e237ea
Upgrade to OkHttp3 3.14.9
...
Closes gh-21858
5 years ago
Andy Wilkinson
5e3d48114c
Upgrade to Netty 4.1.50.Final
...
Closes gh-21857
5 years ago
Andy Wilkinson
3154655a72
Upgrade to Neo4j OGM 3.2.12
...
Closes gh-21856
5 years ago
Andy Wilkinson
fcb2d5df49
Upgrade to MongoDB 4.0.4
...
Closes gh-21855
5 years ago
Andy Wilkinson
98e19999d0
Upgrade to Log4j2 2.13.3
...
Closes gh-21854
5 years ago
Andy Wilkinson
39c25ff1c4
Upgrade to Lettuce 5.3.1.RELEASE
...
Closes gh-21853
5 years ago
Andy Wilkinson
08f37b3489
Upgrade to Kotlin Coroutines 1.3.7
...
Closes gh-21852
5 years ago
Andy Wilkinson
8687533e34
Upgrade to Johnzon 1.2.7
...
Closes gh-21851
5 years ago
Andy Wilkinson
ce8554211e
Upgrade to Jetty 9.4.29.v20200521
...
Closes gh-21850
5 years ago
Andy Wilkinson
30355f38be
Upgrade to Jetty Reactive HTTPClient 1.1.3
...
Closes gh-21849
5 years ago
Andy Wilkinson
1424ac406c
Upgrade to Jaybird 3.0.9
...
Closes gh-21848
5 years ago
Andy Wilkinson
d7913ff1a8
Upgrade to Hibernate 5.4.17.Final
...
Closes gh-21847
5 years ago
Andy Wilkinson
2fef9629c5
Upgrade to Groovy 2.5.12
...
Closes gh-21846
5 years ago
Andy Wilkinson
c26c52d82b
Upgrade to Flyway 6.4.4
...
Closes gh-21845
5 years ago
Andy Wilkinson
cfd5cb5496
Upgrade to Dropwizard Metrics 4.1.9
...
Closes gh-21844
5 years ago
Andy Wilkinson
5d8d2fe146
Upgrade to Couchbase Client 3.0.5
...
Closes gh-21843
5 years ago
Andy Wilkinson
c1e8f8626d
Upgrade to Caffeine 2.8.4
...
Closes gh-21842
5 years ago
Andy Wilkinson
306ddf7d16
Upgrade to Byte Buddy 1.10.11
...
Closes gh-21841
5 years ago
Andy Wilkinson
ed038e6ade
Upgrade to Awaitility 4.0.3
...
Closes gh-21840
5 years ago
Andy Wilkinson
e648f5ce6c
Switch Bomr's upgrade policy to same minor version
5 years ago
Stephane Nicoll
f5b0ebc9c2
Upgrade to Maven Shade Plugin 3.2.4
...
Closes gh-21838
5 years ago
Stephane Nicoll
331390cd74
Upgrade to Spring Security 5.2.5.RELEASE
...
Closes gh-21836
5 years ago
Stephane Nicoll
4c15c512fa
Upgrade to Spring Amqp 2.2.7.RELEASE
...
Closes gh-21835
5 years ago
Stephane Nicoll
7a0b22086f
Upgrade to Postgresql 42.2.13
...
Closes gh-21834
5 years ago
Stephane Nicoll
6ca229c678
Upgrade to Kotlin Coroutines 1.3.7
...
Closes gh-21833
5 years ago
Stephane Nicoll
a91c157bf4
Upgrade to Hibernate Validator 6.0.20.Final
...
Closes gh-21832
5 years ago
Stephane Nicoll
5ae2a9e25c
Upgrade to Hibernate 5.4.17.Final
...
Closes gh-21831
5 years ago
Stephane Nicoll
1f6582e3e4
Upgrade to Jaybird 3.0.9
...
Closes gh-21830
5 years ago
Stephane Nicoll
c3cf3bd72b
Upgrade to Elasticsearch 6.8.10
...
Closes gh-21829
5 years ago
Stephane Nicoll
d07b460247
Upgrade to Jetty 9.4.29.v20200521
...
Closes gh-21828
5 years ago
Stephane Nicoll
eadc6d07b8
Upgrade to Groovy 2.5.12
...
Closes gh-21827
5 years ago
Stephane Nicoll
ad321895d5
Upgrade to Awaitility 4.0.3
...
Closes gh-21826
5 years ago
Stephane Nicoll
78a06d5343
Upgrade to Tomcat 9.0.36
...
Closes gh-21825
5 years ago
Stephane Nicoll
ec5dc3bfa4
Upgrade to Johnzon Jsonb 1.2.7
...
Closes gh-21824
5 years ago
Stephane Nicoll
a2738b51d6
Upgrade to Byte Buddy 1.10.11
...
Closes gh-21823
5 years ago
Stephane Nicoll
2eff659fa4
Upgrade to Rsocket 1.0.1
...
Closes gh-21822
5 years ago
Stephane Nicoll
518cdf2751
Upgrade to Netty 4.1.50.Final
...
Closes gh-21821
5 years ago
Stephane Nicoll
62d3f0d872
Upgrade to Micrometer 1.3.9
...
Closes gh-21820
5 years ago
Stephane Nicoll
9acfc81244
Upgrade to Dropwizard Metrics 4.1.9
...
Closes gh-21819
5 years ago
Stephane Nicoll
6aa7f7aed5
Upgrade to Hikaricp 3.4.5
...
Closes gh-21818
5 years ago
Stephane Nicoll
cda93e0af7
Upgrade to Okhttp3 3.14.9
...
Closes gh-21817
5 years ago
Stephane Nicoll
7b3070cd8c
Upgrade to Caffeine 2.8.4
...
Closes gh-21816
5 years ago
Stephane Nicoll
b118d8953b
Upgrade to Couchbase Client 2.7.15
...
Closes gh-21815
5 years ago
Andy Wilkinson
4e5f1e49d7
Merge branch '2.3.x'
...
Closes gh-21839
5 years ago
Andy Wilkinson
ce68f1a097
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21837
5 years ago
Andy Wilkinson
48acaa4bd9
Make AutoConfigureMockMvc use SecurityProperties' filter ordering
...
Previously, AutoConfigureMockMvc used Spring Security's default filter
ordering, ignoring the value configured by SecurityProperties that is
used at runtime. This resulted in different ordering at runtime and in
tests.
This commit updates the configuration for AutoConfigureMockMvc to
import the Spring Security filter auto-configuration, thereby ensuring
that the ordering configured via SecurityProperties is applied.
Fixes gh-21801
5 years ago
Stephane Nicoll
5d2a9e9220
Upgrade to Maven Shade Plugin 3.2.4
...
Closes gh-21814
5 years ago
Stephane Nicoll
8841feb311
Upgrade to Spring Security 5.1.11.RELEASE
...
Closes gh-21813
5 years ago
Stephane Nicoll
9d80ece9a5
Upgrade to Spring Amqp 2.1.15.RELEASE
...
Closes gh-21812
5 years ago
Stephane Nicoll
c456b633d5
Upgrade to Postgresql 42.2.13
...
Closes gh-21811
5 years ago
Stephane Nicoll
b560501c3c
Upgrade to Hibernate Validator 6.0.20.Final
...
Closes gh-21810
5 years ago
Stephane Nicoll
fa9890b381
Upgrade to Jaybird 3.0.9
...
Closes gh-21809
5 years ago
Stephane Nicoll
357ada7aa0
Upgrade to Jetty 9.4.29.v20200521
...
Closes gh-21808
5 years ago
Stephane Nicoll
544b688b62
Upgrade to Groovy 2.5.12
...
Closes gh-21807
5 years ago
Stephane Nicoll
4724839aea
Upgrade to Tomcat 9.0.36
...
Closes gh-21806
5 years ago
Stephane Nicoll
a07ccb0c39
Upgrade to Netty 4.1.50.Final
...
Closes gh-21805
5 years ago
Stephane Nicoll
27c94bd649
Upgrade to Micrometer 1.1.14
...
Closes gh-21804
5 years ago
Stephane Nicoll
e88ae68430
Upgrade to Couchbase Client 2.7.15
...
Closes gh-21803
5 years ago
Stephane Nicoll
2ea60ecbaf
Merge branch '2.3.x'
...
Closes gh-21802
5 years ago
Stephane Nicoll
6534a9abaf
Configure password-based authentication with Cassandra
...
This commit updates the Cassandra auto-configuration to configure
password-based authentication on the CqlSession directly.
Closes gh-21487
5 years ago
Madhura Bhave
4161f0b983
Merge branch '2.3.x'
...
Closes gh-21799
5 years ago
Madhura Bhave
d30c0e8aec
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21798
5 years ago
Madhura Bhave
36faa1d42a
Document using system properties in gradle plugin docs
...
Closes gh-21317
5 years ago
Stephane Nicoll
372c0369a8
Merge branch '2.3.x'
5 years ago
Stephane Nicoll
a3d39c7f31
Start building against Spring Data Neumann-SR1 snapshots
...
See gh-21776
5 years ago
Stephane Nicoll
7fe85750fb
Merge branch '2.2.x' into 2.3.x
5 years ago
Stephane Nicoll
6597c0c7f7
Start building against Spring Data Moore-SR8 snapshots
...
See gh-21775
5 years ago
Stephane Nicoll
cc3575b3f4
Merge branch '2.1.x' into 2.2.x
5 years ago
Stephane Nicoll
79f0e38c54
Start building against Spring Data Lovelace-SR18 snapshots
...
See gh-21774
5 years ago
Stephane Nicoll
9a457527fd
Polish test
5 years ago
Stephane Nicoll
b378fbfa87
Start building against Spring Batch 4.2.3 snapshots
...
See gh-21784
5 years ago
Stephane Nicoll
8325ed0626
Start building against Spring Kafka 2.5.2 snapshots
...
See gh-21782
5 years ago
Stephane Nicoll
a2bdbf01b0
Start building against Spring Integration 5.3.1 snapshots
...
See gh-21779
5 years ago
Stephane Nicoll
3383f48ee7
Upgrade to Spring Framework 5.2.7
...
Closes gh-21739
5 years ago
Stephane Nicoll
180e57a8d7
Start building against Spring Batch 4.2.3 snapshots
...
See gh-21783
5 years ago
Stephane Nicoll
7b4707aab5
Start building against Spring Kafka 2.3.9 snapshots
...
See gh-21781
5 years ago
Stephane Nicoll
5cde880562
Start building against Spring Integration 5.2.7 snapshots
...
See gh-21778
5 years ago
Stephane Nicoll
679816d3a4
Upgrade to Spring Framework 5.2.7
...
Closes gh-21738
5 years ago
Stephane Nicoll
36a05375c7
Start building against Spring Kafka 2.2.14 snapshots
...
See gh-21780
5 years ago
Stephane Nicoll
445a9a461b
Start building against Spring Integration 5.1.11 snapshots
...
See gh-21777
5 years ago
Stephane Nicoll
de6ee358fb
Upgrade to Spring Framework 5.1.16
...
Closes gh-21729
5 years ago
Andy Wilkinson
0726a7d610
Merge branch '2.3.x'
...
Closes gh-21788
5 years ago
Andy Wilkinson
8155cc5f23
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21786
5 years ago
Andy Wilkinson
a0f29edd4d
Always initialize stompWebSocketHandlerMapping eagerly
...
Previously, when lazy initialization was enabled, STOMP-based WebSocket
messaging would not work as the stompWebSocketHandlerMapping bean was
not initialized and CONNECT requests would go unanswered.
This commit adds a LazyInitializationExcludeFilter that causes the
stompWebSocketHandlerMapping bean to always be initialized eagerly.
This triggers initialization of the WebSocket transport allowing
requests to be received and processed.
Fixes gh-19611
5 years ago
Stephane Nicoll
e9f6dc9d9a
Upgrade to Reactor Dysprosium-SR8
...
Closes gh-21731
5 years ago
Stephane Nicoll
3889e6336a
Upgrade to Reactor Dysprosium-SR8
...
Closes gh-21730
5 years ago
Stephane Nicoll
10e0ca7dce
Upgrade to Reactor Californium-SR19
...
Closes gh-21728
5 years ago
Scott Frederick
f3d5416cf4
Merge branch '2.3.x'
...
Closes gh-21770
5 years ago
Scott Frederick
73aff08535
Improve tests for BasicErrorController
...
This commit improves the tests for BasicErrorController by decoupling
coverage for the include-message and include-binding-errors
parameters to ensure the options operate properly independent of
each other.
See gh-21702
5 years ago
Aurdo
e2e52a11cc
Fix BasicErrorController include parameter parsing
...
This commit fixes an error in BasicErrorController where the wrong
property was referenced for binding error inclusion.
See gh-21702
5 years ago
Phillip Webb
ad6a0d473a
Merge branch '2.3.x'
...
Closes gh-21768
5 years ago
Phillip Webb
b71bab2817
Document deprecations of Archive.iterator()
...
Closes gh-21695
5 years ago
Phillip Webb
f2c33464c6
Merge branch '2.3.x'
...
Closes gh-21766
5 years ago
Phillip Webb
ddbecf62b3
Polish 'Fix Mustache to not ignore native fetcher'
...
See gh-21060
5 years ago
Dave Syer
5199c11e37
Fix Mustache to not ignore native fetcher
...
Alter the logic of `MustacheEnvironmentCollector` so that the
native fetcher is always consulted if it exists.
When the context is a map (as it is in a web View for instance) you
can't assume a non-null fetcher actually contains the property you are
searching for.
See gh-21060
5 years ago
Phillip Webb
db0f085d40
Merge branch '2.3.x'
...
Closes gh-21765
5 years ago
Phillip Webb
47729be4e3
Polish 'Clarify documentation for probe ports'
...
See gh-21650
5 years ago
Hui Li
e6ade05c2d
Clarify documentation for probe ports
...
Update the reference documentation to provide a better description of
the port that should be used for Kubernetes probes.
See gh-21650
5 years ago
Phillip Webb
16b1d64b43
Merge branch '2.3.x'
...
Closes gh-21764
5 years ago
dreis2211
eeb1db2176
Use supplier assertions in availability indicator
...
See gh-21758
5 years ago
Andy Wilkinson
a6eb4da2ad
Merge branch '2.3.x'
...
Closes gh-21763
5 years ago
Andy Wilkinson
96ae4864a2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21762
5 years ago
Andy Wilkinson
2de906caf7
Polish "Clarify loss of defaults when adding custom mapping"
...
See gh-20716
5 years ago
Norio
9f009e4445
Clarify loss of defaults when adding custom mapping
...
See gh-20716
5 years ago
Andy Wilkinson
52a5425acf
Merge branch '2.3.x'
...
Closes gh-21761
5 years ago
Andy Wilkinson
a97c63661a
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21760
5 years ago
Andy Wilkinson
4a0e8217f0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21759
5 years ago
Andy Wilkinson
5dce945e29
Document dispatcher-types configuration for secured error pages
...
Closes gh-19293
5 years ago
Andy Wilkinson
b6232cbd12
Merge branch '2.3.x'
...
Closes gh-21756
5 years ago
Andy Wilkinson
fe265af252
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21755
5 years ago
Andy Wilkinson
296da88e31
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21754
5 years ago
Andy Wilkinson
c96455f7cf
Remove . from CLI's classpath on Unix-like platforms
...
Previously, the spring bash script added . to the classpath but the
Windows spring.bat script did not. This commit aligns the classpath
of the two scripts by removing . from the classpath in the bash
script.
Fixes gh-19910
5 years ago
Andy Wilkinson
020a47ba3e
Document support for Gradle 5
...
Closes gh-15358
5 years ago
Andy Wilkinson
676ff423dd
Merge branch '2.3.x'
5 years ago
Andy Wilkinson
82b531b49e
Merge branch '2.2.x' into 2.3.x
5 years ago
Andy Wilkinson
8da1e3addb
Merge branch '2.1.x' into 2.2.x
5 years ago
Andy Wilkinson
6a9450ee8b
Polish
5 years ago
Phillip Webb
0c76fb950d
Merge branch '2.3.x'
...
Closes gh-21747
5 years ago
Phillip Webb
f8982bdc14
Polish 'Support userInfo in elasticsearch URI'
...
See gh-21381
5 years ago
Evgeniy Cheban
a72179aa4f
Support userInfo in elasticsearch URI
...
See gh-21381
5 years ago
Phillip Webb
6e71994b6b
Merge branch '2.3.x'
...
Closes gh-21745
5 years ago
Phillip Webb
abaca95467
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21744
5 years ago
Phillip Webb
bfe1c281f0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21743
5 years ago
Phillip Webb
70e0a27949
Drop the use of the term "white list"
...
Closes gh-21737
5 years ago
Stephane Nicoll
9fd6ff7e88
Start building against Spring Framework 5.2.7 snapshots
...
See gh-21739
5 years ago
Stephane Nicoll
4c26c7d043
Start building against Spring Framework 5.2.7 snapshots
...
See gh-21738
5 years ago
Stephane Nicoll
d4c8fa9b2a
Start building against Spring Framework 5.1.16 snapshots
...
See gh-21729
5 years ago
Phillip Webb
621d120ba3
Merge branch '2.3.x'
...
Closes gh-21735
5 years ago
Phillip Webb
c11abf48d9
Polish 'Allow beans without public constructors to load'
...
See gh-20929
5 years ago
Vlad Kisel
d8d8f9cf0b
Allow beans without public constructors to load
...
Allow `BeanDefinitionLoader` to load classes that don't have public
constructors. The constraint was first introduced in d82c50804f
to
solve an issue with anonymous Groovy classes but causes particular
problems with `@SpringBootTest`.
See gh-20929
5 years ago
Phillip Webb
5f79bd2a09
Merge branch '2.3.x'
...
Closes gh-21734
5 years ago
dreis2211
2b5569f054
Polish
...
See gh-21732
5 years ago
Stephane Nicoll
44f375c508
Start building against Reactor Dysprosium-SR8 snapshots
...
See gh-21731
5 years ago
Stephane Nicoll
f4f9df3d10
Start building against Reactor Dysprosium-SR8 snapshots
...
See gh-21730
5 years ago
Stephane Nicoll
0b0187cd0d
Start building against Reactor Californium-SR19 snapshots
...
See gh-21728
5 years ago
Phillip Webb
d791d18231
Merge branch '2.3.x'
...
Closes gh-21727
5 years ago
Phillip Webb
2f973ebc33
Fix default Launcher.isExploded() result
...
Fix the default implementation of `Launcher.isExploded` which should
have returned `true`.
Fixes gh-21575
5 years ago
Phillip Webb
d356a24a07
Merge branch '2.3.x'
...
Closes gh-21726
5 years ago
Phillip Webb
47c1928189
Polish 'Optimize SystemEnvironmentPropertyMapper'
...
Introduce a new `ConfigurationPropertyName.ofIfValid` method to
save us needing to throw and catch an exception unnecessarily.
See gh-21523
5 years ago
dreis2211
0378de7b30
Optimize SystemEnvironmentPropertyMapper
...
See gh-21523
5 years ago
dreis2211
f8d6d9a4b0
Call append only when necessary
...
See gh-21523
5 years ago
dreis2211
33deba4948
Use chars rather than strings
...
Update `SystemEnvironmentPropertyMapper` to use single chars
rather than strings whenever possible.
See gh-21523
5 years ago
Phillip Webb
b1044ca883
Update copyright year of changed files
5 years ago
Phillip Webb
8a7a5929ae
Merge branch '2.3.x'
5 years ago
Phillip Webb
cc50605687
Merge branch '2.2.x' into 2.3.x
5 years ago
Phillip Webb
0a05b4c9fd
Update copyright year of changed files
5 years ago
Phillip Webb
3107d2de51
Merge branch '2.3.x'
...
Fixes gh-21705 in master
5 years ago
Phillip Webb
9a235197dc
Propagate manifest to exploded jars
...
Update `LaunchedURLClassLoader` so that packages defined from exploded
archive folders have manifest attributes applied to them. Prior to this
calling `package.getImplementationTitle()` would only return the a
manifiest attribute when running non-exploded.
The root cause of this issue is the way that `URLClassLoader` handles
the different URL types. For URLs that reference a jar the manifest is
available. For URLs that reference a folder it isn't. When running
exploded we use a URL that references to the `BOOT-INF/classes` folder
directly. To fix the issue we now attempt to detect when `definePackage`
is being called directly, and replace `null` entries with actual
manifest values.
Fixes gh-21705
5 years ago
Stephane Nicoll
0bc6159e44
Merge branch '2.3.x'
...
Closes gh-21721
5 years ago
Stephane Nicoll
400a168ce9
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21720
5 years ago
dreis2211
9bb22ffb69
Remove usages of deprecated Connector.setAttribute()
...
See gh-21671
5 years ago
Stephane Nicoll
bb86d2b3d4
Merge branch '2.3.x'
5 years ago
Stephane Nicoll
79a5ca2941
Merge branch '2.2.x' into 2.3.x
5 years ago
Stephane Nicoll
eb38eeaf30
Polish
5 years ago
Andy Wilkinson
82cc7e972d
Polish "Print the java version being used on startup"
...
See gh-21559
5 years ago
dreis2211
731c192817
Print the java version being used on startup
...
See gh-21559
5 years ago
dreis2211
85a6686cae
Add Java 15 to JavaVersion enum
...
See gh-21691
5 years ago
Andy Wilkinson
8fb7a6cace
Remove JUnit 5's vintage engine from spring-boot-starter-test
...
Closes gh-21625
5 years ago
Stephane Nicoll
721399bdc4
Merge branch '2.3.x'
5 years ago
Toshiaki Maki
0cd526c266
Fix event name in documentation
...
See gh-21692
5 years ago
Stephane Nicoll
8353dea111
Merge branch '2.3.x'
5 years ago
Stephane Nicoll
4624bf6552
Polish "Add reference to rocketmq-spring-boot-starter"
...
See gh-21653
5 years ago
ThierrySquirrel
c547567882
Add reference to rocketmq-spring-boot-starter
...
See gh-21653
5 years ago
Stephane Nicoll
da5e8d70a1
Polish "Support filtered scrape for Prometheus"
...
See gh-21545
5 years ago
Johnny Lim
cd1baf18fe
Support filtered scrape for Prometheus
...
See gh-21545
5 years ago
dreis2211
54f93e9b0f
Fix multi-release JAR test on JDK 15
...
See gh-21605
5 years ago
Andy Wilkinson
c4faeac4d7
Merge branch '2.3.x'
...
Closes gh-21703
5 years ago
Andy Wilkinson
24138c104c
Use highlightjs for syntax highlighting in Asciidoctor's HTML output
...
Closes gh-21701
5 years ago
Phillip Webb
16cab0d83c
Merge branch '2.3.x'
...
Closes gh-21690
5 years ago
Phillip Webb
4d37430bfe
Use servlet context that can access classloader
...
Update `SpringBootServletInitializer` to use the `ServletContext` that
was provided to the initial `onStartup` call rather than the
one from the `ServletContextEvent`. This allows the `getClassLoader()`
call to complete without throwing an `UnsupportedOperationException`.
Fixes gh-21684
5 years ago
Scott Frederick
87f5894a9a
Merge branch '2.3.x'
...
Closes gh-21685
5 years ago
Scott Frederick
29253264b4
Improve Docker API 5xx error messages
...
This commit improves the error messages returned by the Spring Boot
build plugins when a 5xx status code is returned from the Docker
API while attempting to build an image. If the error response has
contents containing a JSON structure with a "message" key, the value
associated with that key will be included in the exception message
and in the build plugin output error.
Fixes gh-21515
5 years ago
Andy Wilkinson
933a85144a
Merge branch '2.3.x'
...
Closes gh-21669
5 years ago
Andy Wilkinson
daeca9f332
Restore Boot 2.2's compile-scoped dependencies
...
Fixes gh-21507
5 years ago
Andy Wilkinson
f041be8877
Merge branch '2.3.x'
...
Closes gh-21668
5 years ago
Andy Wilkinson
210e565741
Use dirMode and fileMode to configure CLI archive entry permissions
...
Closes gh-21453
5 years ago
Andy Wilkinson
38b91f134e
Merge branch '2.3.x'
...
Closes gh-21665
5 years ago
Andy Wilkinson
a2bfdb5b33
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21663
5 years ago
Andy Wilkinson
29c2a0471d
Add Oracle DB dependency management under com.oracle.database
...
Closes gh-20333
5 years ago
Phillip Webb
39216ce3f4
Merge branch '2.3.x'
5 years ago
Phillip Webb
e39d7971fb
Merge branch '2.2.x' into 2.3.x
5 years ago
Phillip Webb
864daab03a
Merge branch '2.1.x' into 2.2.x
5 years ago
Phillip Webb
b5fe3c3494
Refine YAML type restriction error
...
Closes gh-21596
5 years ago
Phillip Webb
20c11a3cbd
Merge branch '2.3.x'
...
Closes gh-21661
5 years ago
Phillip Webb
ebb3f5f286
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21660
5 years ago
Phillip Webb
4fc0dec6c4
Support wrapped random property sources
...
Update `SpringConfigurationPropertySource` so that wrapped random
property sources can be used. It's assumed that wrapped random
sources will use the name of the source as the prefix.
Closes gh-21595
5 years ago
Madhura Bhave
e0f548fdd3
Merge branch '2.3.x'
...
Closes gh-21657
5 years ago
Madhura Bhave
2dc8048d08
Add missing since tags
...
Closes gh-21576
5 years ago
Phillip Webb
fc8fdf2de0
Merge branch '2.3.x'
...
Closes gh-21656
5 years ago
Phillip Webb
2589f980d5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21655
5 years ago
Phillip Webb
09a47c9aad
Fix containsDescendantOf for random sources
...
Fix the `containsDescendantOf` logic for random property sources to
ensure that ancestors are correctly matched.
Closes gh-21654
5 years ago
Andy Wilkinson
399d0f7b95
Merge branch '2.3.x'
...
Closes gh-21651
5 years ago
Andy Wilkinson
f0bc8ee73c
Fix version placeholder replacement in Gradle plugin docs
...
Closes gh-21640
5 years ago
Madhura Bhave
dcd83ec616
Merge branch '2.3.x'
5 years ago
Madhura Bhave
1f28141f3e
Use the right property in test
5 years ago
Phillip Webb
c6b3db542a
Merge branch '2.3.x'
...
Closes gh-21646
5 years ago
Phillip Webb
4dff0beb80
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21645
5 years ago
Phillip Webb
ad73daf5bc
Merge branch '2.3.x'
...
Closes gh-21644
5 years ago
Phillip Webb
14e6c734a9
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21643
5 years ago
Phillip Webb
502e2a4c64
Polish
5 years ago
Phillip Webb
95031295b9
Restore TomcatReactiveWebServerFactoryTests
...
Restore tests that were previously ignored due to a framework bug.
Closes gh-19702
5 years ago
Madhura Bhave
d3f72326d0
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21642
5 years ago
Madhura Bhave
573cb98d90
Make management security configuration back off when SAML present
...
Fixes gh-21620
5 years ago
Andy Wilkinson
8f8bee7ccd
Merge branch '2.3.x'
...
Closes gh-21641
5 years ago
Andy Wilkinson
3d143e59e7
Fix inclusion of version-specific content in Gradle plugin's docs
...
Fixes gh-21610
5 years ago
Andy Wilkinson
acd7961127
Merge branch '2.3.x'
...
Closes gh-21639
5 years ago
Andy Wilkinson
b1777b9dee
Use stable file repository for testing snapshot layers
...
Closes gh-21629
5 years ago
Scott Frederick
687b9b0353
Merge branch '2.3.x'
...
Fixes gh-21554 in 2.4.0-M1
5 years ago
Scott Frederick
7722394e19
Provide better error message if Docker is not running
...
Previously, if the Spring Boot build plugins got a connection error
when attempting to communicate with a Docker daemon (for example,
when the daemon isn't running), the error message made it appear that
the daemon returned an HTTP error code. This commit makes a connection
error distinct from an HTTP error response code to make it easier for
the user to diagnose the root cause of the problem.
Fixes gh-21554
5 years ago
Andy Wilkinson
d3ef6f2382
Prepare 2.3.x branch
5 years ago
Phillip Webb
a84b7bccf1
Merge branch '2.2.x'
5 years ago
Phillip Webb
14c9804c5c
Fix checkstyle issues
5 years ago
Phillip Webb
1c3f147c1e
Merge branch '2.2.x'
...
Closes gh-21598
5 years ago
Phillip Webb
af90604030
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21597
5 years ago
Phillip Webb
587b840666
Restrict use of custom YAML types
...
Update `YamlJsonParser` and `OriginTrackedYamlLoader` to ensure that
custom types cannot be loaded.
Closes gh-21596
5 years ago
Andy Wilkinson
f17f1255a4
Do not change availability on close unless context is active
...
Previously, an AvailabilityChangeEvent was published when the servlet
and reactive web server application contexts were closed, irrespective
of whether or not the context was active. This caused problems when
the context was not active due to a refresh failure as the event
publication could then trigger bean creation and post-processing that
relied upon beans that had been destroyed when cleaning up after the
refresh failure. The most commonly seen symptom was a missing
importRegistry bean that is required by ImportAwareBeanPostProcessor.
This commit updates the two web server application contexts to only
publish the availability change event if the context is active.
Fixes gh-21588
5 years ago
Stephane Nicoll
b5673db6fa
Fix dependency management for Kafka
...
Kafka 2.5 no longer provides artifacts for Scala 2.11
Closes gh-21589
5 years ago
Stephane Nicoll
4317b29b9a
Tolerate change in method format
...
This commit polishes the assertions of the NoSuchMethodError failure
analyzer as the method format changes according to the JDK.
See gh-21587
5 years ago
dreis2211
b498d3903f
Upgrade to Testcontainers 1.14.2
...
See gh-21581
5 years ago
Stephane Nicoll
35121f182e
Harmonize Period conversion support
...
Closes gh-21574
5 years ago
Andy Wilkinson
744b4d7c26
Include type hierarchy in NoSuchMethodError failure analysis
...
Closes gh-21587
5 years ago
Stephane Nicoll
b21c09020d
Polish "Polish duration support javadoc"
...
See gh-21579
5 years ago
OrangeDog
1a87fce416
Polish duration support javadoc
...
See gh-21579
5 years ago
Stephane Nicoll
9cf448863a
Restore RestClientBuilderCustomizer in its original location
...
This commit restores RestClientBuilderCustomizer in the rest package in
a deprecated fashion so that the upgrade from 2.2 is smoother.
Closes gh-21572
5 years ago
Andy Wilkinson
ba23368440
Configure attributes on productionRuntimeClasspath
...
Previously, the productionRuntimeClasspath configuration was created
without any attributes. This caused problems with multi-project
dependency resolution as there was insufficient information for Gradle
to determine which variant of a dependency should be used by the
productionRuntimeClasspath configuration.
This commit updates the configuration to have three attributes, each
configured with the same values as those of Gradle's own
runtimeClasspathConfiguration.
Fixes gh-21549
5 years ago
Stephane Nicoll
069c31a074
Map connection and read timeouts for New Relic again
...
Closes gh-21440
5 years ago
Stephane Nicoll
53bf65df47
Merge branch '2.2.x'
...
Closes gh-21563
5 years ago
Bram De Cneudt
591d234e43
Fix links for Apache Camel starter
...
See gh-21540
5 years ago
Toshiaki Maki
b4817c85b1
Fix default value for spring.data.jpa.repositories.bootstrap-mode
...
See gh-21492
5 years ago
Stephane Nicoll
b9a1a70fcc
Merge branch '2.2.x'
...
Closes gh-21562
5 years ago
Stephane Nicoll
77981ac2ae
Polish "Use the container IP address for tests using TestContainer"
...
See gh-21480
5 years ago
olivier lamy
0c2bf70bb8
Use the container IP address for tests using TestContainer
...
See gh-21480
5 years ago
Stephane Nicoll
1d2d76b051
Merge branch '2.2.x'
...
Closes gh-21560
5 years ago
Stephane Nicoll
afcb5d54b2
Polish "Fix uri tag for empty path"
...
See gh-21392
5 years ago
Jon Schneider
f78f2d57e1
Fix uri tag for empty path
...
See gh-21392
5 years ago