Commit Graph

13499 Commits

Author SHA1 Message Date
Andy Wilkinson f396740a2f Rename Micrometer Clock bean: clock -> micrometerClock
Closes gh-10436
2017-09-28 07:46:01 +01:00
Andy Wilkinson 0e2d34cdb4 Remove additional auto-configured security configurers
Closes gh-10435
2017-09-28 07:43:25 +01:00
Andy Wilkinson 8f9b47aa4c Start building against Lettuce snapshots for 5.0.0.RELEASE
See gh-10439
2017-09-28 06:38:24 +01:00
Andy Wilkinson 644e43b98c Polish 2017-09-28 06:00:50 +01:00
Phillip Webb 9e43b99966 Polish 2017-09-27 17:44:48 -07:00
Andy Wilkinson 7e2d7dcd1d Polish 2017-09-27 19:48:26 +01:00
Andy Wilkinson bd1bd6bf64 Start building against snapshots for Spring Kafka 2.0.0.RELEASE
See gh-10328
2017-09-27 19:48:26 +01:00
Andy Wilkinson 89f9112abd Start building against snapshots for Spring Data Kay-RELEASE
See gh-10329
2017-09-27 19:48:26 +01:00
Andy Wilkinson 58c3b0d390 Start building against snapshots for Spring AMQP 2.0.0.RELEASE
See gh-7053
2017-09-27 19:48:26 +01:00
Andy Wilkinson 696cdb6b58 Start building against snapshots for Spring Session 2.0.0.M5
See gh-10326
2017-09-27 16:19:51 +01:00
Stephane Nicoll 4c576f6d19 Override AspectJ version when building with Java9
See gh-7226
2017-09-27 15:33:56 +02:00
Stephane Nicoll 3894229381 Fix status handling of /application/env/{propertyName}
This commit makes sure to return a 404 status if the env endpoint is
invoked with a property that does not exist in the environment.

Closes gh-10179
2017-09-27 11:45:50 +02:00
Stephane Nicoll c2c6f49cbc Improve output of `/application/env/{propertyName}`
This commit changes the output of a single property to mention the
actual value in the environment as well as the property source that
contributed to the value.

Closes gh-10178
2017-09-27 10:48:17 +02:00
Madhura Bhave 5d05347e61 Add auto-config and starter for reactive security
Closes gh-9925
2017-09-26 19:36:48 -07:00
Madhura Bhave 1e11f80181 Fix typo in package-info.java 2017-09-26 17:05:31 -07:00
Madhura Bhave ab5a05a322 Fix user details 2017-09-26 16:52:25 -07:00
Madhura Bhave 7093602753 Simplify UserDetailsService creation in samples
Closes gh-10385
2017-09-26 14:06:19 -07:00
Stephane Nicoll 61bbaf140c Fix checkstyle violation 2017-09-26 18:42:04 +02:00
Stephane Nicoll eb045f1da1 Fix value of property in PropertySource descriptor
Prior to this commit, if a key was present in multiple PropertySources,
all descriptors shared the same common value. This commit makes sure
that each PropertySource descriptor shows the value it defines rather
than the one that is promoted in the Environment.

Closes gh-10428
2017-09-26 18:16:53 +02:00
Andy Wilkinson f52c081ec1 Merge pull request #9590 from Justin Rosenberg
* gh-9590:
  Polish "Support inlining a conf script into the default launch script"
  Support inlining a conf script into the default launch script
2017-09-26 15:02:08 +01:00
Andy Wilkinson 1e4e64aa8c Polish "Support inlining a conf script into the default launch script"
Closes gh-9590
2017-09-26 14:59:06 +01:00
JustinKSU 5ee28a08e1 Support inlining a conf script into the default launch script
See gh-9590
2017-09-26 14:58:48 +01:00
Andy Wilkinson c79b76847b Merge pull request #8988 from Ali Shahbour
* gh-8988:
  Polish "Find .conf file next to symlink to jar that's using the launch script"
  Find .conf file next to symlink to jar that's using the launch script
2017-09-26 14:43:19 +01:00
Andy Wilkinson 3db5843c8b Polish "Find .conf file next to symlink to jar that's using the launch script"
Closes gh-8988
2017-09-26 14:42:18 +01:00
Ali Shahbour 56a5888008 Find .conf file next to symlink to jar that's using the launch script
See gh-8988
2017-09-26 13:12:40 +01:00
Andy Wilkinson b59bc20f58 Try to make HateoasObjenesisCacheDisablerTests more robust 2017-09-26 12:57:57 +01:00
Andy Wilkinson 6d8c333016 Replace convention mappings with PropertyState and Provider
Closes gh-9891
2017-09-26 12:48:08 +01:00
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
2017-09-26 12:10:43 +01:00
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
2017-09-26 11:58:53 +02:00
Stephane Nicoll 1f7f0c18d5 Merge pull request #10422 from dreis2211:remove-redundant-semicolons
* pr/10422:
  Remove redundant semicolons
2017-09-26 08:54:58 +02:00
dreis2211 f3472beed8 Remove redundant semicolons
Closes gh-10422
2017-09-26 08:38:43 +02:00
Stephane Nicoll bbee943972 Upgrade to Reactor Bismuth-RELEASE
Closes gh-10423
2017-09-26 08:24:49 +02:00
Andy Wilkinson 33d04f0c91 Merge branch '1.5.x' 2017-09-25 17:07:25 +01:00
Andy Wilkinson 616d11c00a Only wait for background preinit to complete when it has started
Closes gh-10362
2017-09-25 17:06:28 +01:00
Andy Wilkinson dd5091f31a Merge branch '1.5.x' 2017-09-25 16:53:30 +01:00
Andy Wilkinson b602b1da2e Document expected format for commit time in git.properties
Closes gh-10392
2017-09-25 16:53:07 +01:00
Andy Wilkinson edc9a9b269 Merge branch '1.5.x' 2017-09-25 16:47:46 +01:00
Andy Wilkinson 7eb9193862 Tolerate absolute URLs in manifest's Class-Path attribute
Closes gh-10268
2017-09-25 16:47:27 +01:00
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
2017-09-25 15:51:36 +02:00
Andy Wilkinson 566f570d96 Polish 2017-09-25 14:36:30 +01:00
Andy Wilkinson 2f794ee8d9 Consider MongoOperationsSessionRepository when checking for duplicates
See gh-9552
2017-09-25 14:34:03 +01:00
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
2017-09-25 15:21:39 +02:00
Stephane Nicoll 15de6531a5 Polish "Add support for Spring WS auto WSDL/XSD exposure"
Closes gh-9635
2017-09-25 15:21:08 +02:00
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
2017-09-25 15:21:08 +02:00
Andy Wilkinson 32102c693b Avoid using classes from spring-web in core web endpoint infrastructure
Closes gh-10358
2017-09-25 14:05:02 +01:00
Stephane Nicoll 3fcaa9765c Merge pull request #10239 from mpalourdio:mockito-inline
* pr/10239:
  Add mockito-inline dependency
2017-09-25 14:52:42 +02:00
Michel Palourdio 258514848e Add mockito-inline dependency
Closes gh-10239
2017-09-25 14:52:14 +02:00
Stephane Nicoll 1f73e6c2fc Merge pull request #10309 from garyrussell:kafkaAdmin
* pr/10309:
  Polish "Add KafkaAdmin Auto Configuration"
  Add KafkaAdmin Auto Configuration
2017-09-25 14:50:56 +02:00
Stephane Nicoll 868cc4e1e0 Polish "Add KafkaAdmin Auto Configuration"
Closes gh-10309
2017-09-25 14:50:34 +02:00
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
2017-09-25 14:26:48 +02:00