Commit Graph

5314 Commits (4596844b901f8552d8d99ce03b0bf3478998e054)
 

Author SHA1 Message Date
Stephane Nicoll eb10275f5a Polish
Polish 383e94c to validate any `JavaMailSenderImpl` and not only the
one that has been created by auto-configuration.

Closes gh-3409
10 years ago
Eddú Meléndez 6f31080f78 Add mail server connection check
If a `JavaMailSenderImpl` is available, check that the underlying mail
server is available on startup. Add a `spring.mail.test-connection`
property to control this behaviour.

Closes gh-3408
10 years ago
Stephane Nicoll 0eada5df86 Merge branch '1.2.x' 10 years ago
Dave Syer 20091b75c9 Tidy up some oauth2 features and add a test for request-scoped context 10 years ago
Stephane Nicoll 774474f8b7 Add hint providers for core properties
Closes gh-3322
10 years ago
Stephane Nicoll 2da1d37e97 Add profile name provider 10 years ago
Stephane Nicoll 162cbdd5cb Fail the build if the meta-data are invalid
Make sure to fail the build with a proper compilation error message if
the user-defined meta-data are invalid. For now, this takes care of the
JSON format but other checks may be added in the future.

Closes gh-3329
10 years ago
Stephane Nicoll 2126c7774a Add a note about transactional listeners
Clarify how the default JMS listener container factory is created if none
exists with regards to transactions.

Issue: SPR-3407
10 years ago
Andy Wilkinson 4ad23166ea Use a Java 7-compatible version of org.json:json and remove duplicate
Closes gh-3412
10 years ago
Andy Wilkinson 8be13f92de Use a property for the version of the WebJars HAL Browser dependency
See gh-1390
10 years ago
Stephane Nicoll ecbe4da251 Add reference to HA JDBC starter 10 years ago
Stephane Nicoll 63bec75cc9 Remove reference to SNAPSHOT doc 10 years ago
Phillip Webb ca56fbbcf0 Fix malformed RandomValuePropertySource javadoc
See gh-3391
10 years ago
Matt Benson 36d36f97bd Improve RandomValuePropertySource
Rework RandomValuePropertySource class javadoc, particularly the
description of the `random.int` range suffix.

Also add support for range based random longs.

Fixes gh-3391
10 years ago
Phillip Webb 35379f627a Polish 10 years ago
Phillip Webb e8085016ba Polish Actuator hypermedia support 10 years ago
Phillip Webb 67dd164dc3 Add actuator-docs to the full build 10 years ago
Stephane Nicoll bcb9ad8f64 Merge pull request #3416 from izeye/typo-20150705
* pr/3416:
  Fix typo
10 years ago
izeye 99cd9bdc31 Fix typo
Closes gh-3416
10 years ago
Stephane Nicoll b81c6398d7 Merge pull request #3395 from izeye/patch-30
* pr/3395:
  Remove System.out.println()
10 years ago
izeye e98b2a1a33 Remove System.out.println()
Closes gh-3395
10 years ago
Dave Syer eb49f4bfec Documentation for default profiles 10 years ago
Dave Syer dc8ba2c535 Load configuration from default profiles if no others active
Before this change if no profile is active yaml documents with
spring.profiles=default were loaded, but they are also loaded
if there *is* an active profile which is more of a problem. In
addition if the user chanes the default profile in the
Environmemt Spring Boot ignore that value ("default" is a magic
String).

After this change:

* If no profile is explicitly active, the default profiles from
the Environment are used explicitly
* The default profiles cause properties to be loaded just like
other profiles, so from YAML documents with spring.profiles and
from files in application-default.properties for instance
* The default profiles are not active when any other profile is
* Properties defined in "top-level" YAML documents with no
specific spring.profiles still act as defaults for *all* profiles

Fixes gh-1219, fixes gh-2623
10 years ago
Stephane Nicoll dfbabefcd2 Merge pull request #3411 from izeye/typo
* pr/3411:
  Fix typo
10 years ago
izeye b4f636b33f Fix typo
Closes gh-3411
10 years ago
Stephane Nicoll 6aefd20c55 Merge pull request #3401 from sbrannen/3400
* pr/3401:
  Use @AliasFor in @SpringApplicationConfiguration
10 years ago
Sam Brannen 9cea8925a8 Use @AliasFor in @SpringApplicationConfiguration
Spring Framework 4.2 introduces first-class support for explicit
annotation attribute overrides via a new @AliasFor annotation.

In order to avoid potential naming conflicts in the future and to make
the current, implicit attribute overrides explicit (as well as
documented), this commit retrofits @SpringApplicationConfiguration with
@AliasFor.

Closes gh-3400
Closes gh-3401
10 years ago
Stephane Nicoll 1b1ce6b79f Merge pull request #3403 from izeye/docs-20150702
* pr/3403:
  Fix typo
10 years ago
izeye 631a02b8bc Fix typo
Closes gh-3403
10 years ago
Dave Syer 74e9e0749b Add support for Spring HATEOAS hypermedia in Actuator endpoints
If spring-hateoas is on the classpath and an MvcEndpoint returns a
@ResponseBody it will be extended and wrapped into a Resource with links.
All the existing endpoints that return sensible JSON data can be extended
this way (i.e. not /logfile). The HAL browser will also be added as an
endpoint if available on the classpath. Finally, asciidocs for the
Actuator endpoints are available as a separate jar file, which if
included in an app will also generate a new (HTTP) endpoint.

Fixes gh-1390
10 years ago
Dave Syer 82fdb87a8c Merge branch '1.2.x' 10 years ago
Dave Syer 1abd0879ca Add and fix tests for overridden bindings
The order of property values is only preserved if we check carefully
that each property is actually present in the source being inspected.

Fixes gh-3385
10 years ago
Phillip Webb c25586b760 Merge branch '1.2.x' 10 years ago
Phillip Webb 43dc0c64c2 Fixup version numbers following release 10 years ago
Spring Buildmaster 7ce391db4f Next development version 10 years ago
Phillip Webb ef1838c7f0 Merge branch '1.2.x' 10 years ago
Phillip Webb 48009bfebe Allow relaxed property name overrides
Update RelaxedDataBinder to so that property ordering is respected even
if relaxed names are used. Prior to this commit a System property named
`FOO_BAR` would never get bound to a `fooBar` field if `foo-bar` was
defined in application.properties.

Fixes gh-3385
10 years ago
Phillip Webb b1f8a692a8 Merge branch '1.2.x' 10 years ago
Phillip Webb 04dfac1c6c Formatting 10 years ago
Phillip Webb 3ef667f0d8 Fix MetricWriterMessageHandler to deal with reset
Update MetricWriterMessageHandler to deal with 'reset' messages and to
log unsupported payload types.

Fixes gh-3378
10 years ago
sopov.ivan fa7199ddac Fix Eclipse 4.5 formatter settings
Fixes gh-3384
10 years ago
Phillip Webb a1b87766a7 Fix PropertiesLauncher javadoc
See gh-3392
10 years ago
Phillip Webb d61c38167e Formatting 10 years ago
Stephane Nicoll 533d36a468 Merge branch '1.2.x' 10 years ago
Stephane Nicoll 441049cf4e Auto-detect JMS sessionTransacted flag
If a JtaTransactionManager is present, it is associated with the
auto-created JmsListenerContainerFactory. However, if no such transaction
manager is present, local transaction support is not enabled.

This gives a default situation where the message is acknowledged even
before the listener is invoked. We now make sure to turn on local JMS
transactions if no JtaTransactionManager is present.

Fixes gh-3393
10 years ago
Andy Wilkinson 0db7bd37c2 Add dependency management for json-path-assert
Closes gh-3361
10 years ago
Andy Wilkinson 63e8314eb4 Update to Spring Framework 4.2.0.RC2
Closes gh-3277
10 years ago
Andy Wilkinson 1073f09c7b Upgrade to Undertow 1.2.8.Final
Closes gh-3386
10 years ago
Andy Wilkinson 6e1d0b522b Upgrade to Jersey 2.19
Closes gh-3387
10 years ago
Andy Wilkinson 04728a17e6 Upgrade to Infinispan 7.2.3.Final
Closes gh-3388
10 years ago