Andy Wilkinson
89df4946f7
Use a context-relative URL for Dev Tools sample’s CSS
9 years ago
Phillip Webb
634bb770b2
Organize imports with new settings
...
See gh-4234
9 years ago
Phillip Webb
1e4d974ec0
Merge remote-tracking branch 'local12x/1.2.x'
9 years ago
Phillip Webb
a79131f8d2
Organize imports with new settings
...
See gh-4234
9 years ago
Spring Buildmaster
2b38a861e3
Next Development Version
9 years ago
Andy Wilkinson
ac944f02cc
Use a random HTTP port when running SampleLiquibaseApplicationTests
9 years ago
Andy Wilkinson
874cd3390e
Fix version of parent in pom for spring-boot-sample-war
9 years ago
Phillip Webb
d84889b03c
Revert "Compile samples and integration tests with Java 8"
...
This reverts commit 09395f956a
.
9 years ago
Phillip Webb
5392c0a52b
Merge remote-tracking branch 'springsource/1.2.x'
9 years ago
Phillip Webb
56643222cf
Add simple war sample
9 years ago
Wallace Wadge
e3315d2252
Allow TraceWebFilter to trace more attributes
...
Update TraceWebFilter to optionally trace more details from the
HttpServletRequest/HttpServletResponse. The `management.trace.include`
property can be used to change what aspects are logged.
Closes gh-3948
9 years ago
Andy Wilkinson
995ff66eae
Configure m2e to ignore reserve-network-port in Cassandra sample
9 years ago
Stephane Nicoll
01b23c886f
Use random port for Cassandra tests
...
Closes gh-4028
9 years ago
Andy Wilkinson
8ee8c9fe90
Merge branch '1.2.x'
9 years ago
Andy Wilkinson
d33d068fae
Upgrade to Tomcat 8.0.28 and test support for SSL config from classpath
...
Prior to 8.0.28 Tomcat required the key store and trust store (if any)
to be available directly on the filesystem, i.e. classpath: resources
would not work. Tomcat 8.0.28 removed this limitation.
This commit updates to Tomcat 8.0.28, updates the tests to verify
the new Tomcat capability and removes the obsolete documentation of
the restriction.
Closes gh-4048
9 years ago
Phillip Webb
aae38db9af
Fix compiler warnings only shown in Eclipse Mars
9 years ago
Phillip Webb
a0fc90a5ec
Compile samples and integration tests with Java 8
...
Update the samples and integration tests to use Java 8. There's no
specific reason to keep them on Java 6 and it helps keep Eclipse happy
if we upgrade.
9 years ago
Phillip Webb
c9fb9916b8
Reformat code using Eclipse Mars
9 years ago
Phillip Webb
e473364e4e
Merge branch '1.2.x'
9 years ago
Phillip Webb
6ab376e2e8
Reformat code use Eclipse Mars
9 years ago
Phillip Webb
47576354f7
Merge branch '1.2.x'
9 years ago
Phillip Webb
09395f956a
Compile samples and integration tests with Java 8
...
Update the samples and integration tests to use Java 8. There's no
specific reason to keep them on Java 6 and it helps keep Eclipse happy
if we upgrade.
9 years ago
Andy Wilkinson
cff1eea4c4
Make new configuration inner class static
...
See gh-4079
9 years ago
Phillip Webb
c3b7764b72
Polish
9 years ago
Andy Wilkinson
2b748a7b44
Fix SampleOAuth2SsoApplicationTests
...
The redirect happens in two stages, first from / to /login on localhost
and then to github.com. This commit updates the test to check that the
first redirect has worked, i.e. from / to /login on localhost.
9 years ago
Dave Syer
67a70571de
Add simple SSO sample with github authentication
9 years ago
Stephane Nicoll
b2c3e7e2ed
Rename error.* properties to server.error.*
...
Closes gh-4050
9 years ago
Dave Syer
c8ec2cb70b
Add missing annotation to openTSDB sample
9 years ago
Phillip Webb
31f0c837fd
Fix broken Cassandra sample tests
...
See gh-2064
9 years ago
Julien Dubois
c401330901
Add Cassandra support
...
Add auto-configuration support and health checks for Cassandra and
Spring Data Cassandra.
Fixes gh-2064
Closes gh-2214
9 years ago
Ivan Chen
926b40e46c
Delete duplicate application.properties
...
Closes gh-4004
9 years ago
Phillip Webb
d22d0683b2
Fixup build following release
9 years ago
Spring Buildmaster
9409c49c10
Next development version
9 years ago
Phillip Webb
3444ebbc05
Merge branch '1.2.x'
9 years ago
Phillip Webb
5f250ebbc1
Add exception endpoints to tomcat-jsp sample
...
Update `spring-boot-sample-tomcat-jsp` to include endpoints that trigger
exceptions. Primarily to aid testing of the ErrorPageFilter.
See gh-2745
9 years ago
Stephane Nicoll
0d2797ddd5
Polish contribution
...
Closes gh-3936
9 years ago
Eddú Meléndez
591f016e90
Expose actuator endpoints for flyway and liquibase
...
Update the samples to expose the relevant actuator endpoint.
Closes gh-3935
9 years ago
Phillip Webb
3174f898c6
Fix failing logback test
...
See gh-3924
9 years ago
Phillip Webb
d09805fd75
Polish license headers
9 years ago
Phillip Webb
1983b43830
Polish POM descriptions
9 years ago
Phillip Webb
67402405db
Reformat code
9 years ago
Phillip Webb
2615990ffb
Organize imports
9 years ago
Phillip Webb
0335053139
Merge branch '1.2.x'
9 years ago
Phillip Webb
15686ed4fd
Reformat code
9 years ago
Phillip Webb
0f6b60d8c8
Organize imports
9 years ago
Phillip Webb
026c3019df
Polish
9 years ago
Stephane Nicoll
f7a1db8e25
Polish
9 years ago
Stephane Nicoll
5453f7c59c
Fix broken build
...
Commit c85f4df0ee
broke the build as some tests are expecting HSQL to be
used. We now specify the name of the database rather than specifying the
jdbc url.
9 years ago
Stephane Nicoll
c85f4df0ee
Polish
...
Upgrade sample to use H2 and expose the web console by default.
9 years ago
Phillip Webb
f4dcef281c
Merge branch '1.2.x'
9 years ago