Andy Wilkinson
fdc63d71fe
Use HTTPS when linking to groovy-lang.org
...
Closes gh-21466
5 years ago
Phillip Webb
85befdf10e
Polish
5 years ago
Stephane Nicoll
32c1dd45a9
Revert "Merge pull request #19926 from xak2000"
...
Closes gh-19926
5 years ago
Stephane Nicoll
2a90c3dea4
Fix broken smoke test
...
See gh-19926
5 years ago
Stephane Nicoll
cd085e0641
Polish contribution
...
See gh-19326
5 years ago
Jorge Cordoba
f22d0c7d8e
Add missing assertion to SampleTestApplicationWebIntegrationTests.test()
...
See gh-19326
5 years ago
Andy Wilkinson
2be3057904
Polish test method name to reflect its expectation
...
Closes gh-19186
5 years ago
dreis2211
83cb6f3c7f
Let Liquibase smoke test pass on non-english systems
...
See gh-18873
5 years ago
Madhura Bhave
ecf393461e
Skip management context ResourceConfigCustomizers
...
Update `JerseyManagementContextConfiguration` so that customizer beans
are not longer applied. The endpoint resource endpoints are now added
with a registrar bean `@PostConstruct` method.
Prior to this commit, when running the management server on a different
port a `Resource` added by a customizer could be added two different
`ResourceConfig` instance. This breaks the singleton contract expected
by Jersey.
Fixes gh-17801
Co-authored-by: Phillip Webb <pwebb@pivotal.io>
5 years ago
Madhura Bhave
401a6b586e
Remove war packaging from Jersey sample
...
This also removes the need for the tomcat starter to be in provided
scope.
Closes gh-18346
5 years ago
Madhura Bhave
342a0535d7
Explicitly configure SecurityWebFilterChain bean for reactive oauth2 client
...
This will ensure that ReactiveManagementWebSecurityAutoConfiguration backs
off and that the actuator endpoints are also secured via OAuth2.
Fixes gh-17949
5 years ago
Madhura Bhave
674f2f5a6c
EndpointRequest should match @ServletEndpoint
...
This commit also changes the request matcher for MVC
endpoints to use an AntPathRequestMatcher instead of an
MvcRequestMatcher. The endpoint is always available
under the mapped endpoint path and this way the same matcher
can be used for both MVC and Jersey.
Fixes gh-17912
Co-authored-by: Phillip Webb <pwebb@pivotal.io>
5 years ago
Madhura Bhave
f13f96d705
Fix customizer for windows tests
...
JettyServerCustomizers beans do not get picked up automatically in 2.1.x
See gh-15553
5 years ago
Madhura Bhave
bb85612723
Add concourse pipeline for Windows
...
Closes gh-15553
5 years ago
Phillip Webb
fb1dd8fe93
Merge branch '2.0.x' into 2.1.x
5 years ago
Phillip Webb
913e831f4e
Merge '1.5.x' into 2.0.x
5 years ago
Phillip Webb
ff36074401
Update copyright header for changed files
...
Effectively all files have been touched this year due to the nohttp
work.
5 years ago
Phillip Webb
fd67f7ba3f
Merge branch '1.5.x' into 2.0.x
5 years ago
Phillip Webb
8843c11a28
Update copyright header of changed files
5 years ago
Madhura Bhave
aebb60d8b8
Fix tests
...
Setting the log file name to a random value in smoke tests
doesn't work because the logger context has already been initialized.
5 years ago
Madhura Bhave
773dda3d55
Log file location should be evaluated just once
...
Using a random value for the logfile name caused
the logfile endpoint to return a 404 as the name
was resolved from the environment on every request.
This commit registers a bean for LogFile which is then
used by the logfile endpoint.
Fixes gh-17434
5 years ago
Phillip Webb
b0fffbe42e
Upgrade to spring-javaformat 0.0.15
...
Closes gh-17359
5 years ago
Andy Wilkinson
1ee8c53b90
Upgrade to spring-javaformat 0.0.14
...
Closes gh-17331
5 years ago
Madhura Bhave
fa4c433c92
Polish
6 years ago
Andy Wilkinson
9d28238598
Update formatting of spring-boot-samples
6 years ago
Phillip Webb
2c8881a908
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
fb24b5a684
Separate nottp checkstyle configuration
...
See gh-16682
6 years ago
Andy Wilkinson
ede197fa55
Polish formatting
...
Fix formatting issues, primarily around header comments.
6 years ago
Andy Wilkinson
24925c3dae
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17078
6 years ago
Andy Wilkinson
8f1be4cded
Upgrade to spring-javaformat 0.0.11
6 years ago
Phillip Webb
0ef331018e
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
7fc01971ed
Merge branch '1.5.x' into 2.0.x
6 years ago
Phillip Webb
d548c5ed31
Fix checkstyle violations
6 years ago
Phillip Webb
e161c6f826
Broaden files covered by checkstyle
...
Closes gh-16682
6 years ago
Phillip Webb
930d110178
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
90468c4d53
Fix checkstyle violation in OAuth sample
6 years ago
Phillip Webb
ccfbd03482
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
80d8a5cfa2
Add nohttp checkstyle rule
...
Closes gh-16682
6 years ago
Phillip Webb
cd537155a9
Use https for Thymeleaf xmlns:layout
6 years ago
Phillip Webb
a99131f727
Polish resource files to all end with a new line
6 years ago
Phillip Webb
5fba43aa31
Merge branch '1.5.x' into 2.0.x
6 years ago
Phillip Webb
e61f7a33a7
Add nohttp checkstyle rule
...
Closes gh-16682
6 years ago
Phillip Webb
0049f1985c
Use https for Thymeleaf xmlns:layout
6 years ago
Phillip Webb
32068c21a3
Polish resource files to all end with a new line
6 years ago
Stephane Nicoll
6b3c15a858
Fixup version numbers following release
6 years ago
Spring Buildmaster
67fa63d0e3
Next Development Version
6 years ago
Phillip Webb
f12ab1ff90
Update copyright header of changed files
6 years ago
Stephane Nicoll
0d256da068
Fixup version numbers following release
6 years ago
Spring Buildmaster
ca3a864565
Next Development Version
6 years ago
Phillip Webb
f25469c95f
Update formatting with spring-javaformat 0.0.9
...
See gh-16421
6 years ago