Commit Graph

13623 Commits (258c442e9a5219bd4f57aab50233c600e1936fb3)
 

Author SHA1 Message Date
Andy Wilkinson 6d8c333016 Replace convention mappings with PropertyState and Provider
Closes gh-9891
7 years ago
Andy Wilkinson 6eee9de3c1 Rework BootRun so that it does not subclass JavaExec
This commit reworks BootRun so that it no longer subclasses JavaExec.
This provides Boot with greater control of how the executed JVM is
configured, including the possibility of using @Option to provide args
and JVM args via the command line (gh-1176). It also allows some usage
of convention mappings to be removed in favour of PropertyState and
Provider (gh-9891). For users who relied up the advanced (and rather
complex) configuration options provided by JavaExec, an escape hatch
is provided by allowing the JavaExecSpec that's used to execute the
JVM to be customized.

Closes gh-9884
7 years ago
Stephane Nicoll 6f3d1797a7 Improve Java9 compatibility
This commit workarounds a bug in Surefire, see
https://issues.apache.org/jira/browse/SUREFIRE-1424

It also adds `javax.xml.bind` as it is no longer provided by default
with Java9

See gh-7226
7 years ago
Stephane Nicoll 1f7f0c18d5 Merge pull request #10422 from dreis2211:remove-redundant-semicolons
* pr/10422:
  Remove redundant semicolons
7 years ago
dreis2211 f3472beed8 Remove redundant semicolons
Closes gh-10422
7 years ago
Stephane Nicoll bbee943972 Upgrade to Reactor Bismuth-RELEASE
Closes gh-10423
7 years ago
Andy Wilkinson 33d04f0c91 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 616d11c00a Only wait for background preinit to complete when it has started
Closes gh-10362
7 years ago
Andy Wilkinson dd5091f31a Merge branch '1.5.x' 7 years ago
Andy Wilkinson b602b1da2e Document expected format for commit time in git.properties
Closes gh-10392
7 years ago
Andy Wilkinson edc9a9b269 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 7eb9193862 Tolerate absolute URLs in manifest's Class-Path attribute
Closes gh-10268
7 years ago
Stephane Nicoll 7b675fc53e Make spring-boot-loader its Java 9 friendly
This commit updates the integration tests of "spring-boot-loader" to
not use `@PostConstruct` but rather `InitializingBean`

Closes gh-10274
7 years ago
Andy Wilkinson 566f570d96 Polish 7 years ago
Andy Wilkinson 2f794ee8d9 Consider MongoOperationsSessionRepository when checking for duplicates
See gh-9552
7 years ago
Stephane Nicoll ee1648446e Merge pull request #9635 from vpavic:ws-wsdl-exposure
* pr/9635:
  Polish "Add support for Spring WS auto WSDL/XSD exposure"
  Add support for Spring WS auto WSDL/XSD exposure
7 years ago
Stephane Nicoll 15de6531a5 Polish "Add support for Spring WS auto WSDL/XSD exposure"
Closes gh-9635
7 years ago
Vedran Pavic bb72a4abe1 Add support for Spring WS auto WSDL/XSD exposure
This commit adds support for auto-configuration of Spring WS automatic
WSDL and XSD exposure i.e. registration of `WsdlDefinition` and
`XsdDefinition` beans. The bean registration is triggered by configuring
`spring.webservices.wsdl-locations` property which will search the
provided locations for WSDL/XSD files and register appropriate beans.

See gh-9635
7 years ago
Andy Wilkinson 32102c693b Avoid using classes from spring-web in core web endpoint infrastructure
Closes gh-10358
7 years ago
Stephane Nicoll 3fcaa9765c Merge pull request #10239 from mpalourdio:mockito-inline
* pr/10239:
  Add mockito-inline dependency
7 years ago
Michel Palourdio 258514848e Add mockito-inline dependency
Closes gh-10239
7 years ago
Stephane Nicoll 1f73e6c2fc Merge pull request #10309 from garyrussell:kafkaAdmin
* pr/10309:
  Polish "Add KafkaAdmin Auto Configuration"
  Add KafkaAdmin Auto Configuration
7 years ago
Stephane Nicoll 868cc4e1e0 Polish "Add KafkaAdmin Auto Configuration"
Closes gh-10309
7 years ago
Gary Russell 3e1d9fa856 Add KafkaAdmin Auto Configuration
Spring for Apache Kafka has added a `KafkaAdmin` feature to automatically
add new topics to the broker.

See gh-10309
7 years ago
Stephane Nicoll c7eb0fb281 Polish 7 years ago
Andy Wilkinson d8cfae7300 Merge pull request #9643 from Eddú Meléndez
* gh-9643:
  Polish "Add auto-configuration for REST Docs with REST Assured"
  Add auto-configuration for REST Docs with REST Assured
7 years ago
Andy Wilkinson 352e3ca397 Polish "Add auto-configuration for REST Docs with REST Assured"
Closes gh-9643
7 years ago
Eddú Meléndez 98b2267a5b Add auto-configuration for REST Docs with REST Assured
See gh-9643
7 years ago
Andy Wilkinson a1e26eaeea Merge pull request #9552 from Vedran Pavić
* gh-9552:
  Improve Spring Session MongoDB support naming
7 years ago
Stephane Nicoll e87b14e863 Polish 7 years ago
Vedran Pavic 0c036a69f2 Improve Spring Session MongoDB support naming 7 years ago
Andy Wilkinson c03bb4c1fe Test the Gradle plugin against Gradle 4.1 and 4.2
Closes gh-10417
7 years ago
Stephane Nicoll 881d0daff2 Polish 7 years ago
Andy Wilkinson 45a24b8705 Upgrade to Log4j 2.9.1
This commit uppgrade our Log4j dependency to 2.9.1. It also modifies
ModifiedClassPathRunner so that log4j-*.jar jars are always excluded
from the class path when using the runner. This is necessary due to
a change in Log4j [1] which makes assumptions about the class loader
hierarchy that do not hold true when using the modified class path
runner. Specifically, it assumes that the system class loader should
always be used to load providers. This is exactly what we don't want
to happen when using the modified class path runner as it breaks the
filtering of the class path and leads to Log4j classes being loaded
from both the system class loader and the filtering class loader.

Closes gh-10407

[1] 9422ca7489
7 years ago
Stephane Nicoll 3bd5d909c2 Merge branch '1.5.x' 7 years ago
Stephane Nicoll 0a8b355c60 Merge pull request #10382 from christophd:patch-1
* pr/10382:
  Add reference to Citrus simulator Spring Boot starter
7 years ago
Christoph Deppisch ca04b24814 Add reference to Citrus simulator Spring Boot starter
Closes gh-10382
7 years ago
Stephane Nicoll 9331ee6f35 Merge pull request #10412 from eddumelendez:polish_jackson_config
* pr/10412:
  Polish JacksonAutoConfiguration
7 years ago
Eddú Meléndez 93844bffbc Polish JacksonAutoConfiguration
This commit removes unused constructor parameters introduced in 0c2ecb7.

Closes gh-10412
7 years ago
Stephane Nicoll d490b99473 Clarify scope of spring.datasource.platform
Closes gh-10416
7 years ago
Andy Wilkinson ae979465b6 Disable deployment tests when building with Java 9
Cargo in currently incompatible with Java 9 so this commit disables
the deployment tests that use Cargo when building with Java 9.

Closes gh-10413
7 years ago
Andy Wilkinson d9600bd4b0 Polish
Remove duplicate dependency management that appeared in dc5254c3.
7 years ago
Andy Wilkinson dd4dbce816 Fix generation of Javadoc on Java 9
This commit fixes Javadoc generation when building with Java 9. It
upgrades the Javadoc plugin to a version that is Java 9 compatible
(3.0.0-M1) and reworks DevTools to remove usage of @PostConstruct.
The latter change is necessary as @PostConstruct is not visible by
default when building with Java 9 and, therefore its usage causes
Javadoc generation to fail.

Closes gh-10029
7 years ago
Andy Wilkinson 43ff84e214 Merge branch '1.5.x' 7 years ago
Andy Wilkinson cc16402ee4 Update war packaging tests to reflect change in Tomcat's dependencies
See gh-10395
7 years ago
Stephane Nicoll dc5254c333 Merge branch '1.5.x' 7 years ago
Stephane Nicoll b53f108d07 Merge pull request #10411 from dreis2211:typo-external-config-docs
* pr/10411:
  Typo in external config documentation
7 years ago
dreis2211 681921fd87 Typo in external config documentation
Closes gh-10411
7 years ago
Andy Wilkinson c999704b10 Upgrade to Caffeine 2.5.6
Closes gh-10398
7 years ago
Andy Wilkinson fa72cd452c Upgrade to Jetty El 8.5.20
Closes gh-10410
7 years ago