Phillip Webb
ddbfb2530d
Update copyright header of changed files
7 years ago
Phillip Webb
f12ab1ff90
Update copyright header of changed files
7 years ago
Spring Operator
4e2739eceb
Use HTTPS for external links from XML files where possible
...
See gh-16312
7 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
7 years ago
Spring Operator
00ab30362c
Use HTTPS for external links in XML files
...
See gh-16270
7 years ago
Andy Wilkinson
064f6478df
Move back to JUnit 4 until SUREFIRE-1614 has been resolved
...
See gh-14736
See gh-14737
See gh-14738
7 years ago
Madhura Bhave
59d2b0a3fb
Upgrade tests to Junit5
...
See gh-14737
7 years ago
Vedran Pavic
6e967fe860
Upgrade to Hazelcast 3.11
...
Closes gh-14949
7 years ago
Phillip Webb
5a4220c773
Fix logging checkstye violations in samples
...
See gh-14911
7 years ago
Stephane Nicoll
6e92c4ddaf
Polish
7 years ago
Vedran Pavic
205b1c1327
Upgrade to Hazelcast 3.10.1
...
Closes gh-13322
8 years ago
Phillip Webb
e69296d7d3
Fix checkstyle violations in samples
8 years ago
Stephane Nicoll
7473642f58
Harmonize endpoints exclude property
...
Closes gh-11914
8 years ago
Stephane Nicoll
dfc0e392ed
Polish "Fix references to management related properties"
...
Closes gh-11091
8 years ago
Vedran Pavic
63aef58d30
Fix references to management related properties
...
See gh-11091
8 years ago
Vedran Pavic
ac10fa31cd
Upgrade to Hazelcast 3.9
...
Closes gh-10764
8 years ago
Stephane Nicoll
d89ff8cb28
Polish sample
...
Closes gh-10330
8 years ago
Stephane Nicoll
fa71051ec6
Polish "Upgrade to Infinispan 9.0.3.Final"
...
Closes gh-9688
9 years ago
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
9 years ago
Vedran Pavic
2667b7f51c
Upgrade to Hazelcast 3.8
...
Closes gh-8808
9 years ago
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.
9 years ago
Stephane Nicoll
a19a28062f
Fix actuator security in samples
...
Closes gh-7637
9 years ago
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
9 years ago
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
9 years ago
Stephane Nicoll
9e60340c0e
Upgrade to EhCache 3.0.1
...
Closes gh-5898
10 years ago
Stephane Nicoll
0cfcbeb40e
Add dependency management for Ehcache 3
...
Closes gh-5725
10 years ago
Phillip Webb
b398b3319c
Rename @SpringApplicationTest -> @SpringBootTest
...
Rename @SpringApplicationTest to SpringBootTest and
@SpringApplicationContextLoader to @SpringBootContextLoader .
Fixes gh-5562
10 years ago
Phillip Webb
4d404b214c
Migrate away from @SpringApplicationConfiguration
...
Refactor internal tests to no longer use @SpringApplicationConfiguration
See gh-5562
10 years ago
Phillip Webb
c28f552883
Migrate SpringJUnit4ClassRunner to SpringRunner
...
Replace all existing SpringJUnit4ClassRunner references with the new
SpringRunner alias.
Fixes gh-5292
10 years ago
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
10 years ago
Andy Wilkinson
355860fd09
Remove @Autowired from constructors where class has single constructor
...
Closes gh-5226
10 years ago
Stephane Nicoll
6741f05af1
Polish contribution
...
Closes gh-4903
10 years ago
Ken Dombeck
9f93559d44
Fix logger classname
...
Closes gh-5254
10 years ago
Andy Wilkinson
fcb5f03146
Upgrade to Hazelcast 3.6
...
Closes gh-5237
10 years ago
Vedran Pavic
6801e8208d
Fix namespace declarations in Hazelcast xml's and make them consistent
10 years ago
Andy Wilkinson
44ddfcc7fa
Upgrade copyright headers of all files changed in 2016
10 years ago
Phillip Webb
1cc1fc6431
Use AssertJ in spring-boot-samples
...
See gh-5083
10 years ago
Phillip Webb
634bb770b2
Organize imports with new settings
...
See gh-4234
10 years ago
Phillip Webb
c9fb9916b8
Reformat code using Eclipse Mars
10 years ago
Phillip Webb
2615990ffb
Organize imports
10 years ago
Stephane Nicoll
63d157bb7c
Favor JSR-107 provider if present
...
Previously, native cache libraries were favored over a standard JSR-107
implementation. If a user has a working setup using JCache with one
provider and switch to another provider, his setup may be broken if we
happen to provide a native support for the new provider.
We now consistently favor JSR-107 if it is present. Native support can
still be enabled via the `spring.cache.type` property.
Closes gh-3822
10 years ago
Stephane Nicoll
7c0c953f81
Add value alias for SpringApplicationConfiguration
...
Given that Spring Boot uses java config accross the board, a new `value`
attribute is now aliased to the existing `classes` attribute such that
one could write the following:
@SpringApplicationConfiguration(MyConfig.class)
public class MyTest {}
Closes gh-3635
10 years ago
Phillip Webb
1ce617f1ae
Polish sample package names
11 years ago
Phillip Webb
d2f11c465e
Polish cache code
11 years ago
Stephane Nicoll
fca192fa41
Add spring-boot-starter-cache
...
Closes gh-3098
11 years ago
Stephane Nicoll
18d7634947
Add basic cache metrics support for Infinispan
...
Closes gh-3066
11 years ago
Stephane Nicoll
eef027a4f0
Polish cache sample
...
Update single cache sample with all supported cache providers. Add README
to shortly explain how to get started with them.
See gh-2633
11 years ago
Eddú Meléndez
23a278451a
Add cache sample
...
See gh-2633
11 years ago