Commit Graph

12837 Commits

Author SHA1 Message Date
Stephane Nicoll 75fc0c38c8 Merge branch '1.5.x' 2017-07-26 13:39:25 +02:00
Johnny Lim fe1eb8b5f3 Polish
See gh-9855
2017-07-26 13:39:00 +02:00
Andy Wilkinson 5091221095 Merge branch '1.5.x' 2017-07-26 10:41:08 +01:00
Andy Wilkinson 39b4270b7e Fix up version numbers following release 2017-07-26 10:40:35 +01:00
Stephane Nicoll 9891462ac4 Migrate test to WebApplicationContextTester 2017-07-26 11:25:04 +02:00
Brian Clozel 4c64f4f80d Add Jackson Kotlin module to JSON starter
This commit adds the `jackson-module-kotlin` dependency to the JSON
starter. As the other modules selected there, the goal is to provide
additional Jackson support to Spring Boot projects.

In this case, the Kotlin language is supported by many Spring projects
and this module is essential for (de)serialization with Jackson.
Note that the module has a transitive dependency on `kotlin-reflect`,
but this dependency should be brought by the application itself.

Spring Framework will configure the Kotlin Jackson module *only if* the
Kotlin sdk is present.

Closes gh-9803
2017-07-26 10:49:38 +02:00
Spring Buildmaster 41c5c0e7c9 Next development version 2017-07-26 08:30:55 +00:00
Andy Wilkinson 134e76d060 Upgrade to Spring Batch 4.0.0.M3
Closes gh-9767
2017-07-26 09:26:16 +01:00
Andy Wilkinson f0e07e21a2 Upgrade to Spring Integration 5.0.0.M6
Closes gh-9586
2017-07-26 09:25:36 +01:00
Stephane Nicoll 996e6bf48c Reset Neo4j tests to use the default driver again
This commit resets the artificial use of the http driver now the bolt
driver doesn't check if the connection to the Neo4J server is valid
on startup.

See neo4j/neo4j-java-driver#380

Closes gh-9500
2017-07-26 10:06:36 +02:00
Stephane Nicoll 4740b47985 Upgrade to Spring Data Ingalls SR5-1
Closes gh-9834
2017-07-26 08:28:53 +02:00
Andy Wilkinson 2109cab28b Upgrade to Spring Session 2.0.0.M3
Closes gh-9541
2017-07-25 16:57:38 +01:00
Andy Wilkinson 8b53ff454c Merge branch '1.5.x' 2017-07-25 16:54:12 +01:00
Andy Wilkinson 853cd2a074 Merge pull request #9758 from Misagh Moayyed
* gh-9758:
  Polish "Locate additional metadata when using Gradle 4"
  Locate additional metadata when using Gradle 4
2017-07-25 16:53:28 +01:00
Andy Wilkinson e0be40cd94 Polish "Locate additional metadata when using Gradle 4"
Closes gh-9732
2017-07-25 16:48:46 +01:00
Misagh Moayyed 980b83c0d8 Locate additional metadata when using Gradle 4
Closes gh-9758
2017-07-25 16:48:27 +01:00
Andy Wilkinson 484aac6161 Upgrade to Spring Data Kay RC2
Closes gh-9569
2017-07-25 15:45:02 +01:00
Andy Wilkinson 197ceeb7be Fix faulty merge of 79adf38756
See gh-9857
2017-07-25 10:08:59 +01:00
Andy Wilkinson 01030e60dd Upgrade to Spring Data Kay RC1
Closes gh-9569
2017-07-25 10:03:25 +01:00
Andy Wilkinson 410a7e4bd7 Upgrade to Infinispan 9.1.0.Final
Closes gh-9858
2017-07-25 10:01:23 +01:00
Andy Wilkinson 79adf38756 Merge branch '1.5.x' 2017-07-25 09:57:49 +01:00
Andy Wilkinson aedeaa943a Upgrade to Mysql 5.1.43
Closes gh-9857
2017-07-25 09:57:11 +01:00
Andy Wilkinson 9a31105940 Upgrade to Thymeleaf 3.0.7
Closes gh-9727
2017-07-25 09:27:48 +01:00
Andy Wilkinson 02e836b7a7 Allow Session's repository filter to be configured via the environment
Closes gh-8301
2017-07-25 09:26:14 +01:00
Phillip Webb 80e31e04ca Merge pull request #9781 from emacampolo/refactor-and-polish-with-new-idioms
* pr/9781:
  Simplify comparator implementation
  Use lambdas when possible
  Replace try with try-with-resources
  Collapse catch clauses
  Replace Collections.sort() with direct sort call
  Replace explicit generics with diamond operator
2017-07-25 00:53:39 -07:00
Emanuel Campolo 687464e982 Simplify comparator implementation
See gh-9781
2017-07-25 00:53:38 -07:00
Emanuel Campolo 2626a3a795 Use lambdas when possible
Replace anonymous inner classes with lambda declarations (when possible
using method references).

See gh-9781
2017-07-25 00:53:38 -07:00
Emanuel Campolo d16af43664 Replace try with try-with-resources
Update existing try/finally/close blocks to use "try with resources"

See gh-9781
2017-07-25 00:53:38 -07:00
Emanuel Campolo 798fe5ed53 Collapse catch clauses
Use multi-catch for exceptions whenever possible.

See gh-9781
2017-07-25 00:53:37 -07:00
Emanuel Campolo 4a189bdee7 Replace Collections.sort() with direct sort call
Replace existing `Collections.sort(...)` calls with `.sort(...)`
directly on the collection instance.

See gh-9781
2017-07-25 00:53:37 -07:00
Emanuel Campolo 04fdec6f8b Replace explicit generics with diamond operator
Where possible, explicit generic declarations to use the Java 8 diamond
operator.

See gh-9781
2017-07-25 00:53:37 -07:00
Stephane Nicoll eb35fc9fa6 Merge pull request #8048 from eddumelendez:gh-7921
* pr/8048:
  Polish "Add JUnit Jupiter sample application"
  Add JUnit Jupiter sample application
2017-07-25 09:52:10 +02:00
Stephane Nicoll dbce7d8935 Polish "Add JUnit Jupiter sample application"
Closes gh-8048
2017-07-25 09:51:47 +02:00
Eddú Meléndez f1664db85e Add JUnit Jupiter sample application
See gh-8048
2017-07-25 09:51:47 +02:00
Andy Wilkinson 1c05afbcc7 Upgrade to Spring Security OAuth 2.2.0.RC1
Closes gh-9854
2017-07-25 08:42:07 +01:00
Andy Wilkinson 5cf4f60579 Upgrade to Spring Kafka 2.0.0.M3
Closes gh-9825
2017-07-25 08:15:04 +01:00
Phillip Webb c635bf5026 Fix broken Gradle plugin imports
Fix imports that were accidentally broken in commit 3a01f4a6d.
2017-07-25 00:06:39 -07:00
Stephane Nicoll b376d41d8e Merge branch '1.5.x' 2017-07-25 08:59:50 +02:00
Stephane Nicoll 6c271bb679 Upgrade to Spring Data Ingalls SR5
Closes gh-9834
2017-07-25 08:59:10 +02:00
Stephane Nicoll b18a34924f Update InfluxDB documentation
Closes gh-9669
2017-07-25 08:55:32 +02:00
Stephane Nicoll 2965115bb9 Merge pull request #9669 from eddumelendez:gh-9502
* pr/9669:
  Polish
  Polish "Allow to customize OkHttpClient.Builder"
  Allow to customize OkHttpClient.Builder
2017-07-25 08:49:32 +02:00
Stephane Nicoll ab43bf4643 Polish 2017-07-25 08:46:30 +02:00
Stephane Nicoll 663ff05895 Polish "Allow to customize OkHttpClient.Builder"
Closes gh-9669
2017-07-25 08:37:04 +02:00
Eddú Meléndez 406f41740e Allow to customize OkHttpClient.Builder
This commit enables to auto-configure OkHttpClient.Builder in
InfluxDbAutoConfiguration if it is available.

See gh-9669
2017-07-25 08:24:27 +02:00
jnizet 99b394a668 replace reference to deprecated WebMvcConfigurerAdapter by WebMvcConfigurer 2017-07-25 07:04:05 +02:00
Phillip Webb 3a01f4a6da Polish lambda formatting 2017-07-24 13:18:33 -07:00
Phillip Webb 7b2b8dc4a3 Merge branch '1.5.x' 2017-07-24 13:02:12 -07:00
Phillip Webb dca463c7d9 Polish 2017-07-24 12:54:24 -07:00
Phillip Webb 66619bbe2b Formatting 2017-07-24 12:54:24 -07:00
Phillip Webb 28dad44e2d Be defensive about JUL calls from JAR Handler
Update nested JAR support to only obtain JUL loggers when absolutely
necessary and to defensively deal with failures.

Prior to this commit it was not possible to override
`java.util.logging.manager` to use a nested JAR as the logger
implementation.

Fixes gh-9848
2017-07-24 12:54:24 -07:00