Stephane Nicoll
3a5b5d13ff
Upgrade to Commons Pool2 2.6.2
...
Closes gh-16769
2019-05-09 09:10:14 +02:00
Stephane Nicoll
81c2b1380b
Upgrade to Mysql 8.0.16
...
Closes gh-16768
2019-05-09 09:10:13 +02:00
Stephane Nicoll
5d2e0b910b
Upgrade to Undertow 2.0.20.Final
...
Closes gh-16767
2019-05-09 09:10:11 +02:00
Stephane Nicoll
cd5ad2201c
Upgrade to Netty Tcnative 2.0.25.Final
...
Closes gh-16766
2019-05-09 09:10:10 +02:00
Stephane Nicoll
46bdfdd325
Upgrade to Netty 4.1.36.Final
...
Closes gh-16765
2019-05-09 09:10:09 +02:00
Stephane Nicoll
a0ca84d72c
Upgrade to Hazelcast 3.11.3
...
Closes gh-16764
2019-05-09 09:10:08 +02:00
Stephane Nicoll
2e67b96f6e
Upgrade to Appengine Sdk 1.9.74
...
Closes gh-16763
2019-05-09 09:10:06 +02:00
Stephane Nicoll
b6911799b8
Upgrade to Reactor Californium-SR7
...
Closes gh-16723
2019-05-09 08:35:38 +02:00
Andy Wilkinson
1297068528
Add dependency management for remaining non-example Kafka modules
...
See gh-16728
2019-05-08 14:50:16 +01:00
Gary Russell
a5e26bff92
Add dependency management for kafka-streams-test-utils
...
See gh-16728
2019-05-08 14:50:16 +01:00
Stefan Dellmuth
ecdcec2b5d
Polish indentation
...
Closes gh-16731
2019-05-07 13:46:58 +02:00
Stephane Nicoll
52c8bbaddf
Upgrade to Maven Surefire Plugin 2.22.2
...
Closes gh-16725
2019-05-06 14:59:28 +02:00
Stephane Nicoll
f0a9e0f616
Switch to Reactor snapshots
...
See gh-16723
2019-05-06 14:25:17 +02:00
Stephane Nicoll
d8f1bd351f
Polish "Add link to Heroku article"
...
Closes gh-16719
2019-05-06 12:12:56 +02:00
Tetsuya Hasegawa
2655122466
Add link to Heroku article
...
See gh-16719
2019-05-06 12:12:43 +02:00
Stephane Nicoll
680ac85a2a
Polish
...
See gh-16714
2019-05-04 09:13:46 +02:00
Stephane Nicoll
51c0fdcab1
Polish "Document that JUnit 4 is the default"
...
Closes gh-16707
2019-05-03 15:41:44 +02:00
Tetsuya Hasegawa
e36ca923b9
Document that JUnit 4 is the default
...
See gh-16707
2019-05-03 14:41:54 +02:00
Johnny Lim
1b9a4d5e45
Polish CompressionConnectorCustomizerTests
...
Closes gh-16699
2019-05-02 09:13:47 +02:00
Madhura Bhave
c9752f165f
Fix javadoc
2019-05-01 10:23:52 -07:00
Andy Wilkinson
881fbeff43
Test the Gradle Plugin against Gradle 5.4.1
...
Closes gh-16576
2019-05-01 10:47:35 +01:00
Stephane Nicoll
19413c0c71
Polish
...
See gh-16688
2019-05-01 08:41:07 +02:00
ielatif
3ffbe256f1
Exclude HikariCP specific dependency from Quartz
...
Closes gh-16628
2019-04-30 14:31:17 +02:00
Stephane Nicoll
3c5ec8a04c
Merge branch '2.0.x' into 2.1.x
2019-04-26 11:53:02 +03:00
Stephane Nicoll
ac9ee952c7
Properly merge fix
...
See gh-16666
2019-04-26 11:52:25 +03:00
Phillip Webb
d4151e0b51
Polish "Use Jackson configuration with JsonPath"
...
Polish contribution to use a factory method in `AbstractJsonMarshalTester`
rather than additional constructor arguments.
Also change the `JsonContent` tests so that the `Configuration` constructor
is package private. This keeps JsonPath classes out of our public API, at
the expense of limiting custom JsonPath configurations to just our code.
See gh-16629
2019-04-24 19:45:43 -07:00
Diego Berrueta
756a7f12a3
Use Jackson configuration with JsonPath
...
Update `JacksonTester` so that the JsonPath instance is explicitly configured
with both a `JacksonJsonProvider` and a `JacksonMappingProvider`.
Prior to this commit, the handling of special characters was not symmetrical
between the serialization (handled via the JacksonTester) and the parsing (handled
via JsonPath) due to the fact that JsonPath used `SimpleJson` as its parser.
See gh-16629
2019-04-24 18:15:46 -07:00
Andy Wilkinson
6b20d13b3d
Polish "Prevent double update of metrics when CompositeMeterRegistry exists"
...
See gh-16221
2019-04-24 15:02:58 +01:00
Johnny Lim
cc285d92dd
Prevent double update of metrics when CompositeMeterRegistry exists
...
See gh-16221
2019-04-24 14:54:30 +01:00
Andy Wilkinson
ba0279be14
Remove race condition in TaskSchedulingAutoConfigurationTests
...
Closes gh-16640
2019-04-24 11:55:41 +01:00
Andy Wilkinson
5d77b48aed
Polish "Polish Maven Plugin's tests"
...
See gh-16618
2019-04-24 10:40:13 +01:00
daonan.zhan
52c2c534db
Polish Maven Plugin's tests
...
See gh-16618
2019-04-24 10:40:05 +01:00
Andy Wilkinson
e8955852a3
Add missing GlassFish JAXB dependency management
...
Closes gh-16619
2019-04-23 09:50:46 +01:00
Stephane Nicoll
1f656e75fc
Polish "Fix UndertowWebServer's logger name"
...
Closes gh-16613
2019-04-22 09:59:24 +02:00
liaozan
360da66333
Fix UndertowWebServer's logger name
...
See gh-16613
2019-04-22 09:58:59 +02:00
Stephane Nicoll
2448efc028
Polish "Cache MimeTypes to improve performance"
...
Closes gh-16507
2019-04-19 16:30:54 +02:00
wenqi.huang
b3f94c47d9
Cache MimeTypes to improve performance
...
See gh-16507
2019-04-19 16:29:32 +02:00
Stephane Nicoll
7b9471836b
Polish "Improve DefaultCookieSerializer auto-configuration"
...
Closes gh-16513
2019-04-19 15:55:13 +02:00
Vedran Pavic
5e02541195
Improve DefaultCookieSerializer auto-configuration
...
Spring Session's own configuration support (i.e.
SpringHttpSessionConfiguration) will configure the default
DefaultCookieSerializer with rememberMeRequestAttribute if
SpringSessionRememberMeServices bean has been detected in the
application context.
In contrast, Spring Boot's auto-configured DefaultCookieSerializer does
not do this which results in a different out-of-the-box experience for
users that rely on Spring Session's remember-me integration.
This commit improves Spring Session DefaultCookieSerializer
auto-configuration to match Spring Session's behavior and make the
auto-configured DefaultCookieSerializer aware of
SpringSessionRememberMeServices bean.
See gh-16513
2019-04-19 15:54:26 +02:00
Andy Wilkinson
50bcfd25fd
Make EL available to reactive web apps as it already is to servlet web apps
...
Closes gh-16596
2019-04-18 10:10:49 +01:00
Andy Wilkinson
853b4952a0
Upgrade to Tomcat 9.0.19
...
Closes gh-16591
2019-04-17 11:36:04 +01:00
Johnny Lim
363994515b
Polish
...
See gh-16575
2019-04-17 11:56:31 +02:00
Andy Wilkinson
dfbc787737
Test the Gradle plugin against Gradle 5.4
...
Closes gh-16576
2019-04-17 09:25:28 +01:00
Andy Wilkinson
dacbb65fd7
Merge branch '2.0.x' into 2.1.x
...
Closes gh-16579
2019-04-16 15:47:17 +01:00
Andy Wilkinson
7260c0f2c4
Merge branch '1.5.x' into 2.0.x
2019-04-16 15:46:49 +01:00
Andy Wilkinson
043f0ffbeb
Restore indentation in published spring-boot-starter-parent pom
...
Closes gh-16466
2019-04-16 09:46:16 +01:00
Andy Wilkinson
4e4d5f0539
Remove dependency management for solr-uima following upgrade to 7.7.1
...
Closes gh-16490
2019-04-16 09:10:16 +01:00
Madhura Bhave
f0544fb86f
Polish
2019-04-15 17:09:47 -07:00
Rudy Adams
0aa25fb742
Add tests for CompressionConnectorCustomizer
...
Closes gh-16515
2019-04-15 16:17:29 -07:00
Stephane Nicoll
e99deb95f7
Fix source detection in case of multiple candidates
...
This commit improves the detection of a property source when more than
one group with the same type exist.
Closes gh-16549
2019-04-15 16:17:11 +02:00