Phillip Webb
2855010841
Fix sample POMs
...
Update sample POMs to follow CI friendly Maven conventions.
See gh-9316
8 years ago
Spring Buildmaster
30eb937a83
Next Development Version
8 years ago
Spring Buildmaster
17a5bb0be4
Next development version
9 years ago
Spring Buildmaster
41c5c0e7c9
Next development version
9 years ago
Spring Buildmaster
05d4d0281c
Next Development Version
9 years ago
Spring Buildmaster
88e43c8421
Next Development Version
9 years ago
Andy Wilkinson
822b473cbe
Update samples following API changes in Spring Data snapshots
...
findOne is now findById
9 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
9 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
9 years ago
Phillip Webb
425dbc3e52
Update copyright header for edited files
9 years ago
Spring Buildmaster
d23fa24340
Next Development Version
9 years ago
Spring Buildmaster
2a83e80a9b
Next Development Version
9 years ago
Stephane Nicoll
b2ec03cd4e
Restore couchbase support
...
This commit effectively reverts the changes that were applied to
workaround the breakage in spring-data-couchbase.
Closes gh-8200
9 years ago
Stephane Nicoll
e0c8e1f514
Ignore test until couchbase support is restored
...
The changes required to restore our Couchbase support are too involved
and we should hear from the data couchbase team first.
See gh-8200
9 years ago
Spring Buildmaster
5c12500366
Next Development Version
9 years ago
Spring Buildmaster
a2696bf873
Next Development Version
9 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
9 years ago
Phillip Webb
be3fe12cf0
Polish
9 years ago
Stephane Nicoll
a19a28062f
Fix actuator security in samples
...
Closes gh-7637
9 years ago
Spring Buildmaster
9057f9ae1f
Next development version
9 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
9 years ago
Stephane Nicoll
6643ec3713
Next development version
9 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
9 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
9 years ago
Spring Buildmaster
334baaeffd
Next development version
10 years ago
Stephane Nicoll
99ae6dac53
Customize Couchbase's socket connect timeout
...
Our Windows build is failing currently because the couchbase server does
not handle a socket connection within a second (the default). This commit
adds a property to customize this option and set it to 10 sec in the
sample.
While investigating this issue, it turns out that while
`CouchbaseConfiguration` is public, it is not really possible to extend
it in user's configuration. This commit fixes this problem and add a test
that demonstrates how it can be used.
Closes gh-5657
10 years ago
Stephane Nicoll
82207ffce5
Attempt to fix Windows build
...
The couchbase instance in our windows infra seems super slow. Trying to
workaround that issue by increasing the connect timeout from 5 to 10 sec.
See gh-5651
10 years ago
Stephane Nicoll
b374c288fa
Fix configuration location
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
Stephane Nicoll
e67f2e2983
Separate Couchbase setup from Spring Data
...
This commit separates the basic setup of Couchbase from Spring Data so
that a `Bucket` and `Cluster` bucket beans are exposed even if Spring
Data is not available.
A basic setup happens if `spring.couchbase.bootstrap-hosts` is specified,
configuring the `default` bucket with no authentication unless specified
otherwise.
If Spring Data is available, those beans are re-used by default to
configure the `CouchbaseTemplate` and other repository-related beans.
Closes gh-5347
10 years ago
Andy Wilkinson
01b7a7d9d3
Add missing copyright headers
10 years ago
Phillip Webb
4b55144d80
Polish
10 years ago
Andy Wilkinson
99b3af9216
Use a random server port in the Couchbase sample’s tests
10 years ago
Stephane Nicoll
64a5cad09a
Improve couchbase support
...
Expose an `auto-index` property that controls if views and indexes
should be created automatically.
Update the sample so that it uses this new property, lowering the manual
steps to make it working on a vanilla couchbase server.
See gh-3498
10 years ago
Stephane Nicoll
da3b49e024
Polish contribution
...
Closes gh-3499
10 years ago
Eddú Meléndez
76f1ca4188
Add Couchbase support
...
Closes gh-3498
10 years ago