Commit Graph

20461 Commits (e36ca923b95521e11e93c827f97582a83a2d91d4)
 

Author SHA1 Message Date
Tetsuya Hasegawa e36ca923b9 Document that JUnit 4 is the default
See gh-16707
6 years ago
Stephane Nicoll 9c0c017d11 Merge pull request #16699 from izeye
* pr/16699:
  Polish CompressionConnectorCustomizerTests
6 years ago
Johnny Lim 1b9a4d5e45 Polish CompressionConnectorCustomizerTests
Closes gh-16699
6 years ago
Madhura Bhave c9752f165f Fix javadoc 6 years ago
Andy Wilkinson 881fbeff43 Test the Gradle Plugin against Gradle 5.4.1
Closes gh-16576
6 years ago
Stephane Nicoll 19413c0c71 Polish
See gh-16688
6 years ago
Stephane Nicoll 02ec1911fc Merge pull request #16628 from ielatif
* pr/16628:
  Exclude HikariCP specific dependency from Quartz
6 years ago
ielatif 3ffbe256f1 Exclude HikariCP specific dependency from Quartz
Closes gh-16628
6 years ago
Stephane Nicoll 3c5ec8a04c Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll ac9ee952c7 Properly merge fix
See gh-16666
6 years ago
Stephane Nicoll 85c1e104f0 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 5963542f18 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 0552113c98 Merge pull request #16666 from Tetsuya3850
* pr/16666:
  Fix broken link
6 years ago
Tetsuya Hasegawa 5b3e53835e Fix broken link
Closes gh-16666
6 years ago
Phillip Webb 7302974751 Merge pull request #16629 from dberrueta-atlassian
Closes gh-16629:
6 years ago
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
6 years ago
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
6 years ago
Andy Wilkinson 4fc813b246 Merge pull request #16221 from Johnny Lim
* gh-16221:
  Polish "Prevent double update of metrics when CompositeMeterRegistry exists"
  Prevent double update of metrics when CompositeMeterRegistry exists

Closes gh-16221
6 years ago
Andy Wilkinson 6b20d13b3d Polish "Prevent double update of metrics when CompositeMeterRegistry exists"
See gh-16221
6 years ago
Johnny Lim cc285d92dd Prevent double update of metrics when CompositeMeterRegistry exists
See gh-16221
6 years ago
Andy Wilkinson ba0279be14 Remove race condition in TaskSchedulingAutoConfigurationTests
Closes gh-16640
6 years ago
Andy Wilkinson 6ae7274289 Merge pull request #16618 from Joshua Jeme
* gh-16618:
  Polish "Polish Maven Plugin's tests"
  Polish Maven Plugin's tests

Closes gh-16618
6 years ago
Andy Wilkinson 5d77b48aed Polish "Polish Maven Plugin's tests"
See gh-16618
6 years ago
daonan.zhan 52c2c534db Polish Maven Plugin's tests
See gh-16618
6 years ago
Andy Wilkinson ed85735822 Merge branch '2.0.x' into 2.1.x
Closes gh-16636
6 years ago
Andy Wilkinson 3e3d7545cc Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson de0e065da2 Use AdoptOpenJDK for Ubuntu launch script integration tests
Closes gh-16633
6 years ago
Andy Wilkinson 73704c84e1 Use latest Docker Java and a compatible version of Jersey
Closes gh-16625
6 years ago
Andy Wilkinson e8955852a3 Add missing GlassFish JAXB dependency management
Closes gh-16619
6 years ago
Stephane Nicoll 09acbc1a4f Merge pull request #16613 from liaozan
* pr/16613:
  Polish "Fix UndertowWebServer's logger name"
  Fix UndertowWebServer's logger name
6 years ago
Stephane Nicoll 1f656e75fc Polish "Fix UndertowWebServer's logger name"
Closes gh-16613
6 years ago
liaozan 360da66333 Fix UndertowWebServer's logger name
See gh-16613
6 years ago
Stephane Nicoll 6774cc5119 Merge pull request #16507 from aftersss
* pr/16507:
  Polish "Cache MimeTypes to improve performance"
  Cache MimeTypes to improve performance
6 years ago
Stephane Nicoll 2448efc028 Polish "Cache MimeTypes to improve performance"
Closes gh-16507
6 years ago
wenqi.huang b3f94c47d9 Cache MimeTypes to improve performance
See gh-16507
6 years ago
Stephane Nicoll 0875a07fe5 Merge pull request #16513 from vpavic
* pr/16513:
  Polish "Improve DefaultCookieSerializer auto-configuration"
  Improve DefaultCookieSerializer auto-configuration
6 years ago
Stephane Nicoll 7b9471836b Polish "Improve DefaultCookieSerializer auto-configuration"
Closes gh-16513
6 years ago
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
6 years ago
Andy Wilkinson 50bcfd25fd Make EL available to reactive web apps as it already is to servlet web apps
Closes gh-16596
6 years ago
Andy Wilkinson 853b4952a0 Upgrade to Tomcat 9.0.19
Closes gh-16591
6 years ago
Stephane Nicoll caed8e86cc Merge pull request #16575 from izeye
* pr/16575:
  Polish
6 years ago
Johnny Lim 363994515b Polish
See gh-16575
6 years ago
Andy Wilkinson dfbc787737 Test the Gradle plugin against Gradle 5.4
Closes gh-16576
6 years ago
Andy Wilkinson dacbb65fd7 Merge branch '2.0.x' into 2.1.x
Closes gh-16579
6 years ago
Andy Wilkinson 7260c0f2c4 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson c11e847d6c Fix syntax highlighting in the reference documentation
Closes gh-16548
6 years ago
Andy Wilkinson 043f0ffbeb Restore indentation in published spring-boot-starter-parent pom
Closes gh-16466
6 years ago
Andy Wilkinson 4ad636ee8e Tolerate competing gRPC version requirements in Micrometer's registries
See gh-16178
6 years ago
Andy Wilkinson 4e4d5f0539 Remove dependency management for solr-uima following upgrade to 7.7.1
Closes gh-16490
6 years ago
Madhura Bhave f0544fb86f Polish 6 years ago