Commit Graph

11136 Commits

Author SHA1 Message Date
Stephane Nicoll 5fd529279d Merge pull request #11190 from slachiewicz:fix/maven-central-url
* pr/11190:
  Update Apache Maven Central repository url
2017-11-29 14:20:29 +01:00
Sylwester Lachiewicz 0a6f5fb2be Update Apache Maven Central repository url
Closes gh-11190
2017-11-29 14:19:15 +01:00
Stephane Nicoll ac316b502d Merge pull request #11189 from slachiewicz:fix/plexus-typo
* pr/11189:
  Fix typo in StringUtils import
2017-11-29 11:17:14 +01:00
Sylwester Lachiewicz 7224d35322 Fix typo in StringUtils import
Closes gh-11189
2017-11-29 11:16:45 +01:00
Stephane Nicoll d920b49ba1 Polish
See gh-11193
2017-11-29 10:47:09 +01:00
Stephane Nicoll 8efb608b7e Fixup version numbers following release 2017-11-28 12:28:33 +01:00
Spring Buildmaster df2ae7aa19 Next Development Version 2017-11-28 09:55:46 +00:00
Andy Wilkinson 6bbfc8aeb3 Upgrade to Spring Data Ingalls-SR9
Closes gh-10885
2017-11-27 15:33:47 +00:00
Andy Wilkinson 98d4a1253a Upgrade to Spring Framework 4.3.13.RELEASE
Closes gh-10680
2017-11-27 13:45:32 +00:00
Andy Wilkinson 1011ec95fc Upgrade to Groovy 2.4.13
Closes gh-11167
2017-11-27 10:13:55 +00:00
Andy Wilkinson c47a127a80 Start building against snapshots for Spring Data Ingalls SR9
See gh-10885
2017-11-24 09:32:24 +00:00
Stephane Nicoll e85578cf2f Polish 2017-11-23 18:00:49 +01:00
Andy Wilkinson 3cc7509804 Merge pull request #10706 from Ali Kord
* gh-10706:
  Polish "Fix handling of spaces in container's document root"
  Fix handling of spaces in container's document root
2017-11-23 14:08:34 +00:00
Andy Wilkinson c14f5fb6ad Polish "Fix handling of spaces in container's document root"
Closes gh-10706
2017-11-23 14:08:00 +00:00
Ali Kord 8031a1bdb4 Fix handling of spaces in container's document root
See gh-10706
2017-11-23 14:01:21 +00:00
Andy Wilkinson 276a9a0eec Reflect each source's values in env endpoint's response
Previously, the env endpoint would use the entire environment to
get the value of each property in a source. This meant that when
there were multiple sources with the same property, the value from
the source with the highest precedence would be used for every
source that contains the property.

This commit update the endpoint to retrieve the value from the
property source that is being described, rather than resolving it
against all the environment's property sources.

Closes gh-10883
2017-11-23 13:09:48 +00:00
Andy Wilkinson 5cf2e76377 Set PID system property before *_LOG_PATTERN system properties
Previously, the PID system property was set after the
CONSOLE_LOG_PATTERN and FILE_LOG_PATTERN system properties. This meant
that the values of the pattern system properties could not reference
the PID system property, i.e. ${PID} would not resolve.

This commit sets the PID system property before the *_LOG_PATTERN
system properties, thereby allowing the latter to reference the
former.

Closes gh-10594
2017-11-23 12:34:00 +00:00
Andy Wilkinson 137d3f3533 Test Flyway location checking with implicit classpath: prefix
Closes gh-10894
2017-11-23 11:44:25 +00:00
Andy Wilkinson d4e19f8170 Auto-configure jOOQ after transaction auto-configuration
jOOQ auto-configuration will make use of a PlatformTransactionManager
bean if available. This commit ensures that jOOQ is auto-configured
after transaction auto-configuration, thereby ensuring that any
auto-configuration PlatformTransactionManager bean can be consumed.

Closes gh-11052
2017-11-23 11:33:16 +00:00
Stephane Nicoll 1fc3750c6d Merge pull request #11108 from izeye:broken-asciidoctor-syntax-20171122
* pr/11108:
  Fix broken Asciidoctor syntax
2017-11-23 10:45:01 +01:00
Johnny Lim 8b917abeab Fix broken Asciidoctor syntax
Closes gh-11108
2017-11-23 10:44:37 +01:00
Andy Wilkinson 811e8df980 Upgrade to Aspectj 1.8.13
Closes gh-11095
2017-11-21 15:55:39 +00:00
Andy Wilkinson 89d27e58d3 Close input stream after adding entry to jar in DevTools tests
Closes gh-11089
2017-11-20 14:14:48 +00:00
Andy Wilkinson 85dc89e1b4 Make serialization of @ConfigurationProperties beans more defensive
Previously, serialization of a @ConfigurationProperties bean to JSON
would fail if:

- A property on the bean returned the bean (the bean was
  self-referential)
- An exception was thrown when attempting to retrieve a property's
  value.

This commit makes the serialization more defensive by skipping any
property that is affected by either of the problems described above.
Debug logging has been added to aid diagnosis of missing properties.

Closes gh-10846
2017-11-15 19:09:22 +00:00
Andy Wilkinson 2e320ef859 Upgrade to Thymeleaf 2.1.6.RELEASE
Closes gh-10989
2017-11-13 10:58:21 +00:00
Stephane Nicoll 9e051e72e2 Add reference to @EntityScan for MongoDB
Closes gh-10947
2017-11-12 12:36:10 +01:00
Stephane Nicoll f975e8d363 Merge pull request #10941 from izeye:null-check
* pr/10941:
  Add missing null check in FileSystemWatcher.stopAfter()
2017-11-07 08:45:45 +01:00
Johnny Lim b965171b41 Add missing null check in FileSystemWatcher.stopAfter()
Closes gh-10941
2017-11-07 08:45:25 +01:00
Stephane Nicoll 373f7db3b5 Add missing supported source version
Closes gh-10929
2017-11-07 08:44:40 +01:00
Andy Wilkinson 963cfea3bb Start building against Spring Framework 4.3.13 snapshots
See gh-10680
2017-11-06 10:15:14 +00:00
Andy Wilkinson 33796e7015 Upgrade to Spring Ws 2.4.2.RELEASE
Closes gh-10914
2017-11-03 19:18:25 +00:00
Andy Wilkinson d0272e452c Upgrade to Spring Cloud Connectors 1.2.5.RELEASE
Closes gh-10913
2017-11-03 19:18:25 +00:00
Andy Wilkinson 6756a7de7d Upgrade to Freemarker 2.3.27-incubating
Closes gh-10912
2017-11-03 19:18:24 +00:00
Andy Wilkinson 61bceaf933 Upgrade to Solr 5.5.5
Closes gh-10911
2017-11-03 19:18:23 +00:00
Andy Wilkinson 0f451b3079 Upgrade to Commons Pool2 2.4.3
Closes gh-10910
2017-11-03 19:18:23 +00:00
Andy Wilkinson 0d01d7bb5b Upgrade to Undertow 1.4.21.Final
Closes gh-10909
2017-11-03 19:18:22 +00:00
Andy Wilkinson bd6a86c85f Upgrade to Appengine Sdk 1.9.59
Closes gh-10908
2017-11-03 19:18:22 +00:00
Andy Wilkinson e7d9014b3b Use archive.apache.org to download toTomEE binaries
Closes gh-10905
2017-11-03 16:45:39 +00:00
Andy Wilkinson 054ce2865c Protect against partial visibility of Bean Validation API
On WebSphere Liberty, the javax.validation package may be visible but
other javax.validation packages upon which it depends may not be
visible. This can lead to an incorrect assumption that the Bean
Validation API is available when, in fact, it is only partially
available.

Add an additional check for the availability of a class in the
javax.validation.bootstrap package to ensure that it's not just the
javax.validation package that's available.

Closes gh-10877
2017-11-03 14:40:32 +00:00
Stephane Nicoll f18521913c Merge pull request #10811 from dreis2211:typo-fixes-documentation
* pr/10811:
  Fix typos in ApplicationArguments and Library
2017-10-30 16:31:34 +01:00
dreis2211 605e95145a Fix typos in ApplicationArguments and Library
Closes gh-10811
2017-10-30 16:30:56 +01:00
Stephane Nicoll fc3d25d705 Properly document spring.data.neo4j.open-in-view's default value
Closes gh-10826
2017-10-30 16:22:10 +01:00
Stephane Nicoll 37d229b1d6 Merge pull request #10805 from izeye:unused-20171029
* pr/10805:
  Remove unnecessary assignments
2017-10-29 14:10:35 +01:00
Johnny Lim 4979af9fa5 Remove unnecessary assignments
Closes gh-10805
2017-10-29 14:07:00 +01:00
Stephane Nicoll 03174277b4 Merge pull request #10806 from izeye:handle-null-early
* pr/10806:
  Handle null early in Sanitizer.sanitize()
2017-10-29 14:04:26 +01:00
Johnny Lim c718880354 Handle null early in Sanitizer.sanitize()
Closes gh-10806
2017-10-29 14:03:55 +01:00
Stephane Nicoll 4358638266 Merge pull request #10810 from dreis2211:documentation-typos
* pr/10810:
  Fix typos in AutoConfigureRestDocs
2017-10-29 14:01:44 +01:00
dreis2211 27d569e25e Fix typos in AutoConfigureRestDocs
Closes gh-10810
2017-10-29 14:01:25 +01:00
Stephane Nicoll 425c8bc4a9 Merge pull request #10612 from mdeinum:master
* pr/10612:
  Polish JobLauncherCommandLineRunner
2017-10-28 07:57:42 +02:00
Marten Deinum ab3d65ccae Polish JobLauncherCommandLineRunner
The JobLauncherCommandLineRunner reassigned method arguments inside the
merge method. Instead of reassigning the method argument just return
the new instance directly.

Also some minor cleanup (unnesseccary null check and continue keyword).

Closes gh-10612
2017-10-28 07:57:14 +02:00