Commit Graph

30301 Commits

Author SHA1 Message Date
Phillip Webb
9b9c3edfcd Polish "Return -1 port for non-listening WebServers"
See gh-24606
2021-01-05 16:02:26 -08:00
Stefan Partusch
5c61df3131 Return -1 port for non-listening WebServers
Update `WebServer` implementations to return -1 from `getPort()` if
the server  isn't listening on a port. This aligns the implementations
with the interface Javadoc.

See gh-24606
2021-01-05 15:56:25 -08:00
Phillip Webb
ab8080353e Merge branch '2.3.x' into 2.4.x
Closes gh-24654
2021-01-05 14:08:41 -08:00
Phillip Webb
2ad9a47d08 Support JSR-305 annotations on endpoint methods
Update `OperationMethodParameter` to additionally support JSR-305 based
`@Nullable` annotations.

Closes gh-24647
2021-01-05 14:07:22 -08:00
Scott Frederick
505340909a Support symlinks in configtree property paths
Prior to this commit, the configtree property source would not traverse
into a sub-directory in a property path if the sub-directory was a
symbolic link. This commit allows symlinked sub-directories to be
traversed like any other sub-directory in the property path.

Fixes gh-24530
2021-01-05 14:04:59 -06:00
Madhura Bhave
615a8ae56e Ignore documents that do not apply when checking mandatory locations
Closes gh-24584
2021-01-05 10:47:06 -08:00
Andy Wilkinson
89f29c933f Merge branch '2.3.x' into 2.4.x
Closes gh-24649
2021-01-05 17:13:30 +00:00
Andy Wilkinson
05890a2599 Merge pull request #24648 from dreis2211
* gh-24648:
  Exclude starters from Javadoc aggregation

Closes gh-24648
2021-01-05 17:13:06 +00:00
dreis2211
fe3217d2c4 Exclude starters from Javadoc aggregation
See gh-24648
2021-01-05 17:12:39 +00:00
Stephane Nicoll
e1ec70ac36 Merge branch '2.3.x' into 2.4.x
Closes gh-24643
2021-01-05 08:28:13 +01:00
Stephane Nicoll
691f905c0b Merge pull request #24628 from andrey4623
* pr/24628:
  Polish "Remove unnecessary semicolon"
  Remove unnecessary semicolon

Closes gh-24628
2021-01-05 08:27:44 +01:00
Stephane Nicoll
f33c7bc27c Polish "Remove unnecessary semicolon"
See gh-24628
2021-01-05 08:24:03 +01:00
Andrey Kolchanov
097104584c Remove unnecessary semicolon
See gh-24628
2021-01-05 08:15:32 +01:00
Madhura Bhave
86e94b95c3 Merge branch '2.3.x' into 2.4.x 2021-01-04 13:36:36 -08:00
Madhura Bhave
9928d74a9e Revert fix to enable cors for actuator endpoints
The fix causes a Jersey application to fail in the absence
of a `CorsFilter` or `CorsConfigurationSource` bean.

See gh-11987
2021-01-04 12:25:43 -08:00
Stephane Nicoll
c19f7e696e Polish
See gh-24597
2021-01-04 16:39:27 +01:00
Stephane Nicoll
4b5b97ba04 Merge pull request #24629 from andrey4623
* pr/24629:
  Polish "Make a field final"
  Make a field final

Closes gh-24629
2021-01-03 17:59:21 +01:00
Stephane Nicoll
1bc1258341 Polish "Make a field final"
See gh-24629
2021-01-03 17:58:46 +01:00
Andrey Kolchanov
0e3990931e Make a field final
See gh-24629
2021-01-03 17:58:14 +01:00
Stephane Nicoll
052565ef2b Merge branch '2.3.x' into 2.4.x
Closes gh-24626
2021-01-01 09:18:13 +01:00
Stephane Nicoll
940d40c763 Merge pull request #24625 from dreis2211
* pr/24625:
  Update copyrights to 2021

Closes gh-24625
2021-01-01 09:17:41 +01:00
dreis2211
261b7a5b18 Update copyrights to 2021
See gh-24625
2021-01-01 09:17:13 +01:00
Stephane Nicoll
ccdf5a9386 Merge pull request #24604 from izeye
* pr/24604:
  Polish

Closes gh-24604
2020-12-23 16:09:00 +01:00
izeye
5e3f618f9d Polish
See gh-24604
2020-12-23 16:08:21 +01:00
Stephane Nicoll
e3d7ab0e3b Merge branch '2.3.x' into 2.4.x 2020-12-23 16:08:08 +01:00
Stephane Nicoll
d0a1c49873 Polish
See gh-24604
2020-12-23 16:07:27 +01:00
Stephane Nicoll
1261e08371 Merge branch '2.3.x' into 2.4.x
Closes gh-24602
2020-12-23 11:14:37 +01:00
Stephane Nicoll
d86eba3b6b Upgrade to Thymeleaf 3.0.12
Closes gh-24599
2020-12-23 10:57:36 +01:00
Stephane Nicoll
ff59bb3abf Configure resources filtering encoding
Closes gh-24576
2020-12-23 10:44:06 +01:00
Stephane Nicoll
5fa5b6242a Merge pull request #24597 from edwardsre
* pr/24597:
  Polish "Handle missing manifest files in JarTypeFilter"
  Handle missing manifest files in JarTypeFilter

Closes gh-24597
2020-12-23 09:14:58 +01:00
Stephane Nicoll
4cdfd6f13d Polish "Handle missing manifest files in JarTypeFilter"
See gh-24597
2020-12-23 09:12:58 +01:00
Rob Edwards
86eecb01b3 Handle missing manifest files in JarTypeFilter
This commit makes sure that a jar file without a manifest is handled
properly (i.e. included in the repackaged archive).

See gh-24597
2020-12-23 09:11:24 +01:00
Madhura Bhave
e8a936dfd9 Merge branch '2.3.x' into 2.4.x 2020-12-22 12:24:00 -08:00
Madhura Bhave
b29ac37db6 Add docs about using InMemoryOAuth2AuthorizedClientService
Closes gh-24596
2020-12-22 12:18:47 -08:00
Madhura Bhave
a0afec120d Add docs about using InMemoryOAuth2AuthorizedClientService
Closes gh-24313
2020-12-22 12:13:17 -08:00
Madhura Bhave
a714ba44ea Update documentation containing examples of WebSecurityConfigurerAdapter
Closes gh-24551
2020-12-22 11:17:30 -08:00
Stephane Nicoll
33dda3ad68 Merge pull request #24239 from meistermeier
* pr/24239:
  Polish "Detect Persistent and RelationshipProperties with Neo4j"
  Detect Persistent and RelationshipProperties with Neo4j

Closes gh-24239
2020-12-22 12:32:08 +01:00
Stephane Nicoll
0691ba600f Polish "Detect Persistent and RelationshipProperties with Neo4j"
See gh-24239
2020-12-22 12:30:48 +01:00
Gerrit Meier
ab4b1c4e61 Detect Persistent and RelationshipProperties with Neo4j
See gh-24239
2020-12-22 12:15:03 +01:00
Stephane Nicoll
1f71927a9f Merge branch '2.3.x' into 2.4.x
Closes gh-24587
2020-12-22 09:45:42 +01:00
Stephane Nicoll
9e5a6c5228 Harmonize references to ActiveMQ Artemis
Closes gh-24586
2020-12-22 09:44:49 +01:00
Stephane Nicoll
cd9e8a8592 Merge pull request #24453 from dreis2211
* pr/24453:
  Add JavaVersion entry for JDK 16

Closes gh-24453
2020-12-21 10:03:13 +01:00
dreis2211
f9fbadb8d9 Add JavaVersion entry for JDK 16
See gh-24453
2020-12-21 09:59:52 +01:00
Stephane Nicoll
09fa16c58c Merge branch '2.3.x' into 2.4.x 2020-12-21 09:59:33 +01:00
Stephane Nicoll
306b964ce3 Fix multi-release JAR test on JDK 16
See gh-24453
2020-12-21 09:59:01 +01:00
Stephane Nicoll
327ce1b20d Merge pull request #24550 from dreis2211
* pr/24550:
  Remove deprecated SpringBootContextLoader#getArgs()

Closes gh-24550
2020-12-21 09:44:46 +01:00
dreis2211
fb207f73e7 Remove deprecated SpringBootContextLoader#getArgs()
See gh-24550
2020-12-21 09:44:28 +01:00
Stephane Nicoll
2c0bfb7674 Merge branch '2.3.x' into 2.4.x
Closes gh-24578
2020-12-21 09:38:37 +01:00
Stephane Nicoll
4a3ce0c960 Merge pull request #24558 from izeye
* pr/24558:
  Polish

Closes gh-24558
2020-12-21 09:38:11 +01:00
izeye
97dd4c0871 Polish
See gh-24558
2020-12-21 09:35:41 +01:00