Stephane Nicoll
5aa27beb54
Polish
2017-06-23 11:40:16 +02:00
Stephane Nicoll
90c4e7518b
Detect Neo4j https driver url
...
Closes gh-9549
2017-06-23 11:39:39 +02:00
Stephane Nicoll
d77056639d
Add a warning about fully executable archive
...
Closes gh-9574
2017-06-22 10:49:01 +02:00
Stephane Nicoll
b037d7a4cb
Polish
2017-06-22 09:29:47 +02:00
Stephane Nicoll
0aabe38479
Merge pull request #9570 from izeye:polish-20170622
...
* pr/9570:
Polish
2017-06-22 09:29:16 +02:00
Johnny Lim
8ca70a7efd
Polish
...
See gh-9570
2017-06-22 09:28:49 +02:00
Andy Wilkinson
7a04708c41
Make sure the HealthMvcEndpoint is thread-safe
...
Previously, HealthMvcEndpoint stored the cached Health and its last
access time in two separate fields. Neither field was volatile and
no synchronization was used. This meant that there were potential
visibility problems. In a possible worst case scenario one field may
see the updated access time but an old health so it would incorrectly
believe that the old health was up-to-date and return it.
This commit reworks the endpoint to store the cached health and the
time at which it was created in a single, volatile field. This ensures
that the cached health and its creation time will be visible across
threads. Note that a race between threads when the cache is stale is
still possible. This race may result in multiple calls to the
delegate but these should be harmless.
Closes gh-9454
2017-06-21 14:19:10 -07:00
Andy Wilkinson
e6a3ca5da6
Address deprecation warning that's generated by Gradle 4.x
...
In Gradle 4.x, SourceSetOutput now has multiple classes directories
and getClassesDir() has been deprecated. This commit introduces the
use of reflection to use getClassesDirs() when it's available rather
than getClassesDir().
Closes gh-9559
2017-06-21 12:52:05 -07:00
Stephane Nicoll
fc57a0eddc
Merge pull request #9544 from htynkn:feature/use-getUsableSpace-in-DiskSpaceHealthIndicator
...
* pr/9544:
Polish "Use getUsableSpace() in DiskSpaceHealthIndicator"
Use getUsableSpace() in DiskSpaceHealthIndicator
2017-06-20 14:47:52 +02:00
Stephane Nicoll
3f70638f1c
Polish "Use getUsableSpace() in DiskSpaceHealthIndicator"
...
Closes gh-9544
2017-06-20 14:44:11 +02:00
Huang YunKun
158416fdd0
Use getUsableSpace() in DiskSpaceHealthIndicator
...
See gh-9544
2017-06-20 14:43:38 +02:00
Stephane Nicoll
3ead213c7d
Merge pull request #9539 from dsyer:1.5.x
...
* pr/9539:
Upgrade to Spring Retry 1.2.1
2017-06-17 10:38:58 +02:00
Dave Syer
f4a475cef8
Upgrade to Spring Retry 1.2.1
...
Closes gh-9539
2017-06-17 10:38:34 +02:00
Madhura Bhave
e437c4cd67
OAuth2ClientIdCondition should not match if clientId absent
...
Fixes gh-9435
2017-06-16 10:55:49 -07:00
Andy Wilkinson
59122358d3
Clean up and format code
2017-06-16 08:58:14 +01:00
Stephane Nicoll
5d69318e2d
Add reference to SpringBootApplication in EnableAutoConfiguration
...
Closes gh-9521
2017-06-15 13:43:13 +02:00
Stephane Nicoll
5538fbaae2
Merge pull request #9443 from tsachev:gh-9442
...
* pr/9443:
Polish
Polish "Allow abstract serializers/deserializer in @JsonComponent"
Allow abstract serializers/deserializer in @JsonComponent
2017-06-15 13:35:56 +02:00
Stephane Nicoll
31ee45bf36
Polish
2017-06-15 13:35:33 +02:00
Stephane Nicoll
c5c6a526d3
Polish "Allow abstract serializers/deserializer in @JsonComponent"
...
Closes gh-9443
2017-06-15 13:30:25 +02:00
Vladimir Tsanev
6ba7849094
Allow abstract serializers/deserializer in @JsonComponent
...
Previously JsonComponentModule tried to instantiate all
inner classes and failed with InstantiationException when
the class is abstract and extends JsonSerializer/JsonDeserializer.
With this change is now possible to have common logic inner abstract classes.
See gh-9443
2017-06-15 13:27:26 +02:00
Stephane Nicoll
acda4f905f
Add support for deprecation level
...
This commit ensures that deprecation level set in manual metadata is
properly merged in the generated one.
Closes gh-9449
2017-06-14 09:28:59 +02:00
Andy Wilkinson
2e2fde0dcd
Stop using URLResource API that was deprecated in Undertow 1.4.16
...
Closes gh-9464
2017-06-12 14:24:43 +01:00
Andy Wilkinson
2d3bcae4e1
Make JarURLConnection return entry's length from getContentLengthLong()
...
Closes gh-9484
2017-06-12 13:46:59 +01:00
Andy Wilkinson
436eb17610
Upgrade to Jooq 3.9.3
...
Closes gh-9466
2017-06-12 11:57:58 +01:00
Andy Wilkinson
ae0970d9fc
Upgrade to Jetty 9.4.6.v20170531
...
Closes gh-9465
2017-06-12 11:57:57 +01:00
Andy Wilkinson
c512c3ae4c
Upgrade to Undertow 1.4.16.Final
...
Closes gh-9464
2017-06-12 11:57:57 +01:00
Andy Wilkinson
beb513efbf
Upgrade to Dropwizard Metrics 3.1.5
...
Closes gh-9463
2017-06-12 11:57:57 +01:00
Andy Wilkinson
908e805f7c
Upgrade to Hikaricp Java7 2.4.12
...
Closes gh-9462
2017-06-12 11:57:56 +01:00
Andy Wilkinson
09a3c99017
Upgrade to Hazelcast 3.7.8
...
Closes gh-9461
2017-06-12 11:57:56 +01:00
Andy Wilkinson
aa2cce3d02
Upgrade to H2 1.4.196
...
Closes gh-9460
2017-06-12 11:57:56 +01:00
Andy Wilkinson
1311edf156
Upgrade to Gson 2.8.1
...
Closes gh-9459
2017-06-12 11:57:55 +01:00
Andy Wilkinson
0c8756601a
Upgrade to Jackson 2.8.9
...
Closes gh-9458
2017-06-12 11:57:54 +01:00
Stephane Nicoll
bbb4cd2ad8
Merge pull request #9447 from akihyro:logback-access
...
* pr/9447:
Add Logback-access starter to the community list
2017-06-11 07:57:25 +02:00
Akihiro Kondo
2649e3787e
Add Logback-access starter to the community list
...
Closes gh-9447
2017-06-11 07:57:07 +02:00
Stephane Nicoll
09a4588d9b
Merge pull request #9446 from akihyro:orika
...
* pr/9446:
Add Orika starter to the community list
2017-06-11 07:55:59 +02:00
Akihiro Kondo
9711480658
Add Orika starter to the community list
...
Closes gh-9446
2017-06-11 07:55:35 +02:00
Stephane Nicoll
61eda3e6b0
Polish
...
See gh-9438
2017-06-09 08:53:49 +03:00
Stephane Nicoll
aa083996f9
Fixup version numbers following release
2017-06-08 17:38:11 +03:00
Spring Buildmaster
05d4d0281c
Next Development Version
2017-06-08 12:47:16 +00:00
Stephane Nicoll
cb9cd2720c
Merge branch '1.4.x' into 1.5.x
2017-06-08 13:46:46 +03:00
Stephane Nicoll
6b1d06cf09
Fixup version numbers following release
2017-06-08 13:46:33 +03:00
Stephane Nicoll
9193a9e3dc
Upgrade to Spring Data Ingalls SR4
...
Closes gh-9425
2017-06-08 13:33:49 +03:00
Spring Buildmaster
88e43c8421
Next Development Version
2017-06-08 09:52:43 +00:00
Stephane Nicoll
699e826893
Upgrade to Spring Security 4.2.3.RELEASE
...
Closes gh-9430
2017-06-08 09:35:40 +03:00
Stephane Nicoll
342509e33a
Upgrade to Spring Kafka 1.1.6.RELEASE
...
Closes gh-9384
2017-06-08 09:20:51 +03:00
Stephane Nicoll
3d9c8c55dc
Upgrade to Spring AMQP 1.7.3.RELEASE
...
Closes gh-9383
2017-06-08 09:19:51 +03:00
Stephane Nicoll
78ba4f3382
Merge branch '1.4.x' into 1.5.x
2017-06-08 09:03:03 +03:00
Stephane Nicoll
1061a99ccf
Upgrade to Spring Integration 4.3.10.RELEASE
...
Closes gh-9385
2017-06-08 09:01:51 +03:00
Stephane Nicoll
9a7ff9a28f
Merge branch '1.4.x' into 1.5.x
2017-06-07 23:23:11 +03:00
Stephane Nicoll
c8fdb33293
Upgrade to Spring Framework 4.3.9.RELEASE
...
Closes gh-9280
2017-06-07 23:22:11 +03:00