Andy Wilkinson
d6798c226a
Upgrade to Maven Eclipse Plugin 2.10
...
Closes gh-6295
10 years ago
Andy Wilkinson
b8ee1f769c
Upgrade to Maven Compiler Plugin 3.5.1
...
Closes gh-6293
10 years ago
Andy Wilkinson
27bfa7f310
Upgrade to Maven Clean Plugin 2.6.1
...
Closes gh-6292
10 years ago
Andy Wilkinson
c24c5aeb3b
Upgrade to Maven Assembly Plugin 2.6
...
Closes gh-6291
10 years ago
Andy Wilkinson
894a8563a5
Upgrade to Maven Ant Run Plugin 1.8
...
Closes gh-6290
10 years ago
Andy Wilkinson
6f1c07c2d8
Upgrade to Webjars Locator 0.32
...
Closes gh-6289
10 years ago
Andy Wilkinson
ec421b36de
Upgrade to Neo4J OGM 2.0.3
...
Closes gh-6288
10 years ago
Andy Wilkinson
97d52665f4
Upgrade to MariaDB Java Client 1.4.6
...
Closes gh-6287
10 years ago
Andy Wilkinson
6fa57839cf
Upgrade to Narayana 5.3.3.Final
...
Closes gh-6286
10 years ago
Andy Wilkinson
badfc65734
Upgrade to JBoss Transaction SPI 7.3.2.Final
...
Closes gh-6285
10 years ago
Andy Wilkinson
f6b6f125e1
Upgrade to Jetty 9.3.10.v20160621
...
Closes gh-6284
10 years ago
Andy Wilkinson
a8c8fe117d
Upgrade to SolrJ 5.5.2
...
Closes gh-6283
10 years ago
Andy Wilkinson
4697432edd
Upgrade to Artemis 1.3.0
...
Closes gh-6282
10 years ago
Andy Wilkinson
a433a04d38
Upgrade to Gson 2.7
...
Closes gh-6281
10 years ago
Andy Wilkinson
b5ae8c3b66
Upgrade to Caffeine 2.3.1
...
Closes gh-6280
10 years ago
Andy Wilkinson
6977586e4b
Upgrade to Jackson 2.7.5
...
Closes gh-6279
10 years ago
Andy Wilkinson
ce7a1e121b
Upgrade to Couchbase Java Client 2.2.8
...
Closes gh-6278
10 years ago
Andy Wilkinson
fb79ec5825
Upgrade to Hazelcast 3.6.4
...
Closes gh-6277
10 years ago
Stephane Nicoll
245e257868
Merge pull request #6304 from izeye:patch-47
...
* pr/6304:
Remove duplicate property reference
10 years ago
Johnny Lim
4d0313f9c0
Remove duplicate property reference
...
Closes gh-6304
10 years ago
Andy Wilkinson
5c6537c234
Consistently synchronize on this.monitor in InMemoryAuditEventRepository
...
See gh-6261
10 years ago
Stephane Nicoll
00a56cdf31
Merge branch '1.3.x'
10 years ago
Stephane Nicoll
49fefdafd8
Fix doc formatting
...
Closes gh-6275
10 years ago
Andy Wilkinson
7722ba526d
Merge branch '1.3.x'
10 years ago
Andy Wilkinson
5f6821d7eb
Drop back to Git Commit ID Plugin 2.1.13
...
Closes gh-6276
10 years ago
Andy Wilkinson
156e4e9df6
Merge branch '1.3.x'
10 years ago
Andy Wilkinson
e4cead6b89
Upgrade to Git Commit ID Plugin 2.1.15
...
Closes gh-6276
10 years ago
Andy Wilkinson
e2de73b87e
Upgrade to Maven Javadoc Plugin 2.10.4
...
Closes gh-6274
10 years ago
Andy Wilkinson
51ea174256
Upgrade to Maven Failsafe Plugin 2.18.1
...
Closes gh-6273
10 years ago
Andy Wilkinson
f48c02ccb5
Upgrade to Spring Integration 4.2.8.RELEASE
...
Closes gh-6271
10 years ago
Andy Wilkinson
72d59b9fcf
Upgrade to Freemarker 2.3.24-incubating
...
Closes gh-6270
10 years ago
Andy Wilkinson
0976178def
Upgrade to Groovy 2.4.7
...
Closes gh-6269
10 years ago
Andy Wilkinson
5e6f859304
Upgrade to Tomcat 8.0.36
...
Closes gh-6268
10 years ago
Andy Wilkinson
03c0b24798
Upgrade to httpasynclient 4.1.2
...
Closes gh-6267
10 years ago
Andy Wilkinson
6d3f6c5886
Upgrade to EhCache 2.10.2.2.21
...
Closes gh-6266
10 years ago
Andy Wilkinson
bf90e67042
Upgrade to Jackson 2.6.7
...
Closes gh-6265
10 years ago
Andy Wilkinson
fdc2e8407e
Merge pull request #6241 from Matt Benson
...
* gh-6241:
Add an accessor for webEnvironment to SpringApplication
10 years ago
Matt Benson
687199e688
Add an accessor for webEnvironment to SpringApplication
...
Closes gh-6241
10 years ago
Andy Wilkinson
92bb24e365
Avoid synchronizing on this and use an internal monitor instead
...
Where possible, code that previously synchronized on this (or on the
class in the case of static methods) has been updated to use an
internal monitor object instead. This allows the locking model that's
employed to be an implementation detail rather than part of the
class's API.
Classes that override a synchronized method continue to declare
the overriding method as synchronized. This ensures that locking
is consistent across the superclass and its subclass.
Closes gh-6262
10 years ago
Stephane Nicoll
f9c7db1137
Upgrade to Ehcache 3.1.0
...
Closes gh-6263
10 years ago
Phillip Webb
516df88ea0
Revisit AuditEventRepository interface
...
Update AuditEventRepository to restore support for `null` arguments and
explicitly Javadoc their meaning.
See gh-5854
10 years ago
Phillip Webb
ebdacfabc3
Polish
10 years ago
Andy Wilkinson
d124d68213
Upgrade to Dependency Management Plugin 0.6.0.RELEASE
...
Closes gh-6257
10 years ago
Andy Wilkinson
ef35fe649b
Upgrade to Jersey 2.23.1
...
Closes gh-6253
10 years ago
Andy Wilkinson
76c4a38e65
Merge branch '1.3.x'
10 years ago
Andy Wilkinson
02e989c863
Check that URL is actually a file URL before getting a File from it
...
Previously, Log4J2LoggingSystem used ResourceUtils.isFileURL(URL) to
check that the URL of the configuration was suitable for accessing as a
File. Unfortunately, this fails when the URL’s protocol is vfs or
vfsfile as both return true and then fail when the URL is subsequently
passed into ResourceUtils.getFile(URL).
This commit switches to checking that the URL’s protocol is file,
the only protocol that will allow getFile(URL) to succeed.
Closes gh-6246
10 years ago
Stephane Nicoll
0ea2626867
Improve Spring Session documentation
...
Closes gh-6256
10 years ago
Stephane Nicoll
31a5d7f876
Merge pull request #5879 from vpavic:session-jdbc-initializer
...
* pr/5879:
Polish "Add Spring Session JDBC database initializer"
Add Spring Session JDBC database initializer
Allow Tomcat context root redirect to be configured via the environment
10 years ago
Stephane Nicoll
2fea5a869d
Polish "Add Spring Session JDBC database initializer"
...
Closes gh-5879
10 years ago
Vedran Pavic
a251ea8bc7
Add Spring Session JDBC database initializer
...
See gh-5879
10 years ago