Andy Wilkinson
4900505425
Merge branch '2.0.x' into 2.1.x
2019-03-26 13:53:57 +00:00
Andy Wilkinson
fedb40a2bf
Merge branch '1.5.x' into 2.0.x
2019-03-26 13:48:32 +00:00
Andy Wilkinson
79c53de30c
Merge branch '1.4.x' into 1.5.x
2019-03-26 13:44:03 +00:00
Spring Operator
4e2739eceb
Use HTTPS for external links from XML files where possible
...
See gh-16312
2019-03-26 13:43:05 +00:00
Andy Wilkinson
e23f72c8b0
Merge branch '2.0.x' into 2.1.x
2019-03-20 16:53:48 +00:00
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
2019-03-20 16:45:26 +00:00
Andy Wilkinson
4b6bddd476
Merge branch '1.4.x' into 1.5.x
2019-03-20 16:30:04 +00:00
Andy Wilkinson
6920c39349
Merge branch '1.3.x' into 1.4.x
2019-03-20 15:06:50 +00:00
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
2019-03-20 15:00:10 +00:00
Vedran Pavic
6e967fe860
Upgrade to Hazelcast 3.11
...
Closes gh-14949
2018-10-25 15:57:59 -07:00
Phillip Webb
5a4220c773
Fix logging checkstye violations in samples
...
See gh-14911
2018-10-25 09:28:04 -07:00
Stephane Nicoll
ecee04a841
Merge branch '2.0.x'
2018-09-22 20:25:09 +02:00
Stephane Nicoll
f225945218
Merge branch '1.5.x' into 2.0.x
2018-09-22 20:24:46 +02:00
Stephane Nicoll
6e92c4ddaf
Polish
2018-09-22 20:23:41 +02:00
Vedran Pavic
205b1c1327
Upgrade to Hazelcast 3.10.1
...
Closes gh-13322
2018-06-01 09:30:42 +02:00
Phillip Webb
21d80d87a3
Merge branch '1.5.x' into 2.0.x
2018-05-25 18:45:37 -07:00
Phillip Webb
e69296d7d3
Fix checkstyle violations in samples
2018-05-25 18:18:00 -07:00
Stephane Nicoll
7473642f58
Harmonize endpoints exclude property
...
Closes gh-11914
2018-02-12 14:00:40 +01:00
Stephane Nicoll
dfc0e392ed
Polish "Fix references to management related properties"
...
Closes gh-11091
2017-11-23 10:57:18 +01:00
Vedran Pavic
63aef58d30
Fix references to management related properties
...
See gh-11091
2017-11-23 10:48:37 +01:00
Vedran Pavic
ac10fa31cd
Upgrade to Hazelcast 3.9
...
Closes gh-10764
2017-10-25 08:56:35 +02:00
Stephane Nicoll
d89ff8cb28
Polish sample
...
Closes gh-10330
2017-09-19 17:03:27 +02:00
Stephane Nicoll
fa71051ec6
Polish "Upgrade to Infinispan 9.0.3.Final"
...
Closes gh-9688
2017-07-08 15:30:13 +02:00
Stephane Nicoll
040c12bc85
Merge branch '1.5.x'
2017-06-07 18:42:40 +03:00
Stephane Nicoll
fc38c1ba4d
Improve cache sample
...
Clarify the cache sample and in particular that Infinispan does not
bootstrap with a default configuration file. Hence the custom
`infinispan.xml` configuration is enabled by default if Infinispan is
available on the classpath.
See gh-9417
2017-06-07 18:41:38 +03:00
Vedran Pavic
2667b7f51c
Upgrade to Hazelcast 3.8
...
Closes gh-8808
2017-04-05 14:21:00 +02:00
Stephane Nicoll
cb40ea485b
Merge branch '1.5.x'
2017-03-02 14:31:49 +01:00
Stephane Nicoll
5cc569fc91
Improve execution speed of `CacheAutoConfigurationTests`
...
As of Hazelcast 3.7, the bootstrap is pretty slow by default due to the
networking discovery. This commit disables both TCP/IP and multicast
discoveries.
2017-03-02 14:28:33 +01:00
Stephane Nicoll
4604bb7e8a
Merge branch '1.5.x'
2016-12-30 18:01:59 +01:00
Stephane Nicoll
a19a28062f
Fix actuator security in samples
...
Closes gh-7637
2016-12-30 17:56:19 +01:00
Stephane Nicoll
8b6d7eedc0
Merge branch '1.5.x'
2016-09-29 10:38:42 +02:00
Vedran Pavic
c4aa78679a
Upgrade Hazelcast to 3.7.1
...
In addition, dependency management for `hazelcast-hibernate5` module has
been added, and a separate dependency version was introduced for
`hazelcast-hibernate4` module.
Closes gh-7023
2016-09-29 10:37:29 +02:00
Stephane Nicoll
9bc77254a7
Start building against Spring Framework 5 snapshot
...
This commit enables compatibility build against Spring Framework 5.
The Velocity and Guava support that are deprecated in the 1.x line have
been removed and few other classes contain minor change to comply to non
backward compatible changes in Spring Framework 5.
This commit also switches the required java version to 8.
Closes gh-6977
2016-09-21 17:37:02 +02:00
Stephane Nicoll
9e60340c0e
Upgrade to EhCache 3.0.1
...
Closes gh-5898
2016-05-10 07:33:39 +02:00
Stephane Nicoll
0cfcbeb40e
Add dependency management for Ehcache 3
...
Closes gh-5725
2016-04-19 13:58:24 +02:00
Phillip Webb
b398b3319c
Rename @SpringApplicationTest -> @SpringBootTest
...
Rename @SpringApplicationTest to SpringBootTest and
@SpringApplicationContextLoader to @SpringBootContextLoader.
Fixes gh-5562
2016-04-04 22:36:58 -07:00
Phillip Webb
4d404b214c
Migrate away from @SpringApplicationConfiguration
...
Refactor internal tests to no longer use @SpringApplicationConfiguration
See gh-5562
2016-04-04 22:36:57 -07:00
Phillip Webb
c28f552883
Migrate SpringJUnit4ClassRunner to SpringRunner
...
Replace all existing SpringJUnit4ClassRunner references with the new
SpringRunner alias.
Fixes gh-5292
2016-03-23 22:18:18 -07:00
Phillip Webb
2f815a907a
Migrate existing tests from deprecated package
...
Update the existing tests to use the relocated `spring-boot-test`
classes. Restructuring was achieved using the following command:
find . -type f -name '*.java' -exec sed -i '' \
-e s/org.springframework.boot.test.ConfigFileApplicationContextInitializer/\
org.springframework.boot.test.context.ConfigFileApplicationContextInitializer/g \
-e s/org.springframework.boot.test.EnvironmentTestUtils/\
org.springframework.boot.test.util.EnvironmentTestUtils/g \
-e s/org.springframework.boot.test.IntegrationTest/\
org.springframework.boot.test.context.IntegrationTest/g \
-e s/org.springframework.boot.test.IntegrationTestPropertiesListener/\
org.springframework.boot.test.context.IntegrationTestPropertiesListener/g \
-e s/org.springframework.boot.test.OutputCapture/\
org.springframework.boot.test.rule.OutputCapture/g \
-e s/org.springframework.boot.test.SpringApplicationConfiguration/\
org.springframework.boot.test.context.SpringApplicationConfiguration/g \
-e s/org.springframework.boot.test.SpringApplicationContextLoader/\
org.springframework.boot.test.context.SpringApplicationContextLoader/g \
-e s/org.springframework.boot.test.SpringBootMockServletContext/\
org.springframework.boot.test.mock.web.SpringBootMockServletContext/g \
-e s/org.springframework.boot.test.TestRestTemplate/\
org.springframework.boot.test.web.client.TestRestTemplate/g \
-e s/org.springframework.boot.test.WebIntegrationTest/\
org.springframework.boot.test.context.web.WebIntegrationTest/g {} \;
See gh-5293
2016-03-23 22:17:50 -07:00
Andy Wilkinson
355860fd09
Remove @Autowired from constructors where class has single constructor
...
Closes gh-5226
2016-03-01 16:03:07 +00:00
Stephane Nicoll
6741f05af1
Polish contribution
...
Closes gh-4903
2016-02-29 14:07:01 +01:00
Ken Dombeck
9f93559d44
Fix logger classname
...
Closes gh-5254
2016-02-26 16:53:48 +01:00
Andy Wilkinson
fcb5f03146
Upgrade to Hazelcast 3.6
...
Closes gh-5237
2016-02-25 20:15:02 +00:00
Andy Wilkinson
56487d23d6
Merge branch '1.3.x'
2016-02-25 20:00:34 +00:00
Vedran Pavic
6801e8208d
Fix namespace declarations in Hazelcast xml's and make them consistent
2016-02-25 19:59:28 +00:00
Andy Wilkinson
44ddfcc7fa
Upgrade copyright headers of all files changed in 2016
2016-02-25 12:09:42 +00:00
Phillip Webb
1cc1fc6431
Use AssertJ in spring-boot-samples
...
See gh-5083
2016-02-06 15:51:26 -08:00
Phillip Webb
634bb770b2
Organize imports with new settings
...
See gh-4234
2015-10-19 12:58:34 -07:00
Phillip Webb
c9fb9916b8
Reformat code using Eclipse Mars
2015-10-07 23:37:10 -07:00
Phillip Webb
2615990ffb
Organize imports
2015-09-08 14:40:35 -07:00