Moritz Halbritter
7d1ce38696
Merge pull request #33658 from BartR96
...
* pr/33658:
Fix a type in the ExitCodeGenerator documentation
Closes gh-33658
2 years ago
Bart
aa8a531731
Fix a type in the ExitCodeGenerator documentation
...
See gh-33658
2 years ago
Moritz Halbritter
b641073777
Merge branch '2.7.x'
...
Closes gh-33725
2 years ago
Moritz Halbritter
0f3c18bdb8
Merge pull request #33682 from dreis2211
...
* gh/33682:
Update copyrights to 2023
Closes gh-33682
2 years ago
Christoph Dreis
1b4ef5db0f
Update copyrights to 2023
...
See gh-33682
2 years ago
Moritz Halbritter
b1c65a0131
Merge branch '2.7.x'
...
Closes gh-33724
2 years ago
Moritz Halbritter
6b6961e252
Merge pull request #33683 from kvmw
...
* pr/33683:
Fix JavaDoc typo in LocalServerPort
Closes gh-33683
2 years ago
Kaveh Shamsi
2d95e4a31e
Fix JavaDoc typo in LocalServerPort
...
See gh-33683
2 years ago
Moritz Halbritter
6e07189a45
Merge branch '2.7.x'
...
Closes gh-33723
2 years ago
Moritz Halbritter
0c04d4804e
Merge pull request #33708 from sannanansari
...
* pr/33708:
Use Maven Central for SDKMAN download
Closes gh-33708
2 years ago
Sanan
b0e0731463
Use Maven Central for SDKMAN download
...
See gh-33708
2 years ago
Phillip Webb
2e90b71c30
Do not attempt constructor binding for items with an existing value
...
Update `DefaultBindConstructorProvider` so that it no longer detects
constructors when the `Bindable` has an existing value. This update
allows us change `ConfigurationPropertiesBindingPostProcessor` and
related classes so that all instances created from `@Bean` methods
are treated as `JAVA_BEAN` bindings and will not be accidentally
re-created using constructor binding.
Fixes gh-33710
2 years ago
Andy Wilkinson
2d372edcfc
Fix Homebrew formula's install --head support
...
This commit updates the Homebrew formula's install --head support to
use the main branch (rather than the default of master) and to build
the project using Gradle rather than trying to use Maven.
Closes gh-33704
2 years ago
Andy Wilkinson
8fa318453f
Merge branch '2.7.x'
...
Closes gh-33714
2 years ago
Andy Wilkinson
44c201eeff
Upgrade to Gradle Enterprise Conventions 0.0.13
...
Closes gh-33713
2 years ago
Phillip Webb
5ec5007bf0
Merge branch '2.7.x'
...
Closes gh-33706
2 years ago
Phillip Webb
68af379714
Don't use repo.spring.io in released Homebrew or Scoop recipes
...
Update our Homebrew and Scoop recipes to use `repo1.maven.org` rather
than `repo.spring.io` for releases.
Fixes gh-33702
2 years ago
Phillip Webb
0d9967c70c
Polish
2 years ago
Andy Wilkinson
3bcc7ece55
Merge branch '2.7.x'
...
Closes gh-33676
2 years ago
Andy Wilkinson
84c021bc97
Upgrade to Gradle Enterprise Gradle Plugin 3.12.1
...
Closes gh-33672
2 years ago
Andy Wilkinson
ce91415a27
Merge branch '2.7.x'
...
Closes gh-33675
2 years ago
Andy Wilkinson
68531bfba9
Upgrade to Gradle Enterprise Conventions 0.0.12
...
Closes gh-33674
2 years ago
Spring Builds
61e87a6406
Next development version (v3.0.2-SNAPSHOT)
2 years ago
Scott Frederick
5929d95604
Merge branch '2.7.x'
2 years ago
Spring Builds
b10b788cd8
Next development version (v2.7.8-SNAPSHOT)
2 years ago
Phillip Webb
f588793445
Update copyright year of changed files
2 years ago
Phillip Webb
0254619782
Merge branch '2.7.x'
2 years ago
Phillip Webb
e4772cf3b7
Update copyright year of changed files
2 years ago
Phillip Webb
2e7ca6f82d
Warning if <springProfile> is used in phase 2 model elements
...
Add `SpringProfileIfNestedWithinSecondPhaseElementSanityChecker` which
will provide a warning if `<springProfile>` is used within a phase 2
model element. This is similar to Logback's own `<if>` warnings.
The `LogbackLoggingSystem` has also been updated so that warning are
printed when present.
Fixes gh-33610
2 years ago
Phillip Webb
2ed512ddb5
Use model.deepMarkAsSkipped in SpringProfileModelHandler
...
Switch `model.markAsSkipped` to `model.deepMarkAsSkipped` in
`SpringProfileModelHandler`.
Although the current call doesn't appear to be causing issues,
it seems best to align our <springProfile> support with the way
that Logback implements its own `<if>` support.
Closes gh-33618
2 years ago
Phillip Webb
532fed3147
Increase couchbase connection timeout for tests
2 years ago
Phillip Webb
9562a2c2f1
Merge branch '2.7.x'
2 years ago
Phillip Webb
60a75e3799
Increase timeout for ApplicationRunner task
2 years ago
Phillip Webb
6367a8c62c
Merge branch '2.7.x'
2 years ago
Phillip Webb
5ba52d0000
Polish formatting
2 years ago
Phillip Webb
e57824fb58
Merge branch '2.7.x'
...
Closes gh-33617
2 years ago
Phillip Webb
df08eb8b63
Merge pull request #33614 from shekharAggarwal
...
* pr/33614:
Polish 'Improve gradle plugin tags documentation'
Improve gradle plugin tags documentation
Closes gh-33614
2 years ago
Phillip Webb
a2a59dd627
Polish 'Improve gradle plugin tags documentation'
...
See gh-33614
2 years ago
Shekhar Aggarwal
a1df607dd8
Improve gradle plugin tags documentation
...
See gh-33614
2 years ago
Phillip Webb
5814543bb1
Merge branch '2.7.x'
...
Closes gh-33616
2 years ago
Phillip Webb
2b886c1212
Merge pull request #33609 from shekharAggarwal
...
* pr/33609:
Polish 'Improve maven plugin tags documentation'
Improve maven plugin tags documentation
Closes gh-33609
2 years ago
Phillip Webb
c205ba0694
Polish 'Improve maven plugin tags documentation'
...
See gh-33609
2 years ago
Shekhar Aggarwal
79557012a7
Improve maven plugin tags documentation
...
See gh-33609
2 years ago
Phillip Webb
94819ee313
Merge branch '2.7.x'
...
Closes gh-33615
2 years ago
Phillip Webb
b7eb7f214b
Merge pull request #33569 from Artur-
...
* pr/33569:
Polish 'Fix typo in LocalDevToolsAutoConfiguration logging'
Fix typo in LocalDevToolsAutoConfiguration logging
Closes gh-33569
2 years ago
Phillip Webb
42aa661e69
Polish 'Fix typo in LocalDevToolsAutoConfiguration logging'
...
See gh-33569
2 years ago
Artur
549c9e5076
Fix typo in LocalDevToolsAutoConfiguration logging
...
See gh-33569
2 years ago
Phillip Webb
c67915f946
Merge branch '2.7.x'
...
Closes gh-33612
2 years ago
Phillip Webb
4610fe3e44
Upgrade CI to Docker 20.10.22
...
Closes gh-33613
2 years ago
Phillip Webb
6d16aed36e
Merge branch '2.7.x'
2 years ago