Commit Graph
11167 Commits
Author SHA1 Message Date
Brian Clozel 366d1122f0 Upgrade to Animal Sniffer 1.16
This version is compatible with JDK9 libraries; this is now required
since Jetty introduced a dependency on ASM 6.0 in gh-11469.
2018-01-02 17:40:34 +01:00
Brian Clozel 88b15baf20 Upgrade to Jetty 9.4.8.v20171121
Closes gh-11469
2018-01-02 16:06:45 +01:00
Stephane Nicoll e187aac93d Mention that a custom starter must bring the core starter
Closes gh-11455
2018-01-02 15:56:46 +01:00
Stephane Nicoll 397d3e85e8 Fix Windows build
Closes gh-11459
2018-01-02 15:45:43 +01:00
Stephane Nicoll abfee97843 Merge pull request #11456 from rajadilipkolli:patch-1
* pr/11456:
  Update copyright header
2018-01-01 08:29:50 +01:00
Raja Kolli e6eca2b2c9 Update copyright header
Closes gh-11456
2018-01-01 08:29:14 +01:00
Stephane Nicoll 053982ae62 Merge pull request #11401 from douglascardoso:master
* pr/11401:
  Log inaccessible file in RandomAccessDataFile
2017-12-28 11:27:08 +01:00
Douglas Cardoso feecc27677 Log inaccessible file in RandomAccessDataFile
Closes gh-11401
2017-12-28 11:25:51 +01:00
Stephane Nicoll 970b16f8bc Merge pull request #11431 from izeye:mongo-client
* pr/11431:
  Use MongoClient consistently
2017-12-27 17:02:42 +01:00
Johnny Lim d2109ddf4d Use MongoClient consistently
Closes gh-11431
2017-12-27 17:01:59 +01:00
Stephane Nicoll 9c4e6f247c Fix table formatting issue
Closes gh-11434
2017-12-27 16:34:24 +01:00
Stephane Nicoll 07bb33d8ed Prevent the accidental use of Flyway's StringUtils
See gh-11396
2017-12-24 12:16:14 +01:00
Madhura Bhave 98f577e62c Remove duplicate ID values from howto doc 2017-12-14 13:42:46 -08:00
Stephane Nicoll 29565a7981 Polish 2017-12-14 10:59:23 +01:00
Stephane Nicoll 61ca4ab562 Polish 2017-12-14 09:33:34 +01:00
Stephane Nicoll dbae4fc1c3 Make it easier to use jOOQ with several data sources
Closes gh-11324
2017-12-14 09:33:10 +01:00
Phillip Webb 2aa3295675 Deprecate inapplicable RegistrationBean methods
Inherit and deprecate RegistrationBean methods that are not applicable
to a ServletListenerRegistrationBean.

Fixes gh-11342
2017-12-13 12:21:57 -08:00
Phillip Webb 2c429ba77d Restore static final formatting
Restore static final constants to upper case formatting.

See gh-10457
2017-12-13 12:21:57 -08:00
Phillip Webb 6a55623910 Polish 2017-12-13 12:21:57 -08:00
Andy Wilkinson e29ce3f70b Merge pull request #11321 from Christoph Dreis
* gh-11321:
  Precompile current dir pattern in Handler
2017-12-12 12:55:18 +00:00
dreis2211 d5370e6852 Precompile current dir pattern in Handler
Closes gh-11321
2017-12-12 12:54:01 +00:00
Andy Wilkinson 9b65dfe857 Upgrade to Dependency Management Plugin 1.0.4.RELEASE
Closes gh-11311
2017-12-12 11:48:08 +00:00
Stephane Nicoll 788fd777b0 Merge pull request #11320 from nklmish:gh-11241
* pr/11320:
  Polish "Handle null Principal in AuditEvent"
  Handle null Principal in AuditEvent
2017-12-12 08:45:42 +01:00
Stephane Nicoll 7fb0bd77cd Polish "Handle null Principal in AuditEvent"
Closes gh-11320
2017-12-12 08:45:20 +01:00
nklmish 6b6a01a7e7 Handle null Principal in AuditEvent
See gh-11320
2017-12-12 08:38:46 +01:00
dreis2211 37437a0fe2 Avoid allocations from lower-casing spec in JAR Handler
Closes gh-11314
2017-12-11 23:34:18 +01:00
Stephane Nicoll 846e642631 Properly handle class reference
Previously, a condition on a class targeting an inner class would
generate an invalid String representation of it. Unfortunately, the
`toString` representation misses the `$` sign between the outer class
and the inner class name.

This commit post-processes the values to generate the appropriate
representation.

Closes gh-11282
2017-12-07 09:42:12 -08:00
Andy Wilkinson 654fe9a31c Use Checkstyle to police accidental use of unwanted imports
Closes gh-11271
2017-12-06 13:56:17 +00:00
Stephane Nicoll b7baf6d381 Fix broken link
Closes gh-11244
2017-12-02 08:57:28 +01:00
Stephane Nicoll 7b8adfab41 Polish 2017-11-30 18:00:43 +01:00
Andy Wilkinson a491727b7c Avoid creating unnecessary garbage during URL normalization
Closes gh-11207
2017-11-29 20:33:02 +00:00
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