Rob Winch
68235464fc
Use include-code Macro
2 years ago
Rob Winch
51ada4e19d
Fix invalid nav elements
2 years ago
Rob Winch
1a8e0031fe
Fix index Overview link
2 years ago
Rob Winch
d8bcbd53e1
Fix invalid attributes
2 years ago
Rob Winch
6993a9eee4
fix antora.yml attributes
2 years ago
Rob Winch
d2720741a5
Fix antora.yml gradle command
2 years ago
Rob Winch
067e6c2a9e
fix framework-docs.gradle
2 years ago
Rob Winch
35229c8bff
Enable Section Summary TOC for small pages
2 years ago
Rob Winch
139cde47e2
Fix cross references
2 years ago
Rob Winch
6b341ddf19
Remove includes
2 years ago
Rob Winch
5aecfb1878
Generate a default navigation
2 years ago
Rob Winch
9f49d24833
Split files
2 years ago
Rob Winch
ac69a5dac3
Copy default antora files
2 years ago
Rob Winch
7f9061a3cb
Fix image::image
2 years ago
Rob Winch
a05ff6c126
Remove unnecessary asciidoc attributes
2 years ago
Rob Winch
9ceb75b228
Insert explicit ids for headers
2 years ago
Rob Winch
3fe7c65218
Migrate Structure
2 years ago
Rob Winch
a78836c18b
Remove duplicated testing from .adoc file path
2 years ago
Rob Winch
2a4a1cc550
Remove -languages suffix from .adoc files
2 years ago
Rob Winch
c762c07290
Remove integration- prefix from .adoc files
2 years ago
Rob Winch
957467aa32
Remove data-access- prefix from .adoc files
2 years ago
Rob Winch
49a4734cfa
Remove core- prefix from .adoc files
2 years ago
Sébastien Deleuze
9fec516560
Skip CRaC support with native images
...
Skip CRaC support with native images to avoid compiling related
infrastructure to the native image and to fix tests via
gh-30422.
See gh-30242
2 years ago
Sébastien Deleuze
f469eff97b
Update RuntimeHintsAgentPlugin to use the native image code path
...
RuntimeHintsAgentPlugin purpose is to verify that the reflective
invocations expected match the ones performed.
gh-30242 introduces a code path where the reflective invocation
is skipped when running on native.
This issue set the system property "org.graalvm.nativeimage.imagecode"
to "runtime" when running runtime tests with the agent in order to
make sure the code path tested for those tests is the native one.
Closes gh-30422
2 years ago
Stephane Nicoll
69cde11a51
Merge branch '6.0.x'
2 years ago
Stephane Nicoll
44b427c3e1
Add AOT support for Qualifiers
...
This commit handles AutowiredCandidateQualifier instances, rather than
relying on qualifiers being statically defined and meta-annotated with
`@Qualifier`.
Closes gh-30410
2 years ago
Juergen Hoeller
7d2047cdbd
Prevent JVM shutdown before checkpoint
...
See gh-30242
2 years ago
Juergen Hoeller
c76116b970
Keep CracResourceAdapter strongly reachable
...
See gh-30242
2 years ago
Juergen Hoeller
8d604350e4
Support for Project CRaC in DefaultLifecycleProcessor
...
Includes stopForRestart/restartAfterStop functionality.
Closes gh-30242
2 years ago
Juergen Hoeller
4db724984e
Suppress deprecations for compiling on JDK 19/20
2 years ago
Juergen Hoeller
87942ed71d
Support for SequencedCollection/Set/Map (on JDK 21)
...
Includes consistent support for MultiValueMap.
Closes gh-30239
2 years ago
Juergen Hoeller
dd871e0d8c
Trigger rollback for (Completable)Future exception on method return
...
Closes gh-30018
2 years ago
Juergen Hoeller
c1014f5989
Relax relative path existence assertion for parsed URIs
...
See gh-29481
See gh-28522
2 years ago
Juergen Hoeller
6a2262969e
Upgrade to Tomcat 10.1.8, Jetty 11.0.15, Netty 4.1.92, Mockito 5.3.1
2 years ago
Juergen Hoeller
d39e44c209
Deprecate AutowireCapableBeanFactory.createBean(Class, int, boolean)
...
Includes consistent usage of createBean(Class) in SpringBeanJobFactory and SpringBeanContainer.
Closes gh-30345
See gh-29855
See gh-30041
2 years ago
Juergen Hoeller
4d15b58ca4
Remove LocalVariableTableParameterNameDiscoverer
...
Closes gh-29559
2 years ago
Juergen Hoeller
9342317291
Avoid use of java.net.URL constructors (for JDK 20 compatibility)
...
Explicit path computation also leads to consistent relative path semantics for resource URLs.
Closes gh-29481
Closes gh-28522
2 years ago
Sam Brannen
dfd74495bd
Merge branch '6.0.x'
2 years ago
Sam Brannen
aabd685225
Update major/minor version properties in MockServletContext
...
ServletContext has sets of major/minor version properties that we have
not updated in MockServletContext in several years.
Since we upgraded the baseline to Servlet 6.0 in Spring Framework 6.0,
now seems like a good time to update those version properties.
Closes gh-30395
2 years ago
Sébastien Deleuze
90ffa95b6a
Merge branch '6.0.x'
2 years ago
Sébastien Deleuze
cefb734763
Restore native support for record beans
...
After b374824319
related
to gh-29246, `"queryAllDeclaredMethods": true` is now added
on all registered beans.
This legit change triggers oracle/graal#6510 . This
commit workarounds this GraalVM bug, and should be
removed once the GraalVM fix has reached a wide enough
audience.
Closes gh-30383
2 years ago
Stephane Nicoll
825f160369
Merge branch '6.0.x'
2 years ago
Stephane Nicoll
82e5464972
Avoid extra "__BeanDefinitions" suffix for inner classes
...
This commit makes AOT class names for bean definitions shorter.
Previously, the "__BeanDefinitions" suffix was applied for all
classes, but it was unnecessary for inner classes as the container
class already has the qualifier.
Closes gh-29846
2 years ago
Stephane Nicoll
834e694e94
Merge branch '6.0.x'
2 years ago
Stephane Nicoll
02132bd060
Infer resource hints for PropertySource#value
...
This commit adds a resource hints for the target(s) of a @PropertySource
declaration.
Closes gh-30376
2 years ago
Stephane Nicoll
f6875b11ff
Generate missing hints for custom PropertySource factories
...
Closes gh-30175
2 years ago
Sam Brannen
ce3e9b0c29
Polishing
2 years ago
Sam Brannen
1c7ceaa2ca
Improve Javadoc for AbstractEnvironment and Profiles
2 years ago
Sam Brannen
7e0620a143
Use new Environment.matchesProfiles() method
2 years ago
Sam Brannen
fb039a3e0c
Merge branch '6.0.x'
2 years ago