Commit Graph

19884 Commits (6f86a8430155e5da2571544271ef7b8c2fe4aa6f)
 

Author SHA1 Message Date
Andy Wilkinson cedcf157ab Start building against Spring Session Bean-SR2 snapshots
See gh-15531
6 years ago
Andy Wilkinson 435b721051 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 0a1add7116 Start building against Spring Session Apple-SR8 snapshots
See gh-15530
6 years ago
Andy Wilkinson e8862e3a4d Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson a8cd52f4bb Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson f8e8ee84ac Start building against Spring Framework 4.3.22 snapshots
See gh-15529
6 years ago
Andy Wilkinson ad489baaa3 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 658930acea Start building against Spring Framework 5.0.12 snapshots
See gh-15528
6 years ago
Andy Wilkinson d5c8caab59 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson aa9945c86c Upgrade to Jetty 9.4.14.v20181114
Closes gh-15239
6 years ago
Andy Wilkinson 7b58f9a79e Upgrade to Maven Jar Plugin 3.1.1
Closes gh-15518
6 years ago
Andy Wilkinson 7f80bae0d9 Upgrade to Maven Help Plugin 3.1.1
Closes gh-15517
6 years ago
Andy Wilkinson 525c6970eb Upgrade to Jedis 2.9.1
Closes gh-15516
6 years ago
Andy Wilkinson 6d0e357613 Upgrade to Infinispan 9.4.5.Final
Closes gh-15515
6 years ago
Andy Wilkinson f364439825 Upgrade to Flyway 5.2.4
Closes gh-15514
6 years ago
Andy Wilkinson 4d6e8ca205 Upgrade to Tomcat 9.0.14
Closes gh-15513
6 years ago
Andy Wilkinson 8abcf22f6a Upgrade to Byte Buddy 1.9.6
Closes gh-15512
6 years ago
Andy Wilkinson 2c0eddd28a Upgrade to Embedded Mongo 2.1.2
Closes gh-15511
6 years ago
Andy Wilkinson 2b0976a45f Upgrade to Hazelcast 3.11.1
Closes gh-15510
6 years ago
Andy Wilkinson bec7257508 Upgrade to Couchbase Client 2.7.2
Closes gh-15509
6 years ago
Andy Wilkinson a6a7c95d65 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 86280f1db2 Upgrade to Jedis 2.9.1
Closes gh-15508
6 years ago
Andy Wilkinson 172a930e31 Upgrade to Jetty El 8.5.35.1
Closes gh-15507
6 years ago
Andy Wilkinson 5ede23226b Upgrade to Elasticsearch 5.6.14
Closes gh-15506
6 years ago
Andy Wilkinson f9ce6c9dc2 Upgrade to Netty 4.1.32.Final
Closes gh-15505
6 years ago
Andy Wilkinson e2433280c2 Upgrade to Jackson 2.9.8
Closes gh-15504
6 years ago
Andy Wilkinson 0a23f3b286 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson bb40e2ed24 Upgrade to Narayana 5.5.34.Final
Closes gh-15503
6 years ago
Andy Wilkinson f6a1c0052d Upgrade to Groovy 2.4.16
Closes gh-15502
6 years ago
Andy Wilkinson 7358417a58 Upgrade to Tomcat 8.5.37
Closes gh-15501
6 years ago
Andy Wilkinson f73fb71557 Upgrade to Appengine Sdk 1.9.71
Closes gh-15500
6 years ago
Andy Wilkinson 43d64ba580 Add dependency management for groovy-jaxb introduced in 2.5.1
Closes gh-15468
6 years ago
Andy Wilkinson 4101e15421 Add dependency management for missing Groovy 2.5 modules
Closes gh-15468
6 years ago
Andy Wilkinson 33fb1fa9a3 Avoid creating meter binders before registry has been customized
Previously, MeterRegistryPostProcessor would trigger the creation of all
meter binders and meter registry customizers before applying the
customizers and calling the binders. In some situations with complex
dependency graphs where the creation of a binder and the injection of
its dependencies inadvertently triggered some meter binding, this
could result in meters being bound before the registry had been
customized.

This commit reworks MeterRegistryPostProcessor and MeterRegistryConfigurer
to defer the retrieval of registry customizers and meter binders until
just before they are needed. As a result, customizers are now retrieved
and applied before the binders are retrieved.

Closes gh-15483
6 years ago
Andy Wilkinson 007916f1ce Start building against Spring Framework 5.1.4 snapshots
See gh-15493
6 years ago
Stephane Nicoll 7dbe70dc61 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 1944954d95 Merge pull request #15465 from dreis2211
* pr/15465:
  Polish "Fix StringSequence.equals() for different lengths"
  Fix StringSequence.equals() for different lengths
6 years ago
Stephane Nicoll c0b07a9429 Polish "Fix StringSequence.equals() for different lengths"
Closes gh-15465
6 years ago
dreis2211 2a0680c2ba Fix StringSequence.equals() for different lengths
See gh-15465
6 years ago
Stephane Nicoll 65e7dbe5f1 Merge pull request #15467 from slavonic-suomi
* pr/15467:
  Polish "Add missing dependency management entry for hibernate-vibur"
  Add missing dependency management entry for hibernate-vibur
6 years ago
Stephane Nicoll af3fada396 Polish "Add missing dependency management entry for hibernate-vibur"
Closes gh-15467
6 years ago
vasili pispanen c955906c3e Add missing dependency management entry for hibernate-vibur
See gh-15467
6 years ago
Stephane Nicoll 20a1ce4904 Merge pull request #15482 from dreis2211
* pr/15482:
  Avoid unnecessary usage of ReflectionTestUtils
6 years ago
dreis2211 948902f090 Avoid unnecessary usage of ReflectionTestUtils
Closes gh-15482
6 years ago
Andy Wilkinson d004ee9a41 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 64c6b9c648 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson 146ad83dca Upgrade to GemFire 8.2.13
Closes gh-15481
6 years ago
Andy Wilkinson b264b4417d Reinstate parent-context sample in list of modules
Closes gh-15469
6 years ago
Stephane Nicoll 80cfff753a Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll a6ff7c786a Remove test starter from core module
Closes gh-15463
6 years ago