Phillip Webb
758ddcd420
Polish
9 years ago
Madhura Bhave
b2f0ebfcb8
Prevent empty json for parameters in trace endpoint
...
Fixes gh-8883
9 years ago
Stephane Nicoll
dac3810bc1
Fixup version numbers following release
9 years ago
Spring Buildmaster
2a83e80a9b
Next Development Version
9 years ago
Phillip Webb
47b00c086c
Polish
9 years ago
Andy Wilkinson
7e030d2068
Polish
9 years ago
Andy Wilkinson
04c8b912ee
Fall back to standard LiveBeansView behaviour when MBean is in use
...
Closes gh-8146
9 years ago
Stephane Nicoll
bd0c1cb9c3
Fixup version numbers following release
9 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
9 years ago
Andy Wilkinson
d2201d5284
Correct copyright dates and enforce that starting year is 2012
...
Closes gh-7923
9 years ago
Phillip Webb
21bfe52694
Add test to check class resources aren't exposed
...
Closes gh-7880
9 years ago
Phillip Webb
61c931943f
Fix Devtools PatternResolver Servlet support
...
Update ClassLoaderFilesResourcePatternResolver to support servlet
resources when it's being used with a WebApplicationContext.
Prior to commit 918e122ddc a `ResourceLoader` was not added to the
`ApplicationContext`, meaning that servlet resources could be found by
virtue of the protected `getResourceByPath()` method. Following commit
918e122ddc , the context `ResourceLoader` is set, meaning that all calls
to `getResource` delegate to the `ResourceLoader` and the
`ApplicationContext` methods are not invoked. Since the devtools
`ResourceLoader` wasn't Servlet aware, servlet resources could not
be found.
Fixes gh-7752
9 years ago
Mesut Can Gurle
ab2290eecd
Improve Cassandra sample README documentation
...
Update the README file in `spring-boot-sample-data-cassandra` with
details of how to setup the keyspace and create the tables.
Closes gh-7737
9 years ago
Phillip Webb
61f65ea10e
Add test for devtools + serving from `/public`
...
Add a simple test to show that basic serving of `/public` resources
works with devtoos.
See gh-7752
9 years ago
Phillip Webb
c3edf9e341
Fixup version numbers following release
9 years ago
Spring Buildmaster
9057f9ae1f
Next development version
9 years ago
Stephane Nicoll
ac9eb8a9a9
Fix Maven warning in samples
...
Closes gh-7716
9 years ago
Phillip Webb
bd74c3d327
Polish formatting
9 years ago
Phillip Webb
ce58e16860
Add additional Tomcat timeout test
...
Update the Tomcat sample to also test that the connection timeout is
set.
See gh-7425
10 years ago
Emanuel Rabina
6b681ddfab
Upgrade Thymeleaf 3 layout dialect in doc
...
Closes gh-7370
10 years ago
Stephane Nicoll
72e696bcbd
Fixup version numbers following release
10 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
10 years ago
Stephane Nicoll
4311cf333f
Remove sample reference in build
10 years ago
Stephane Nicoll
4407194c00
Replace sample by integration test
...
Closes gh-3888
10 years ago
Phillip Webb
6a2ac080ac
Create our own SessionCreationPolicy enum
...
Update `ManagementServerProperties` so that `security.sessions` no
longer uses `SessionCreationPolicy` from Spring Security. We now
use our own enun which allows `management.security.*` properties to
be set without the risk of a `ClassNotFoundException`.
Fixes gh-3888
10 years ago
Andy Wilkinson
6ac041c43b
Update Thymeleaf 3 related versions in docs and sample
...
See gh-6991
Closes gh-7183
10 years ago
Andy Wilkinson
ad3e5c04bb
Add a second, portal-compatible ID to the Gradle plugin
...
To be compatible with Gradle's plugin portal, plugins must have an
ID that uses a reverse domain name. This means that spring-boot is
not compatible.
This commit introduces a new ID, org.springframework.boot, and
deprecates the old ID.
Closes gh-6997
10 years ago
Phillip Webb
bd341cbac8
Polish
10 years ago
Madhura Bhave
16fe332f51
Fix NoClassDefFoundError when Mockito is missing
...
Update MockReset class to check for the presence of the MockUtil class
before attempting to use it.
Fixes gh-7065
10 years ago
Phillip Webb
f59cc25e2b
Fix eclipse warnings
10 years ago
Andy Wilkinson
cf4142dbc0
Prevent htmlunit from pulling in commons-logging
...
Update dependency management to exclude commons-logging and add
an enforcer rule to spring-boot-samples to try and prevent unwanted
commons-logging dependencies from sneaking back in again.
Closes gh-7067
10 years ago
Andy Wilkinson
51eb1ac04d
Declare embedded queue up front in samples that use Artemis
...
Closes gh-7063
10 years ago
Andy Wilkinson
1bb5dc205d
Update samples to use Artemis in place of HornetQ
...
Closes gh-7057
10 years ago
Stephane Nicoll
85fb273596
Fix spring-boot-antlib version
...
See gh-6978
10 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
10 years ago
Stephane Nicoll
04a72fcb78
Fixup version numbers following release
10 years ago
Andy Wilkinson
be33827f49
Simplify property validation sample and document need for static bean method
...
Closes gh-6627
10 years ago
Spring Buildmaster
5f959b074f
Next Development Version
10 years ago
Stephane Nicoll
fc5ab5685b
Fix location url in test
...
See gh-6956
10 years ago
Phillip Webb
ede1657d79
Include Jetty EL dependency in starter
...
Update spring-boot-starter-jetty to include an EL dependency.
Fixes gh-6692
10 years ago
Andy Wilkinson
10402a651f
Close context to ensure that logging system is cleaned up
...
See gh-6688
10 years ago
Andy Wilkinson
07a50bb16c
Update the samples to make use of auto-configured TestRestTemplate
...
Closes gh-6730
10 years ago
Andy Wilkinson
46e03529fb
Remove redundant bean declarations from some of the security samples
...
Closes gh-6740
10 years ago
Stephane Nicoll
96d5def17d
Add reference to Caffeine in cache sample
10 years ago
Andy Wilkinson
1b42e1aaa3
Recommend setting spring.thymeleaf.mode: HTML when using Thymeleaf 3
...
Closes gh-6552
10 years ago
Phillip Webb
c7a23eae56
Fixup version numbers following release
10 years ago
Spring Buildmaster
334baaeffd
Next development version
10 years ago
Stephane Nicoll
29cd3c42e1
Fixup version numbers following release
10 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
10 years ago
Johnny Lim
9627d0ed66
Polish
...
Closes gh-6487
10 years ago