Andy Wilkinson
9d28238598
Update formatting of spring-boot-samples
6 years ago
Phillip Webb
f875b74e67
Reformat samples with spring-javaformat 0.0.8
...
See gh-16418
6 years ago
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
4b6bddd476
Merge branch '1.4.x' into 1.5.x
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
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
6 years ago
Spring Operator
991ba550d3
Update build and setup configuration to use HTTPS
...
See gh-16245
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
Andy Wilkinson
2ed7cf84e1
Fix up version numbers following release
6 years ago
Spring Buildmaster
b04710d744
Next development version
6 years ago
Stephane Nicoll
542b8985ad
Fixup version numbers following release
6 years ago
Spring Buildmaster
9bb64a3493
Next Development Version
6 years ago
Andy Wilkinson
fc60dcd972
Fix up version numbers following release
6 years ago
Spring Buildmaster
4d24feb443
Next development version
6 years ago
Andy Wilkinson
3ab6d12c56
Fix up version numbers following release
6 years ago
Spring Buildmaster
46df506b0a
Next development version
6 years ago
Stephane Nicoll
e51c26efdc
Fixup version numbers following release
6 years ago
Spring Buildmaster
73bf744cb0
Next Development Version
6 years ago
Stephane Nicoll
64c668f766
Polish
6 years ago
Stephane Nicoll
af126b1bb3
Fixup version numbers following release
7 years ago
Spring Buildmaster
36b8639853
Next Development Version
7 years ago
Phillip Webb
9fd3b9103a
Format code
7 years ago
Phillip Webb
e69296d7d3
Fix checkstyle violations in samples
7 years ago
Andy Wilkinson
d2cef484cb
Fix up version numbers following release
7 years ago
Spring Buildmaster
010b4fccbd
Next development version
7 years ago
Stephane Nicoll
3c169b4e0a
Fix bean name of EnvironmentEndpointWebExtension
...
Closes gh-12827
7 years ago
Phillip Webb
370915f8f0
Fixup version numbers following release
7 years ago
Spring Buildmaster
c10aad165f
Next Development Version
7 years ago
Stephane Nicoll
3634a1d9d1
Fixup version numbers following release
7 years ago
Spring Buildmaster
ade4760842
Next Development Version
7 years ago
Stephane Nicoll
ade6d86b65
Polish "Use secure connection to repositories"
...
Closes gh-12629
7 years ago
Phillip Webb
9e75680e6f
Polish
7 years ago
Madhura Bhave
51de220b55
Enable CSRF protection by default
...
Fixes gh-11758
7 years ago
Madhura Bhave
85aeb5c00d
Fix path in tests
7 years ago
Stephane Nicoll
7473642f58
Harmonize endpoints exclude property
...
Closes gh-11914
7 years ago
Phillip Webb
5de46c3186
Polish
7 years ago
Andy Wilkinson
8605499a64
Provide more control over when the health endpoint shows details
...
Closes gh-11869
7 years ago
Phillip Webb
09a64bc841
Fixup version numbers following release
7 years ago
Spring Buildmaster
6414b42335
Next Development Version
7 years ago
Andy Wilkinson
356efaa7c8
Rename trace to httptrace
...
Closes gh-11806
7 years ago
Phillip Webb
adfb6dc128
Polish
7 years ago
Andy Wilkinson
3565961d68
Rework HTTP exchange tracing and add support for WebFlux
...
Closes gh-9980
7 years ago
Madhura Bhave
d65f9b25bc
Remove redundant throws Exception
7 years ago
Andy Wilkinson
5b8a2f9675
Improve context hierarchy handling in Actuator endpoints
...
Previously, a number of Actuator endpoints ignored a context hierarchy
or assumed that it would always be linear. This commit reworks the
affected endpoints so that the no longer assume a linear hierarchy.
A side-effect of a non-linear hierarchy is that there may be multiple
different beans with the same name (in a linear hierarchy, a bean
with the same name as one in an ancestor context, replaces that bean).
The affected endpoints have also been updated so that, when bean names
are used as keys, those keys are grouped by application context. This
prevents a bean in one context from accidentially overwriting a bean
in another context.
Closes gh-11019
7 years ago
Andy Wilkinson
a9811e360a
Add missing copyright headers to .java source files
7 years ago
Stephane Nicoll
afba8fed79
Harmonize management.server.context-path property
...
This commit moves management.server.context-path to
management.server.servlet.context-path to align with the configuration
key for the application's main context path.
Closes gh-11359
7 years ago
Stephane Nicoll
681fdb1ee8
Property detect Health web extension with management context
...
Previously, the Health web extension was defined in the management
context and, as a result, it wasn't found when a separate port was
required. The side effect is that anything that the health web extension
does was not active anymore in that case.
This commit makes sure that the extension is always defined as part of
the main context where operations are discovered and merged.
Closes gh-11285
7 years ago
Stephane Nicoll
1fdc1e373c
Polish
7 years ago