Stephane Nicoll
009361d38c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20670
5 years ago
Stephane Nicoll
18353231a0
Do not fail if "spring.datasource.url" cannot be resolved
...
Previously, a condition checked the value of "spring.datasource.url" to
determine if an embedded database has to be created as a fallback. When
the value is set with an unresolved placeholder, this fails even if
the DataSource is going to created by another mean ultimately.
This commit makes a more conservative check by only checking the
presence of the property rather than its value.
Closes gh-20438
5 years ago
Stephane Nicoll
089c0471fa
Test the Gradle Plugin against Gradle 6.3
...
Closes gh-20669
5 years ago
Stephane Nicoll
44a8ff893d
Upgrade to Spring Framework 5.2.5
...
Closes gh-20571
5 years ago
Stephane Nicoll
b53687535d
Upgrade to Maven Dependency Plugin 3.1.2
...
Closes gh-20658
5 years ago
Stephane Nicoll
9e87b54f09
Upgrade to Xmlunit2 2.6.4
...
Closes gh-20657
5 years ago
Stephane Nicoll
0bb564dff9
Upgrade to Spring Session Bom Corn-SR2
...
Closes gh-20656
5 years ago
Stephane Nicoll
d87726a953
Upgrade to Postgresql 42.2.11
...
Closes gh-20655
5 years ago
Stephane Nicoll
c99ef5df76
Upgrade to Neo4j Ogm 3.2.10
...
Closes gh-20654
5 years ago
Stephane Nicoll
64ca69305f
Upgrade to Liquibase 3.8.8
...
Closes gh-20653
5 years ago
Stephane Nicoll
67d2b8baa9
Upgrade to Kotlin Coroutines 1.3.5
...
Closes gh-20652
5 years ago
Stephane Nicoll
059e1cdd13
Upgrade to Kotlin 1.3.71
...
Closes gh-20651
5 years ago
Stephane Nicoll
468ddee339
Upgrade to Freemarker 2.3.30
...
Closes gh-20650
5 years ago
Stephane Nicoll
e3bdcae09d
Upgrade to Elasticsearch 6.8.7
...
Closes gh-20649
5 years ago
Stephane Nicoll
ef9d64c1fb
Upgrade to Jetty 9.4.27.v20200227
...
Closes gh-20648
5 years ago
Stephane Nicoll
e1e8528867
Upgrade to Janino 3.1.2
...
Closes gh-20647
5 years ago
Stephane Nicoll
bd96698ca3
Upgrade to Tomcat 9.0.33
...
Closes gh-20646
5 years ago
Stephane Nicoll
47e1e273c1
Upgrade to Httpclient 4.5.12
...
Closes gh-20645
5 years ago
Stephane Nicoll
46ffb4fd88
Upgrade to Activemq 5.15.12
...
Closes gh-20644
5 years ago
Stephane Nicoll
f244e12ec2
Add dependency management for Jakarta Xml Soap 1.4.2
...
Closes gh-20659
5 years ago
Stephane Nicoll
7b215e6998
Upgrade to Jakarta Xml Ws 2.3.3
...
Closes gh-20643
5 years ago
Stephane Nicoll
ecb1bdcc45
Upgrade to Jakarta Xml Bind 2.3.3
...
Closes gh-20642
5 years ago
Stephane Nicoll
5294c46380
Upgrade to Undertow 2.0.30.Final
...
Closes gh-20641
5 years ago
Stephane Nicoll
0766c2c591
Upgrade to Rxjava2 2.2.19
...
Closes gh-20640
5 years ago
Stephane Nicoll
3fe6f409b7
Upgrade to Netty Tcnative 2.0.30.Final
...
Closes gh-20639
5 years ago
Stephane Nicoll
5d1e303c0b
Upgrade to Netty 4.1.48.Final
...
Closes gh-20638
5 years ago
Stephane Nicoll
cde39f4676
Upgrade to Micrometer 1.3.6
...
Closes gh-20637
5 years ago
Stephane Nicoll
278b206af5
Upgrade to Dropwizard Metrics 4.1.5
...
Closes gh-20636
5 years ago
Stephane Nicoll
262f1239db
Upgrade to Jakarta Mail 1.6.5
...
Closes gh-20635
5 years ago
Stephane Nicoll
2ec2416357
Upgrade to Sendgrid 4.4.6
...
Closes gh-20634
5 years ago
Stephane Nicoll
fcde01cc21
Upgrade to Appengine Sdk 1.9.79
...
Closes gh-20633
5 years ago
Stephane Nicoll
1ffdf8a194
Upgrade to Jackson 2.10.3
...
Closes gh-20632
5 years ago
Stephane Nicoll
89d8fe6717
Upgrade to Couchbase Client 2.7.13
...
Closes gh-20631
5 years ago
Phillip Webb
16b5ea3414
Update copyright year of changed files
5 years ago
Stephane Nicoll
8d9c9126b1
Upgrade to Reactor Dysprosium-SR6
...
Closes gh-20569
5 years ago
Stephane Nicoll
1ad77a523b
Merge branch '2.1.x' into 2.2.x
5 years ago
Stephane Nicoll
9a5ffb7e0c
Upgrade to Reactor Californium SR17
...
Closes gh-20624
5 years ago
Stephane Nicoll
bf15276af1
Fix import in constructor binding example
...
Closes gh-20378
5 years ago
Stephane Nicoll
62f696d5bf
Merge pull request #20617 from ta7uw
...
* pr/20617:
Polish "Fix @FlywayDataSource with multiple data sources"
Fix @FlywayDataSource with multiple data sources
Closes gh-20617
5 years ago
Stephane Nicoll
8f265f8d57
Polish "Fix @FlywayDataSource with multiple data sources"
...
See gh-20617
5 years ago
Shimbo Takaaki
2410d6bbd1
Fix @FlywayDataSource with multiple data sources
...
See gh-20617
5 years ago
Stephane Nicoll
7be3db2d4d
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20618
5 years ago
Stephane Nicoll
bcce6f9f07
Document that Jackson is a required dependency of the Actuator
...
Closes gh-19564
5 years ago
Stephane Nicoll
39b965e1fd
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20615
5 years ago
Stephane Nicoll
f5761bd508
Auto-configure listener container factory without consumer factory
...
Previously, the presence of a `ConsumerFactory` bean would make the
auto-configured one to back off, leading to a failure down the line if
no available instance matches the generics criterion. This commit
improves the auto-configuration to create a `ConsumerFactory<?,?>`
behind the scenes if none is available.
Closes gh-19221
5 years ago
Stephane Nicoll
ef1f9b951d
Merge pull request #20523 from m-kay
...
* pr/20523:
Polish "Configure signature algorithm when using public key jwt decoder"
Configure signature algorithm when using public key jwt decoder
Closes gh-20523
5 years ago
Stephane Nicoll
08a89b6288
Polish "Configure signature algorithm when using public key jwt decoder"
...
See gh-20523
5 years ago
Michael Kreis
69e33d6e62
Configure signature algorithm when using public key jwt decoder
...
See gh-20523
5 years ago
Stephane Nicoll
a2d70d46e1
Merge pull request #20604 from dreis2211
...
* pr/20604:
Polish BindableTests
Closes gh-20604
5 years ago
dreis2211
6ff842441c
Polish BindableTests
...
See gh-20604
5 years ago