Phillip Webb
0cdde3b83c
Merge branch '1.5.x'
8 years ago
Phillip Webb
81c5753f4d
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
90afc8ebbe
Formatting
8 years ago
Andy Wilkinson
4486d2d209
Upgrade to Reactor 3.0 and start building against SI 5.0 snapshots
...
Closes gh-7301
See gh-7029
8 years ago
Madhura Bhave
3fd586aeeb
Merge remote-tracking branch 'springsource/1.5.x'
8 years ago
Madhura Bhave
73308ba24b
Merge remote-tracking branch 'springsource/1.4.x' into 1.5.x
8 years ago
Madhura Bhave
b04a74f01d
Fix failure analysis for Collections and Maps
...
Closes gh-6996
8 years ago
Andy Wilkinson
05732613dd
Update ConditionalOnJava and its usage now that Boot requires Java 8
...
Closes gh-6982
8 years ago
Phillip Webb
98a3ae9ac4
Merge branch '1.5.x'
8 years ago
Phillip Webb
5b66ffbb4b
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
f4328b41af
Polish
8 years ago
Phillip Webb
1b17677e0b
Polish TLD skip pattern support
...
See gh-5010
8 years ago
Phillip Webb
dbf6d3d418
Don't detect persistenceUnitRootLocation
...
Update JpaBaseConfiguration so that the persistenceUnitRootLocation is
no longer detected. The update to gh-7003 means that we can now rely on
the standard detection mechanism.
Fixes gh-6983
See gh-6635
8 years ago
Stephane Nicoll
d6239b1202
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
9100897dcb
Automatically exclude auto-configurations from component scan
...
Previously, if an auto-configuration class was (wrongly) located in a
candidate package for component scanning, the class was silently loaded
as an app configuration (i.e. with the wrong lifecycle).
This commit adds an `AutoConfigurationExcludeFilter` to
`@SpringBootApplication` so that such classes are automatically
filtered. Since they are registered in `spring.factories`, we can
silently ignore them since we know they'll be loaded later on.
Closes gh-7168
8 years ago
Stephane Nicoll
713f4dd723
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
4f06e52d7e
Allow adding additional tld skip patterns
...
This commit improves `TomcatEmbeddedServletContainerFactory` so that tld
skip patterns can be set or added to an existing set. An additional
`server.tomcat.additional-tld-skip-patterns` is now being exposed to
easily add patterns via configuration.
Closes gh-5010
8 years ago
Stephane Nicoll
468a466100
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
94da9ad6e6
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
1a6ab90255
Polish test
8 years ago
Stephane Nicoll
bbea134e1c
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
ed7de8eb60
Polish contribution
...
Also add rotate attribute to Undertow
Closes gh-7225
8 years ago
Matthieu Mouminoux
1d95219c4b
Allow to configure Tomcat's rotatable property
...
See gh-7225
8 years ago
Stephane Nicoll
73b5afa56e
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
ae4dd0d17e
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
a638dcd51b
Remove unnecessary use of System.out.println
8 years ago
Andy Wilkinson
a4bc341028
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
a416f496c0
Clean up deprecation and unused code warnings
8 years ago
Andy Wilkinson
7c870ea4fb
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
29d4a01b30
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
7968c6b548
Assign on order to OnPropertyCondition
...
Closes gh-7144
8 years ago
Andy Wilkinson
cc04621dc2
Assign an order to OnResourceCondition
...
Closes gh-7145
8 years ago
Phillip Webb
277d01ab53
Merge branch '1.5.x'
8 years ago
Madhura Bhave
90722a9bca
Add @ConditionalOnCloudPlatform
...
Add a @ConditionalOnCloudPlatform annotation that matches based on the
active ClouldPlatform.
Fixes gh-7155
8 years ago
Phillip Webb
01900c8342
Merge branch '1.5.x'
8 years ago
Phillip Webb
d818a09ed8
Polish
8 years ago
Phillip Webb
d3e06c4627
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
db3f488d5a
Polish
8 years ago
Stephane Nicoll
7f2806bd19
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
6fb53f90e5
Polish contribution
...
Closes gh-6666
8 years ago
Maciej Walkowiak
47ec8630c8
Add Rabbit idleEventInterval property
...
This commit adds a property to configure how often idle container events
should be published.
See gh-6666
8 years ago
Andy Wilkinson
58770e0c73
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
f0b235cbc5
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
0333416952
Update WelcomePageHandlerMapping to handle reqs with no Accept header
...
Closes gh-7138
8 years ago
Stephane Nicoll
097c64a91b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
ab2a2579c8
Polish contribution
...
Closes gh-6571
8 years ago
Aurélien Leboulanger
7efdb91641
Manage Tomcat queued connections
...
Adding two tomcat server properties:
- server.tomcat.accept-count
- server.tomcat.max-connections
Closes gh-6433
8 years ago
Stephane Nicoll
97774afebf
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
3e1425ebed
Polish contribution
...
Closes gh-6543
8 years ago
Vedran Pavic
286a928347
Improve database initializers
...
This commit improves database initializers for Spring Batch and Spring
Session by introducing `AbstractDatabaseInitializer` which eliminates
duplicated logic in existing initializers. Additionally, database
platform resolution now relies on `DatabaseDriver`.
See gh-6543
8 years ago