Andy Wilkinson
f7127e5522
Ensure that closing a JarFile closes all underlying resources
...
Closes gh-8871
8 years ago
Andy Wilkinson
68b79da71b
Merge pull request #8045 from Raja Kolli
...
* gh-8045:
Polish "Use try-with-resources to close resources automatically"
Use try-with-resources to close resources automatically
8 years ago
Andy Wilkinson
d5438c299c
Polish "Use try-with-resources to close resources automatically"
...
- Apply code formatting
- Use try-with-resources in many other places that were missed in the
pull request
Closes gh-8045
8 years ago
rajadilipkolli
3e797c326a
Use try-with-resources to close resources automatically
...
See gh-8045
8 years ago
Mark Paluch
291f44f5ab
Remove spring-cql dependency from Reactive Cassandra starter
...
The spring-cql module has been merged into the spring-data-cassandra
module.
See gh-9291
8 years ago
Andy Wilkinson
9192db692b
Use WebRequest rather than RequestAttributes in ErrorAttributes
...
This change aligns ErrorAttributes with ResponseEntityExceptionHandler
which takes a WebRequest as a parameter of its handleException method.
WebRequest extends RequestAttributes and provides access to much more
than just the request's attributes. For example request headers and
parameters are available from WebRequest.
Closes gh-7952
Closes gh-6555
8 years ago
Andy Wilkinson
d6a3238e7d
Start building against Spring AMQP 2.0 snapshots
...
See gh-9289
8 years ago
Andy Wilkinson
30333ba24d
Start building against Spring Security 5.0 snapshots
...
See gh-9288
8 years ago
Andy Wilkinson
93d38a261f
Start building against Spring Integration 5.0 snapshots
...
See gh-9287
8 years ago
Andy Wilkinson
a57b07d8c4
Start building against Spring Data Kay snapshots
...
See gh-9286
8 years ago
Stephane Nicoll
4cae7eb3af
Merge pull request #9227 from rokii:master
...
* pr/9227:
Polish
Display unconditional classes in auto-config endpoint
8 years ago
Stephane Nicoll
895f06fdfa
Polish
8 years ago
Rocky Shang
51d4e88537
Display unconditional classes in auto-config endpoint
...
Closes gh-9227
8 years ago
Stephane Nicoll
9241f63d7a
Merge pull request #9281 from kylinsoong:master
...
* pr/9281:
Polish "Add reference to Teiid spring boot starter"
Add reference to Teiid spring boot starter
8 years ago
Stephane Nicoll
d0875e76d4
Polish "Add reference to Teiid spring boot starter"
...
Closes gh-9281
8 years ago
kylin
eaaf1bf034
Add reference to Teiid spring boot starter
...
See gh-9281
8 years ago
Stephane Nicoll
8094a6409f
Fix build
...
Spring Session's MongoDB store is no longer supported on master.
8 years ago
Stephane Nicoll
41a36b3f7a
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
50876382db
Improve Spring Session validation message
...
Closes gh-9284
8 years ago
Stephane Nicoll
1a00692b27
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
fea178a13c
Merge pull request #9052 from strattonw:issue-3269
...
* pr/9052:
Polish "Fix configuration properties output for actuator"
Fix configuration properties output for actuator
8 years ago
Stephane Nicoll
d4a0fe5ff9
Polish "Fix configuration properties output for actuator"
...
Closes gh-9052
8 years ago
Wesley Stratton
7d6293f79d
Fix configuration properties output for actuator
...
See gh-9052
8 years ago
Stephane Nicoll
419f5df9ae
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
2ca92e2a45
Add failure analyzer for BeanCreationException
...
Closes gh-9220
8 years ago
Andy Wilkinson
3def99ad7b
Align with breaking API changes in latest Spring Framework snapshots
8 years ago
Andy Wilkinson
b60d3fb4cb
Start building against Spring Framework 5.0 snapshots again
...
See gh-9285
8 years ago
Andy Wilkinson
d4140d6a69
Configure Undertow to eagerly initialize Filters by default
...
Closes gh-9232
8 years ago
Andy Wilkinson
6acf789264
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
d058ed38a8
Merge pull request #9095 from hengyunabc
...
* gh-9095:
Polish "Fail startup when Tomcat's context fails to start"
Fail startup when Tomcat's context fails to start
8 years ago
hengyunabc
8c46644231
Polish "Fail startup when Tomcat's context fails to start"
...
Closes gh-9095
8 years ago
hengyunabc
217b237b37
Fail startup when Tomcat's context fails to start
...
See gh-9095
8 years ago
Stephane Nicoll
390be7a59d
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
b61b1f0e08
Make sure Atomikos default are applied consistently
...
This commit makes sure to apply Atomikos defaults also adds a test that
validates Atomikos defaults are consistent.
As a side effect of that, `threadedTwoPhaseCommit` is now `false` (which
is effectively what users got with no customization anyway since that
default was changed in Atomikos 3.7
Closes gh-9141
8 years ago
Andy Wilkinson
cef7e73725
Provide plugin management for Flyway's Maven plugin
...
Closes gh-9265
8 years ago
Stephane Nicoll
a1adcd9919
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
4cc515054e
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
a59000354c
Support for TransactionAwareCacheDecorator
...
This commit makes sure to unwrap any transaction aware cache before
collecting metrics for them.
Closes gh-8984
8 years ago
Stephane Nicoll
b73e1d46ae
Start building against Spring Framework snapshots
...
See gh-9280
8 years ago
Stephane Nicoll
c1c0b0f3b3
Add missing properties
8 years ago
Madhura Bhave
bd37089fbf
Merge branch '1.5.x'
8 years ago
Madhura Bhave
57dfbd50a7
Fix documentation for health endpoint security
...
Fixes gh-9273
8 years ago
Stephane Nicoll
60a50a7a35
Merge pull request #8919 from eddumelendez:gh-8814
...
* pr/8919:
Modify return on post /loggers to HTTP 204
8 years ago
Eddú Meléndez
ce0b1b242b
Modify return on post /loggers to HTTP 204
...
This commit alter the return http status code from 200 to 204.
Closes gh-8919
8 years ago
Madhura Bhave
2ccefbc275
Simplify MapBinderTests
8 years ago
Madhura Bhave
84a38c5606
Bind maps with dots in key names and list values without []
...
Closes gh-9255
8 years ago
Stephane Nicoll
f0d34250b0
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
f8de022f0a
Fix typo
...
Closes gh-9257
8 years ago
Stephane Nicoll
f707582570
Add missing custom status in example
...
Closes gh-9256
8 years ago
Madhura Bhave
366031cfb6
Add missing tests for Collection and Map binders
8 years ago