Commit Graph

27210 Commits (e8146077985a622c68571bf51a067420e5462ee5)
 

Author SHA1 Message Date
Andy Wilkinson e814607798 Merge branch '2.3.x' 4 years ago
Andy Wilkinson 63423e7d71 Merge branch '2.2.x' into 2.3.x 4 years ago
Andy Wilkinson 67604a5416 Only process main metadata as it already includes additional metadata
Previously, the configuration property table generation was reading
both the main metadata and the additional metadata from each project.
This was unnecessary as the annotation processor will have already
merged the additional metadata into the main metadata before writing
it to disk. Processing both the main and additional metadata led to
a clash as the metadata overlapped. When the entry in the additional
metadata won the clash, the resulting entry in the configuration
property table would lose any details that aren't contained in the
additional metadata.

This commit updates the property table generation code to only use
the main metadata files.

Fixes gh-21131
4 years ago
Andy Wilkinson 01c270d54b Merge branch '2.3.x'
Closes gh-22011
4 years ago
Andy Wilkinson ce907b129c Merge branch '2.2.x' into 2.3.x
Closes gh-22010
4 years ago
Andy Wilkinson 1b62abab9a Configure context on SizeAndTimeBasedRollingPolicy
Previously, when file-based logging was enabled, Logback would output
the following during logging system initialization:

LOGBACK: No context given for c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy

This commit updates the default logback configuration to set the
context on the SizeAndTimeBasedRollingPolicy that it creates.

Fixes gh-21056
4 years ago
Andy Wilkinson cd47bece7f Merge branch '2.3.x'
Closes gh-22009
4 years ago
Andy Wilkinson 8a7c32fff7 Prevent oauth2-oidc-sdk from downgrading json-smart in Maven projects
Fixes gh-21939
4 years ago
Stephane Nicoll f0f8424191 Merge branch '2.3.x'
Closes gh-22008
4 years ago
Stephane Nicoll c3678dff53 Merge pull request #21986 from dreis2211
* pr/21986:
  Use lazy lambda instead of explicit argument

Closes gh-21986
4 years ago
dreis2211 855d596c2a Use lazy lambda instead of explicit argument
See gh-21986
4 years ago
Andy Wilkinson cc6d6ce4dd Merge branch '2.3.x'
Closes gh-22001
4 years ago
Andy Wilkinson ab51f3a0a4 Merge branch '2.2.x' into 2.3.x
Closes gh-22004
4 years ago
Andy Wilkinson 73a1047ad2 Merge branch '2.1.x' into 2.2.x
Closes gh-22005
4 years ago
Andy Wilkinson db634d762e Update CI images to use ubuntu:bionic-20200526
Closes gh-22003
4 years ago
Andy Wilkinson 0b426d262d Update JDK 15 CI to use 2020-06-17-05-44
Closes gh-22002
4 years ago
Andy Wilkinson f3220b16fe Merge branch '2.3.x' 4 years ago
Andy Wilkinson 8f7d71ca11 Merge branch '2.2.x' into 2.3.x 4 years ago
Andy Wilkinson 907b64a5eb Remove redundant stop() calls from LiveReloadServerTests 4 years ago
Madhura Bhave f47e06c4ef Merge branch '2.3.x'
Closes gh-22007
4 years ago
Madhura Bhave f4ad30c448 Merge branch '2.2.x' into 2.3.x
Closes gh-22006
4 years ago
Madhura Bhave 615cf63a82 Make MockBean resolve right type for abstract test class
Fixes gh-20916
4 years ago
Andy Wilkinson 57b9286c84 Merge branch '2.3.x' 4 years ago
Andy Wilkinson 2d1dffa3ad Correct additions to spring-boot-starter-parent's pom
Following the fix for gh-21989, spring-boot-starter-parent no longer
contains an <issueManagement> element. As a result the additional
content was no longer being added to the pom. This commit updates
the additions so that they are now added after the <scm> element
that is still present.

See gh-21989
4 years ago
Andy Wilkinson bc4de8be8b Merge branch '2.3.x'
Closes gh-21994
4 years ago
Andy Wilkinson a6954614b2 Minimize contents of poms that are an ancestor of a user's pom
Fixes gh-21989
4 years ago
Andy Wilkinson 22fd2005b4 Remove plugin management for Flatten Maven Plugin
Closes gh-21984
4 years ago
Andy Wilkinson 9e08490522 Merge branch 'gh-21271'
Closes gh-21271
4 years ago
Andy Wilkinson 753bea64c6 Enable varargs compilation warnings
See gh-21271
4 years ago
Andy Wilkinson 9636350b0b Enable rawtypes compilation warnings
See gh-21271
4 years ago
Andy Wilkinson 056d5f3120 Enable deprecation compilation warnings
See gh-21271
4 years ago
Andy Wilkinson c64649a6d9 Enable unchecked compilation warnings
See gh-21271
4 years ago
Andy Wilkinson 47874d8c6a Treat warnings as errors when compiling
See gh-21271
4 years ago
Andy Wilkinson 0f1ada5e29 Upgrade to Undertow 2.1.3.Final
Closes gh-21983
4 years ago
Andy Wilkinson 2e54da04e2 Upgrade to Tomcat 9.0.36
Closes gh-21982
4 years ago
Andy Wilkinson 8115619021 Upgrade to Spring Retry 1.3.0
Closes gh-21981
4 years ago
Andy Wilkinson c00e751910 Upgrade to Spring Kafka 2.5.2.RELEASE
Closes gh-21980
4 years ago
Andy Wilkinson 37c9d13946 Upgrade to Spring Batch 4.2.4.RELEASE
Closes gh-21979
4 years ago
Andy Wilkinson dfd32e7a54 Upgrade to Spring AMQP 2.2.7.RELEASE
Closes gh-21978
4 years ago
Andy Wilkinson 030a01192d Upgrade to SendGrid 4.6.0
Closes gh-21977
4 years ago
Andy Wilkinson f1a7730698 Upgrade to Selenium HtmlUnit 2.41.0
Closes gh-21976
4 years ago
Andy Wilkinson 9000f047bd Upgrade to RSocket 1.0.1
Closes gh-21975
4 years ago
Andy Wilkinson aad6c3d6c9 Upgrade to R2DBC Bom Arabba-SR5
Closes gh-21974
4 years ago
Andy Wilkinson 9db3f9adbf Upgrade to Postgresql 42.2.14
Closes gh-21973
4 years ago
Andy Wilkinson 5fd2b85b48 Upgrade to Oracle Database 19.6.0.0
Closes gh-21972
4 years ago
Andy Wilkinson 5365e41e4c Upgrade to OkHttp3 3.14.9
Closes gh-21971
4 years ago
Andy Wilkinson 0bb7b0f243 Upgrade to OAuth2 OIDC SDK 7.5
Closes gh-21970
4 years ago
Andy Wilkinson 909b7db6f1 Upgrade to Netty tcNative 2.0.31.Final
Closes gh-21969
4 years ago
Andy Wilkinson 7ed98bcde8 Upgrade to Netty 4.1.50.Final
Closes gh-21968
4 years ago
Andy Wilkinson 9241e488e8 Upgrade to Neo4j OGM 3.2.12
Closes gh-21967
4 years ago