Moritz Halbritter
56b51d01a7
Clarify that AOT uses code generation
3 years ago
Moritz Halbritter
3c45a805f5
Polish documentation
3 years ago
Moritz Halbritter
648db6d1ea
Remove reference to spring-cli run command from documentation
3 years ago
Moritz Halbritter
9e414fa263
Update minimum required maven version to 3.5 in documentation
3 years ago
Moritz Halbritter
c0728e1288
Polish documentation
3 years ago
Moritz Halbritter
5a97c1493e
Update Java 11 to Java 17 in documentation
3 years ago
Moritz Halbritter
7922ac63bc
Polish documentation
3 years ago
Moritz Halbritter
1e70822adb
Fix javax with jakarta references in documentation
3 years ago
rishal
c84399e705
Add toString method for EndpointRequestMatcher
...
See gh-33690
3 years ago
Sanan
f291695bda
Remove run example from documentation
...
See gh-33519
3 years ago
rfigueroa
2b3a24be18
Update dockerfile samples to use Java 17
...
See gh-33629
3 years ago
Joseph Lane
54754d2c7a
Fix typo in External Configuration documentation
...
See gh-33630
3 years ago
Krzysztof Krason
cf6493f65c
Simplify AssertJ assertions and also make them more readable
...
See gh-33653
3 years ago
Anugrah Singhal
3191c678c3
Remove Jetty/Netty/ApacheHttpClient checks for WebClient
...
See gh-33640
3 years ago
Bart
aa8a531731
Fix a type in the ExitCodeGenerator documentation
...
See gh-33658
3 years ago
Christoph Dreis
1b4ef5db0f
Update copyrights to 2023
...
See gh-33682
3 years ago
Kaveh Shamsi
2d95e4a31e
Fix JavaDoc typo in LocalServerPort
...
See gh-33683
3 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
3 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
3 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
3 years ago
Phillip Webb
f588793445
Update copyright year of changed files
3 years ago
Phillip Webb
e4772cf3b7
Update copyright year of changed files
3 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
3 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
3 years ago
Phillip Webb
532fed3147
Increase couchbase connection timeout for tests
3 years ago
Phillip Webb
5ba52d0000
Polish formatting
3 years ago
Phillip Webb
a2a59dd627
Polish 'Improve gradle plugin tags documentation'
...
See gh-33614
3 years ago
Shekhar Aggarwal
a1df607dd8
Improve gradle plugin tags documentation
...
See gh-33614
3 years ago
Phillip Webb
c205ba0694
Polish 'Improve maven plugin tags documentation'
...
See gh-33609
3 years ago
Shekhar Aggarwal
79557012a7
Improve maven plugin tags documentation
...
See gh-33609
3 years ago
Phillip Webb
42aa661e69
Polish 'Fix typo in LocalDevToolsAutoConfiguration logging'
...
See gh-33569
3 years ago
Artur
549c9e5076
Fix typo in LocalDevToolsAutoConfiguration logging
...
See gh-33569
3 years ago
Phillip Webb
bc6fc33498
Polish
3 years ago
Scott Frederick
fead976952
Adapt to changes in Couchbase client
...
See gh-33588
3 years ago
Phillip Webb
5f30a70581
Upgrade to Undertow 2.3.2.Final
...
Closes gh-33608
3 years ago
Phillip Webb
41f5cd3fde
Upgrade to UnboundID LDAPSDK 6.0.7
...
Closes gh-33607
3 years ago
Phillip Webb
ed9dd0783a
Upgrade to Thymeleaf Extras SpringSecurity 3.1.1.RELEASE
...
Closes gh-33606
3 years ago
Phillip Webb
bf855cf053
Upgrade to Spring Integration 6.0.1
...
Closes gh-33605
3 years ago
Phillip Webb
952c439c9e
Upgrade to SLF4J 2.0.6
...
Closes gh-33604
3 years ago
Phillip Webb
cc8236f1c4
Upgrade to Netty 4.1.86.Final
...
Closes gh-33603
3 years ago
Phillip Webb
2a77f5fa6e
Upgrade to MSSQL JDBC 11.2.2.jre17
...
Closes gh-33601
3 years ago
Phillip Webb
7e57a100e8
Upgrade to MongoDB 4.8.1
...
Closes gh-33600
3 years ago
Phillip Webb
29c0eb13d7
Upgrade to Lettuce 6.2.2.RELEASE
...
Closes gh-33599
3 years ago
Phillip Webb
b0b20e4e42
Upgrade to jOOQ 3.17.6
...
Closes gh-33597
3 years ago
Phillip Webb
19f19559aa
Upgrade to Jetty 11.0.13
...
Closes gh-33596
3 years ago
Phillip Webb
c98f34ffca
Upgrade to Jaybird 4.0.8.java11
...
Closes gh-33595
3 years ago
Phillip Webb
d732eef8b6
Upgrade to Infinispan 14.0.4.Final
...
Closes gh-33594
3 years ago
Phillip Webb
735f422505
Upgrade to HttpCore 4.4.16
...
Closes gh-33593
3 years ago
Phillip Webb
a6f0fcd8f2
Upgrade to HttpClient 4.5.14
...
Closes gh-33592
3 years ago
Phillip Webb
2eb7f643a8
Upgrade to Hibernate 6.1.6.Final
...
Closes gh-33591
3 years ago