Commit Graph

17138 Commits (abf5e63b5410a570265ed16d2f5c5db171559915)
 

Author SHA1 Message Date
Stephane Nicoll 9de3d33e65 Merge pull request #13961 from dreis2211:optimize-stringbuilder-appends
* pr/13961:
  Optimize some StringBuilder.append() calls
6 years ago
dreis2211 66b1742f96 Optimize some StringBuilder.append() calls
Closes gh-13961
6 years ago
Stephane Nicoll d31f68380a Deprecate PooledConnectionFactory properties
This commit deprecated the properties of `PooledConnectionFactory` that
are no longer supported by an alternative that is a JMS 2 compliant.

This commit also adds a note to warn users that this pool implementation
is not JMS 2 compliant.

Closes gh-13956
6 years ago
Stephane Nicoll be2c7bf6ea Merge pull request #13933 from mhewedy:patch-1
* pr/13933:
  Add classpath prefix to the flyway location
6 years ago
Muhammad Hewedy 2f69785c6a Add classpath prefix to the flyway location
Closes gh-13933
6 years ago
Stephane Nicoll 2c4e451fde Merge pull request #13952 from izeye:remove-print-stack-trace
* pr/13952:
  Remove ex.printStackTrace() in tests
6 years ago
Johnny Lim d4fba783fb Remove ex.printStackTrace() in tests
Closes gh-13952
6 years ago
Stephane Nicoll 3d85873a8a Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll e51c26efdc Fixup version numbers following release 6 years ago
Spring Buildmaster b4afcd652c Next development version (v2.0.5.BUILD-SNAPSHOT) 6 years ago
Spring Buildmaster 73bf744cb0 Next Development Version 6 years ago
Andy Wilkinson 06b4007ce4 Avoid installing unwanted ConsoleHandler when cleaning up
Closes gh-13470
6 years ago
Madhura Bhave 01abb196ef Fix typo 6 years ago
Stephane Nicoll 1435d83c18 Upgrade to Spring Session Apple-SR4
Closes gh-13888
6 years ago
Phillip Webb 0ec22c8bf9 Polish copyright date on changed files 6 years ago
Phillip Webb aeb885192e Polish ternary expressions 6 years ago
Stephane Nicoll b24bb688b8 Upgrade to Spring Integration 5.0.7.RELEASE
Closes gh-13886
6 years ago
Phillip Webb 9ca9a491ca Fix checkstyle issues in samples
Fix checkstyle issues with samples following the
spring-javaformat upgrade.

See gh-13932
6 years ago
Phillip Webb 63b609827e Fix checkstyle method order issues
Fix checkstyle issues with method ordering following the
spring-javaformat upgrade.

See gh-13932
6 years ago
Phillip Webb e6a68b39a3 Fix checkstyle javadoc issues
Fix checkstyle issues in javadoc following the spring-javaformat
upgrade.

See gh-13932
6 years ago
Phillip Webb 7fc455654a Fix checkstyle ternary issues
Fix checkstyle issues with ternary expressions following the
spring-javaformat upgrade.

See gh-13932
6 years ago
Phillip Webb ec1100a896 Upgrade to spring-javaformat 0.0.6
Closes gh-13932
6 years ago
Phillip Webb cddd794a07 Polish 6 years ago
Madhura Bhave e753b530fa EndpointRequest should match links with trailing slash
Fixes gh-13921
6 years ago
Stephane Nicoll f7b90a73a0 Upgrade to Spring Kafka 2.1.8.RELEASE
Closes gh-13887
6 years ago
Stephane Nicoll 20b9b2467b Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 50e824cd3f Upgrade to Spring Data Ingalls SR14
Closes gh-13917
6 years ago
Stephane Nicoll 2a0d1918f1 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 3205649bad Fix reference to Spring Initializr doc
Closes gh-13906
6 years ago
Stephane Nicoll 659535d1ec Upgrade to Spring Data Kay SR9
Closes gh-13890
6 years ago
Stephane Nicoll 8e042ed339 Merge pull request #13923 from izeye:polish-no-such-bean-definition-failure-analyzer
* pr/13923:
  Polish NoSuchBeanDefinitionFailureAnalyzer
6 years ago
Johnny Lim 8a9224b78c Polish NoSuchBeanDefinitionFailureAnalyzer
Closes gh-13923
6 years ago
Stephane Nicoll 54a6ee7a06 Upgrade to Spring HATEOAS 0.25.0.RELEASE
Closes gh-13742
6 years ago
Stephane Nicoll 4de5d0dcd1 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 8603fdddb1 Upgrade to Spring Amqp 2.0.5.RELEASE
Closes gh-3884
6 years ago
Stephane Nicoll 5317a0c583 Upgrade to Spring Amqp 1.7.9.RELEASE
Closes gh-13883
6 years ago
Stephane Nicoll d98b23bdd9 Upgrade to Spring Framework 5.0.8
Closes gh-13704
6 years ago
Stephane Nicoll c3eb3668ef Merge pull request #13919 from dreis2211:fix-typo-importselector
* pr/13919:
  Fix typo
6 years ago
dreis2211 bfbf57b0eb Fix typo
Closes gh-13919
6 years ago
Stephane Nicoll 0f15b72fab Upgrade to Spring Security 5.0.7.RELEASE
Closes gh-13898
6 years ago
Stephane Nicoll 85cffd1ab5 Upgrade to Spring Web Services 3.0.3.RELEASE
Closes gh-13912
6 years ago
Stephane Nicoll 37f1146c31 Fix formatting 6 years ago
Madhura Bhave c775ff8f60 Fix import 6 years ago
Madhura Bhave 6bd438a737 Document `@ConditionalOnProperty` limitation with collections
Closes gh-7483
6 years ago
Madhura Bhave 57515dfa78 Fix typo 6 years ago
Stephane Nicoll c270c42a6d Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 557d5404ac Start building against Spring Data Ingalls snapshots
See gh-13917
6 years ago
Phillip Webb 9a9111af21 Support path discovery for main dispatcher servlet
Add an `DispatcherServletPath` interface which provides a much more
consistent way to discover the path of the main dispatcher servet.

Prior to this commit, auto-configurations would often make use of the
`ServerProperties` class to discover the dispatcher servlet path. This
mechanism isn't very explicit and also makes it hard for us to relocate
that property in Spring Boot 2.1.

This commit also reverts most of fddc9e9c7e since it is now clear that
the supporting multiple dispatcher servlet paths will be much more
involved that we originally anticipated.

Closes gh-13834
6 years ago
Phillip Webb d37e717500 Polish 6 years ago
Phillip Webb 94ea7d800d Always active default build profile
Update the root build POM so that the default profile is always active.
Prior to this commit the profile was to `activeByDefault` which meant
it was only active if no other profiles were enabled. When running in
Eclipse, the `m2e` profile is active, meaning the default profile was
disabled and `spring-javaformat` setting were not applied.

Closes gh-13900
6 years ago