Madhura Bhave
c2e5fd031a
Replace usage of WebMvcConfigurerAdapter
...
Closes gh-8964
8 years ago
Phillip Webb
ec57c3d92a
Exclude commons-logging from Spring Security
...
Excluded the commons-logging dependency pulled in by Spring Security
until they can provide a fix.
See gh-8985
8 years ago
Phillip Webb
28d6881118
Formatting
8 years ago
Stephane Nicoll
55233eba9c
Merge pull request #8881 from vpavic:integration-jdbc
...
* pr/8881:
Polish "Add database initializer for Spring Integration"
Add database initializer for Spring Integration
8 years ago
Stephane Nicoll
3e60ec6cb4
Polish "Add database initializer for Spring Integration"
...
Closes gh-8881
8 years ago
Vedran Pavic
48bc29c77a
Add database initializer for Spring Integration
...
See gh-8881
8 years ago
Stephane Nicoll
50b3b3025a
Fix broken build
8 years ago
Stephane Nicoll
648c14ca8c
Merge pull request #8843 from herau:neo4j-auto-index-configuration
...
* pr/8843:
Polish "Support of Neo4j auto-index configuration"
Support of Neo4j auto-index configuration
8 years ago
Stephane Nicoll
144868a3ce
Polish "Support of Neo4j auto-index configuration"
...
Closes gh-8843
8 years ago
Aurélien Leboulanger
779733c379
Support of Neo4j auto-index configuration
...
See gh-8843
8 years ago
Stephane Nicoll
1dc256eb23
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
293ba6d522
Merge pull request #8758 from candrews:patch-4
...
* pr/8758:
Add Log4jdbc Starter reference
8 years ago
Craig Andrews
a1452f674f
Add Log4jdbc Starter reference
...
Clsoes gh-8758
8 years ago
Andy Wilkinson
a6d24a3bfc
Allow bootWar to package webapp resources in dirs that overlap loader
...
Previously, the presence of a src/main/webapp/org directory would
cause the execution of BootWar to fail due to an attempt to write
a duplicate org/ entry to the zip output stream.
This commit updates BootZipCopyAction so that FileTreeElements that
match a directory entry created while writing the loader classes are
skipped.
Closes gh-8972
8 years ago
Andy Wilkinson
15b9707fbe
Start building against Spring Cloud Connectors 2.0 snapshots
...
See gh-8968
8 years ago
Stephane Nicoll
0b09149a6b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
9327b58304
Fixup version numbers following release
8 years ago
Andy Wilkinson
7255cec7bb
Align Lettuce dependency management with latest Data Redis snapshots
...
Closes gh-8287
8 years ago
Andy Wilkinson
d50878bac1
Upgrade to Hibernate 5.2.10.Final
8 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
8 years ago
Phillip Webb
9981ae6874
Rename WebFluxAnnotationAutoConfiguration
...
Rename WebFluxAnnotationAutoConfiguration to WebFluxAutoConfiguration
to better align with Spring MVC.
8 years ago
Phillip Webb
99a3ec8b74
Merge branch '1.5.x'
8 years ago
Phillip Webb
5f3d5fbec1
Remove public "skip path extension" constant
...
Remove the public constant to make it clearer that skipping path
extensions is really an internal Spring Boot concern.
See gh-8765
8 years ago
Phillip Webb
69a8c0d871
Fix MVC validator configuration warning
...
Replace the MVC validator post processor with an `@Import` so
that a "cannot enhance @Configuration bean definition"
warning does not occur.
Fixes gh-8951
See gh-8495
8 years ago
Andy Wilkinson
3526d4df5e
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
6dd6897361
Upgrade to Narayana 5.5.7.Final
...
Closes gh-8961
8 years ago
Andy Wilkinson
a7830a8669
Upgrade to Jaybird 2.2.13
...
Closes gh-8960
8 years ago
Andy Wilkinson
efdd9d9b01
Upgrade to Jetty 9.4.4.v20170414
...
Closes gh-8959
8 years ago
Andy Wilkinson
0ff6b705d6
Upgrade to Tomcat 8.5.14
...
Closes gh-8958
8 years ago
Andy Wilkinson
edf6759e2d
Upgrade to Activemq 5.14.5
...
Closes gh-8957
8 years ago
Andy Wilkinson
6b167f1f12
Upgrade to Ehcache 2.10.4
...
Closes gh-8956
8 years ago
Andy Wilkinson
3442a24f8a
Upgrade to Undertow 1.4.13.Final
...
Closes gh-8955
8 years ago
Andy Wilkinson
6de6388085
Upgrade to Hsqldb 2.4.0
...
Closes gh-8954
8 years ago
Andy Wilkinson
ab7dad64f2
Upgrade to Cassandra Driver 3.2.0
...
Closes gh-8953
8 years ago
Stephane Nicoll
4b820acd15
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
992caa2eb9
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
7fbce192b4
Fixup version numbers following release
8 years ago
Andy Wilkinson
ae0700efc1
Try to make RunningDocumentationTests platform independent
...
Windows seems unable to decide if the temp dir is in System32 or
system32 which breaks the comparison. This commit attempts to appease
the gods of case sensitity by reducing the portion of the path that we
check so that system32 vs System32 doesn't come into it.
See gh-8920
8 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
8 years ago
Andy Wilkinson
079b324e21
Make RunningDocumentationTests platform independent
...
Closes gh-8920
8 years ago
Andy Wilkinson
d59bcb6ecd
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
07c5590813
Upgrade to GemFire 8.2.4
...
Closes gh-8948
8 years ago
Stephane Nicoll
f39dbdf474
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
6919ee8250
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
d8967afff6
Upgrade to Spring Data Hopper-SR10
...
Closes gh-8938
8 years ago
Phillip Webb
81fef71fcb
Merge branch '1.5.x'
8 years ago
Phillip Webb
bddc190848
Suppress "resolving dependencies" when --quiet
...
Update Spring CLI so that the "resolving dependencies" message is
suppressed when `run --quiet` is used.
Fixes gh-8946
8 years ago
Phillip Webb
cde5793240
Upgrade to Spring Data Ingalls-SR3
...
Closes gh-8939
8 years ago
Dave Syer
14638e67bc
Extended PropertiesLauncher class location logic
...
Update `PropertiesLauncher` so that classes can be loaded outside of
`BOOT-INF/classes`. You can use a subdirectory, or the root directory
of an external jar (but not the parent archive to avoid issues
with agents and awkward delegation models).
Fixes gh-8480
Closes gh-8486
8 years ago
Phillip Webb
5abc050a96
Support detection and with test initializers
...
Relax `SpringBootTestContextBootstrapper` rules so that a test can
specify an `ApplicationContextInitializer` and still have
`@SpringBootConfiguration` detected.
Prior to this commit detection would not occur because it's possible
that an initializer _could_ register configuration. This scenario is
actually quite unlikely to occur, certainly less likely than wanting to
use an initializer in combination with auto-detection.
Fixes gh-8483
8 years ago