Andy Wilkinson
3a5a087b1f
Merge branch '1.3.x' into 1.4.x
6 years ago
Andy Wilkinson
c4d44574b2
Correct link to Groovy MarkupTemplateEngine documentation
...
See gh-16316
6 years ago
Spring Operator
189eeefbb1
Use HTTPS for external links wherever possible
...
See gh-16317
6 years ago
Andy Wilkinson
baec3d6e8e
Merge branch '1.3.x' into 1.4.x
6 years ago
Andy Wilkinson
9be96c49e2
Polish "Use HTTPS for external links wherever possible"
...
See gh-16316
6 years ago
Spring Operator
e401d02ced
Use HTTPS for external links wherever possible
...
See gh-16316
6 years ago
Spring Operator
4e2739eceb
Use HTTPS for external links from XML files where possible
...
See gh-16312
6 years ago
Andy Wilkinson
46d6fb0e1c
Merge branch '1.3.x' into 1.4.x
6 years ago
Spring Operator
adc2462689
Use HTTPS for external links from XML files where possible
...
See gh-16311
6 years ago
Andy Wilkinson
6920c39349
Merge branch '1.3.x' into 1.4.x
6 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
6 years ago
Spring Operator
e2837843e1
Update build and setup configuration to use HTTPS
...
See gh-16244
6 years ago
Spring Operator
7c314122f7
Update build and setup configuration to use HTTPS
...
See gh-16243
6 years ago
Stephane Nicoll
6b1d06cf09
Fixup version numbers following release
8 years ago
Spring Buildmaster
88e43c8421
Next Development Version
8 years ago
Stephane Nicoll
7fbce192b4
Fixup version numbers following release
8 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
8 years ago
Phillip Webb
758ddcd420
Polish
8 years ago
Madhura Bhave
b2f0ebfcb8
Prevent empty json for parameters in trace endpoint
...
Fixes gh-8883
8 years ago
Stephane Nicoll
dac3810bc1
Fixup version numbers following release
8 years ago
Spring Buildmaster
2a83e80a9b
Next Development Version
8 years ago
Phillip Webb
47b00c086c
Polish
8 years ago
Andy Wilkinson
7e030d2068
Polish
8 years ago
Andy Wilkinson
04c8b912ee
Fall back to standard LiveBeansView behaviour when MBean is in use
...
Closes gh-8146
8 years ago
Stephane Nicoll
bd0c1cb9c3
Fixup version numbers following release
8 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
8 years ago
Andy Wilkinson
d2201d5284
Correct copyright dates and enforce that starting year is 2012
...
Closes gh-7923
8 years ago
Phillip Webb
21bfe52694
Add test to check class resources aren't exposed
...
Closes gh-7880
8 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
8 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
8 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
8 years ago
Phillip Webb
c3edf9e341
Fixup version numbers following release
8 years ago
Spring Buildmaster
9057f9ae1f
Next development version
8 years ago
Stephane Nicoll
ac9eb8a9a9
Fix Maven warning in samples
...
Closes gh-7716
8 years ago
Phillip Webb
bd74c3d327
Polish formatting
8 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
8 years ago
Emanuel Rabina
6b681ddfab
Upgrade Thymeleaf 3 layout dialect in doc
...
Closes gh-7370
8 years ago
Stephane Nicoll
72e696bcbd
Fixup version numbers following release
8 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
8 years ago
Stephane Nicoll
4311cf333f
Remove sample reference in build
8 years ago
Stephane Nicoll
4407194c00
Replace sample by integration test
...
Closes gh-3888
8 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
8 years ago
Andy Wilkinson
6ac041c43b
Update Thymeleaf 3 related versions in docs and sample
...
See gh-6991
Closes gh-7183
8 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
8 years ago
Phillip Webb
bd341cbac8
Polish
8 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
8 years ago
Phillip Webb
f59cc25e2b
Fix eclipse warnings
8 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
8 years ago
Andy Wilkinson
51eb1ac04d
Declare embedded queue up front in samples that use Artemis
...
Closes gh-7063
8 years ago
Andy Wilkinson
1bb5dc205d
Update samples to use Artemis in place of HornetQ
...
Closes gh-7057
8 years ago