Commit Graph

9597 Commits (ef671e79e074de3037a8f0171df5743ab8717eb7)
 

Author SHA1 Message Date
Phillip Webb ef671e79e0 Merge pull request #7561 from kazuki43zoo/support-externalized-properties-on-tx
* pr/7561:
  Polish spring transaction manager properties
  Support spring transaction manager properties
8 years ago
Phillip Webb 99e72664d9 Polish spring transaction manager properties
Polish and update contribution so that TransactionManager properties can
be defined per technology, rather than globally.

Closes gh-7561
8 years ago
Kazuki Shimizu 80eee6b30f Support spring transaction manager properties
Add Spring TransactionManager properties to allow timeout and rollback
settings to be configured.

See gh-7561
8 years ago
Phillip Webb 30ea1338de Merge pull request #7171 from lucassaldanha/gh-7121
* pr/7171:
  Make stop wait time in the launch script configurable
8 years ago
Lucas Saldanha 534a9db6fd Make stop wait time in the launch script configurable
Create a parameter `STOP_WAIT_TIME` for the startup script
that configures the time in seconds to wait for a normal
shutdown. Because of #4941 we also send a shutdown half
way the countdown.

Fixes gh-7121
8 years ago
Phillip Webb 2e6749e916 Merge pull request #7105 from lucassaldanha/gh-5199
* pr/7105:
  Polish ReservoirFactory support
  Enable custom Reservoir with Dropwizard metrics
8 years ago
Phillip Webb 06a7ab0cd5 Polish ReservoirFactory support
Polish Dropwizrd reservoir support including a refactor of
`ReservoirFactory` to allow reservoirs to be created based on a
metric name.

See gh-5199
See gh-7105
8 years ago
Lucas Saldanha 1fc2e87053 Enable custom Reservoir with Dropwizard metrics
Uses the ReservoirFactory to customize the implementation of
the Reservoir that will be used when creating Timer and Histogram
in the DropwizardMetricServices.

Fixes gh-5199
Closes gh-7105
8 years ago
Phillip Webb 3f4c32fcdd Polish 8 years ago
Stephane Nicoll b084e1824c Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll bc63d5a918 Revert upgrade to Aspectj 1.8.10
See gh-7681
8 years ago
Dave Syer 6ccd858fc0 Fix checkstyle violations 8 years ago
Dave Syer 77a1a3b3c0 Allow user to signal that OAuth2 client is using client_credentials
By configuring security.oauth2.client.grantType=client_credentials the
user signals that (even in a web application) he doesn't want to use
the auth code grant (and hence session and request scoped beans for
client context).
8 years ago
Stephane Nicoll 851ce2286f Allow to override Couchbase's CustomConversions
Closes gh-7700
8 years ago
Phillip Webb 73a45797c0 Merge branch '1.4.x' into 1.5.x 8 years ago
Phillip Webb 616d230e72 Merge pull request #7639 from chaodhib/patch-1
* pr/7639:
  Broaden LoggingApplicationListener ignores
8 years ago
Chaouki Dhib 2ea4d4b1d9 Broaden LoggingApplicationListener ignores
Update `LoggingApplicationListener` to ignore all `-D` prefixed
property values. As well as catching the Azure use-case, this update
now means Spring Boot application can start when Tomcat is missing
`CATALINA_BASE\conf\logging.properties` and sets the value `-Dnop`.

Closes gh-7639
8 years ago
Phillip Webb f36ed673fd Make Logback 1.1.8 upgrade back compatible
Update the fix committed in a2d46dc16c to fallback to reflection based
invocation in case earlier versions of Logback are being used.

Closes gh-7638
8 years ago
Phillip Webb 7824171413 Allow @SpyBean to work with @Primary beans
Update `MockitoPostProcessor` so that `@SpyBean` will automatically
pick the `@Primary` bean when multiple candidates exist.

Fixes gh-7621
8 years ago
Phillip Webb 87547f208a Add test for @SpyBean for generic bean definition
Add an integration test to check that @SpyBean can be used with on a
bean definition that returns a generic type.

Closes gh-7625
8 years ago
Phillip Webb d15f3548be Polish 8 years ago
Phillip Webb 6121208cbb Polish formatting 8 years ago
Phillip Webb 4b9cba351b Merge branch '1.4.x' into 1.5.x 8 years ago
Phillip Webb bd74c3d327 Polish formatting 8 years ago
Phillip Webb e578ace7d7 Polish doc formatting 8 years ago
Stephane Nicoll 9668006aea Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 3237e4ab3e Add link between reference and how-to
See gh-7652
8 years ago
Stephane Nicoll 9104ea81e8 Expose Validator bean
This commit improves ValidationAutoConfiguration so that a `Validator`
bean is exposed if JSR 303 is available. This has the side effect of
automatically enable Spring Data Couchbase's entity validation rather
than requiring to expose a `Validator` bean.

Closes gh-5178
8 years ago
Stephane Nicoll 28e86272e8 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 863f97dc11 Polish since version
Closes gh-7412
8 years ago
Andy Wilkinson 367de7bf71 Add support for new PATCH methods to TestRestTemplate
Closes gh-7412
8 years ago
Stephane Nicoll 053783abdd Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll baaf8e01b5 Start building against Spring Framework 4.3.5 snapshots
See gh-7601
8 years ago
Andy Wilkinson 647057403e Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 80a6f42a04 Upgrade to Thymeleaf Extras Springsecurity4 2.1.3.RELEASE
Closes gh-7686
8 years ago
Andy Wilkinson b6a64c55e3 Upgrade to Slf4j 1.7.22
Closes gh-7685
8 years ago
Andy Wilkinson 3e9fdcc579 Upgrade to Jooq 3.8.6
Closes gh-7684
8 years ago
Andy Wilkinson dfb3493123 Upgrade to Infinispan 8.2.5.Final
Closes gh-7683
8 years ago
Andy Wilkinson 3ead8c03e8 Upgrade to Elasticsearch 2.4.3
Closes gh-7682
8 years ago
Andy Wilkinson d9a77f0372 Upgrade to Aspectj 1.8.10
Closes gh-7681
8 years ago
Andy Wilkinson 6736b2b2cc Upgrade to Joda Time 2.9.6
Closes gh-7680
8 years ago
Andy Wilkinson 0afb5f4392 Upgrade to Jest 2.0.4
Closes gh-7679
8 years ago
Andy Wilkinson cda3ced402 Upgrade to Hazelcast 3.6.7
Closes gh-7678
8 years ago
Andy Wilkinson 9f41129ebd Upgrade to Appengine 1.9.48
Closes gh-7677
8 years ago
Andy Wilkinson 7d87adb036 Upgrade to Caffeine 2.3.5
Closes gh-7676
8 years ago
Andy Wilkinson 0c8a2cc32f Upgrade to Jackson 2.8.5
Closes gh-7675
8 years ago
Andy Wilkinson 73884d90b1 Merge pull request #7671 from Vedran Pavić
* gh-7671:
  Upgrade Spring Session to 1.3.0.RELEASE
8 years ago
Vedran Pavic 64eb69edd7 Upgrade Spring Session to 1.3.0.RELEASE 8 years ago
Stephane Nicoll ef3f32f493 Remove unused "hasTransactionManager" method
Closes gh-7592
8 years ago
Stephane Nicoll f46bd35a60 Merge branch '1.4.x' into 1.5.x 8 years ago