1. 28 Mar, 2017 4 commits
  2. 26 Mar, 2017 2 commits
  3. 24 Mar, 2017 17 commits
  4. 17 Mar, 2017 3 commits
  5. 16 Mar, 2017 1 commit
  6. 15 Mar, 2017 4 commits
  7. 14 Mar, 2017 1 commit
  8. 13 Mar, 2017 1 commit
  9. 12 Mar, 2017 1 commit
  10. 10 Mar, 2017 3 commits
  11. 09 Mar, 2017 3 commits
    • Stephane Nicoll's avatar
      Polish · e7922a57
      Stephane Nicoll authored
      e7922a57
    • Stephane Nicoll's avatar
      Make sure Hazelcast bootstraps before any JCache setup · 07c56c60
      Stephane Nicoll authored
      This commit makes sure that if a `javax.cache.CacheManager` is required,
      an auto-configured `HazelcastInstance` is fully resolved first. This
      prevents the case where the JCache bootstrap actually starts an instance
      early, followed by a second (potentially unwanted) instance created by the
      regular auto-configuration.
      
      Since the JCache implementation works with an `HazelcastInstance` behind
      the scenes, if there is one `HazelcastInstance` configured and it has a
      name, then we configure the `CacheProvider` to use that. Future Hazelcast
      version will allow to pass the instance directly (i.e. not requiring an
      actual name).
      
      Closes gh-8484
      07c56c60
    • Andy Wilkinson's avatar
      Correct the URL that's called to test servlet context resources · d32c3a7f
      Andy Wilkinson authored
      See gh-8299
      Closes gh-8525
      d32c3a7f