Go to file
Arjen Poutsma 5502e61519 Support Optional in AbstractJackson2HttpMessageConverter
This commit introduces support for Optional in the
AbstractJackson2HttpMessageConverter, similar the existing support for
collection types were supported.

Closes gh-24498
2023-01-24 13:08:21 +01:00
.github
buildSrc
ci Update Java versions and remove Java 18 build 2023-01-19 09:40:25 +01:00
framework-bom
framework-docs Avoid warnings / Polishing 2023-01-20 15:22:47 +01:00
framework-platform Upgrade to Mockito 5.0 2023-01-17 14:31:11 +01:00
gradle Update Java versions and remove Java 18 build 2023-01-19 09:40:25 +01:00
integration-tests Update copyright headers 2023-01-19 16:20:03 +01:00
spring-aop Update copyright headers 2023-01-20 14:17:53 +01:00
spring-aspects
spring-beans Support code generation for Set with non-comparable elements 2023-01-23 10:55:34 +01:00
spring-context Infer hints for custom constraint validators 2023-01-23 10:15:58 +01:00
spring-context-indexer
spring-context-support Flexible constructor resolution in AutowireCapableBeanFactory.createBean(Class) 2023-01-19 17:10:42 +01:00
spring-core Infer reflection hints for Jackson annotation class attributes 2023-01-23 13:21:34 +01:00
spring-core-test
spring-expression
spring-instrument
spring-jcl
spring-jdbc Avoid warnings / Polishing 2023-01-20 15:22:47 +01:00
spring-jms Update copyright headers 2023-01-19 16:20:03 +01:00
spring-messaging Update copyright headers 2023-01-19 16:20:03 +01:00
spring-orm Flexible constructor resolution in AutowireCapableBeanFactory.createBean(Class) 2023-01-19 17:10:42 +01:00
spring-oxm Update copyright headers 2023-01-19 16:20:03 +01:00
spring-r2dbc Update copyright headers 2023-01-19 16:20:03 +01:00
spring-test Update copyright headers 2023-01-20 14:17:53 +01:00
spring-tx Update copyright headers 2023-01-19 16:20:03 +01:00
spring-web Support Optional in AbstractJackson2HttpMessageConverter 2023-01-24 13:08:21 +01:00
spring-webflux Resolve static resources without wildcard pattern 2023-01-20 17:15:52 +01:00
spring-webmvc Polish RouterFunctionDsl KDoc 2023-01-23 13:28:10 +01:00
spring-websocket Update copyright headers 2023-01-19 16:20:03 +01:00
src
.editorconfig
.gitattributes
.gitignore
.mailmap
.sdkmanrc Updated Java 17 version in sdkmanrc 2023-01-19 10:03:18 +01:00
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle
gradle.properties
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle
update_copyright_headers.sh

README.md

Spring Framework Build Status Revved up by Gradle Enterprise

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".

Spring provides everything required beyond the Java programming language for creating enterprise applications for a wide range of scenarios and architectures. Please read the Overview section as reference for a more complete introduction.

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Access to Binaries

For access to artifacts or a distribution zip, see the Spring Framework Artifacts wiki page.

Documentation

The Spring Framework maintains reference documentation (published and source), GitHub wiki pages, and an API reference. There are also guides and tutorials across Spring projects.

Micro-Benchmarks

See the Micro-Benchmarks wiki page.

Build from Source

See the Build from Source wiki page and the CONTRIBUTING.md file.

Continuous Integration Builds

Information regarding CI builds can be found in the Spring Framework Concourse pipeline documentation.

Stay in Touch

Follow @SpringCentral, @SpringFramework, and its team members on Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed.

License

The Spring Framework is released under version 2.0 of the Apache License.