Andy Wilkinson
f26f8176b6
Start building against Spring Session 2.0 snapshots
...
See gh-9541
8 years ago
Phillip Webb
b94bb00fa1
Remove need for attached test-jar artifacts
...
Remove test-jar artifacts from Maven projects and relocate classes. The
majority of utilities now live in the `spring-boot-testsupport` module.
This update will help us to deploy artifacts using the standard Maven
deploy plugin in the future (which doesn't support the filtering of
individual artifacts).
Fixes gh-9493
8 years ago
Andy Wilkinson
84f0484aef
Add dependencies needed for javadoc generation
...
See gh-9066
See gh-4299
8 years ago
Andy Wilkinson
2c96bce5cd
Address some warnings that are output during javadoc generation
8 years ago
Andy Wilkinson
11c3c4c20b
Drop support for org.json:json-based JSON parsing
...
Closes gh-8710
8 years ago
Stephane Nicoll
e7efa8f133
Polish "Add Lettuce Redis driver autoconfiguration"
...
Closes gh-5311
8 years ago
Mark Paluch
4563da9ac7
Add Lettuce Redis driver autoconfiguration
...
Introduce an alternative autoconfiguration if the lettuce Redis driver is
available. Add Lettuce-specific configuration property options
"spring.redis.lettuce.shutdown-timeout" to control the shutdown timeout
of the lettuce driver. Add documentation for the properties, the
supported drivers, and how to switch between drivers.
Split client-specific properties from spring.redis.pool to
spring.redis.jedis.pool and introduce spring.redis.lettuce namespace.
Deprecate spring.redis.pool property.
See gh-5311
8 years ago
Andy Wilkinson
01166381a0
Provide separate documentation (API and reference) for Gradle plugin
8 years ago
Vedran Pavic
1c789f1a8d
Remove dependency management for `hibernate-entitymanager`
...
Closes gh-8433
8 years ago
Brian Clozel
f12a634843
Fix typo in spring-webflux dependency
8 years ago
Brian Clozel
d1eafa29da
Add missing dependency in docs generation
...
Reactor Netty and Spring WebFlux were missing.
8 years ago
Stephane Nicoll
25a025cf36
Fix doc generation
8 years ago
Andy Wilkinson
9bba73a1a9
Upgrade to Thymeleaf 3 and drop support for Thymleaf 2
...
This commit raises the minimum supported version of Thymeleaf to
3.0.x. It also upgrades Spring Social to a version that is compatible
with Thymeleaf 3.
Closes gh-7450
Closes gh-6258
See gh-7885
8 years ago
Stephane Nicoll
1efb0cbcdf
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
7d81de1469
Fix doc generation
...
For some reason the documentation worked locally with 973a18d
but does not
on CI.
8 years ago
Stephane Nicoll
53accf920f
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
973a18db2a
Fix javadoc generation
8 years ago
Stephane Nicoll
816c236e5b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
ee72e788ed
Rename `spring-boot-junit-runners` to `spring-boot-test-support`
...
Closes gh-7421
8 years ago
Andy Wilkinson
f454adca1a
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
d9bd211062
Link to correct branch on GitHub from snapshot documentation
...
Closes gh-7548
8 years ago
Andy Wilkinson
fd2b417252
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
d12c21ae2f
Add spring-kafka dependency to spring-boot-docs for Javadoc links
...
See gh-6961
8 years ago
Phillip Webb
20d7dd5747
Merge branch '1.5.x'
8 years ago
Phillip Webb
1657120286
Move ModifiedClassPathRunner to its own module
...
Migrate `ModifiedClassPathRunner` from `spring-boot` test source to
its own module.
Fixes gh-7420
8 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
8 years ago
Andy Wilkinson
229691338e
Reinstate JsonPath dependency that is no longer pulled in transitively
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
Stephane Nicoll
d65a843856
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
2d995661f4
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
00a10bcf61
Restore checkstyle
...
Rather than disabling checkstyle altogether, this commit enables it
again, relaxing the javadoc requirement only.
See gh-7142
8 years ago
Stephane Nicoll
d5c3a8ac76
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
c6f23000be
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
11cad9e0cb
Fix sample in ref doc
...
Closes gh-7142
8 years ago
Stephane Nicoll
c5cc626d48
Remove remote shell support
...
See gh-7044
8 years ago
Stephane Nicoll
8b61d15120
Remove deprecated support for commons-dbcp 1
...
See gh-6787
8 years ago
Andy Wilkinson
f82dc8e043
Upgrade to JMS API 2.0
...
Closes gh-7049
8 years ago
Andy Wilkinson
241ab10160
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
2a035d0748
Remove support for Velocity following its deprecation in 1.4
...
Closes gh-6971
8 years ago
Andy Wilkinson
464915d2cc
Remove support for HornetQ following its deprecation in 1.4
...
See gh-6971
8 years ago
Stephane Nicoll
9bc77254a7
Start building against Spring Framework 5 snapshot
...
This commit enables compatibility build against Spring Framework 5.
The Velocity and Guava support that are deprecated in the 1.x line have
been removed and few other classes contain minor change to comply to non
backward compatible changes in Spring Framework 5.
This commit also switches the required java version to 8.
Closes gh-6977
8 years ago
Stephane Nicoll
6643ec3713
Next development version
8 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
8 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
8 years ago
Andy Wilkinson
49202570e9
Update SpringApplicationBuilder example in the docs and test it
...
Closes gh-6488
8 years ago
Spring Buildmaster
334baaeffd
Next development version
8 years ago
Phillip Webb
405299a95a
Generate empty spring-boot-docs jar
...
Update spring-boot-docs so that an empty jar file is produced. The
code is only needed for documentation includes and if included in the
deployed jar seems to prevent promotion to Maven Central.
Fixes gh-6495
8 years ago
Phillip Webb
05ff4ed4e0
Upgrade to Tomcat 8.5.4 & remove tomcat-juli
...
Upgrade the managed Tomcat dependency to 8.5.4 and remove `tomcat-juli`
since it's now included in `tomcat-embed-core`.
Fixes gh-6192
8 years ago
Andy Wilkinson
ccaa19d51f
Document how to configure a RestTemplate to use a proxy
...
Closes gh-6331
8 years ago
Andy Wilkinson
5c44c77287
Document auto-configuration classes imported by each @…Test annotation
...
Closes gh-6044
8 years ago