Go to file
Sam Brannen 9876ca003b Support fragments in UriComponentsBuilder.fromHttpUrl()
Prior to this commit, UriComponentsBuilder.fromHttpUrl() threw an
IllegalArgumentException if the provided URL contained a fragment.

This commit aligns the implementation of fromHttpUrl() with that of
fromUriString(), by parsing a fragment and storing it in the builder.

Closes gh-25300
2020-06-26 18:30:09 +02:00
.github Configure Gradle wrapper validation action 2020-06-02 14:43:45 +02:00
buildSrc
framework-bom
gradle
integration-tests Implement reliable advice invocation order within an @Aspect 2020-06-08 14:18:28 +02:00
spring-aop Polishing 2020-06-08 19:37:58 +02:00
spring-aspects Polishing 2020-06-23 11:35:22 +02:00
spring-beans Improve Javadoc for @Value regarding supported expressions 2020-06-19 14:32:36 +02:00
spring-context Consistent abstract declaration of "Abstract" base classes 2020-06-11 23:43:41 +02:00
spring-context-indexer
spring-context-support Consistent abstract declaration of "Abstract" base classes 2020-06-11 23:43:41 +02:00
spring-core Avoid dependency on netty-common in DataBufferUtils 2020-06-23 14:20:24 +01:00
spring-expression
spring-instrument
spring-jcl
spring-jdbc Clarify JDBC-defined negative values returned from batchUpdate 2020-05-29 15:51:19 +02:00
spring-jms
spring-messaging Fix checkstyle violation 2020-06-09 11:47:05 +01:00
spring-orm Consistently refer to FlushMode.MANUAL instead of outdated NEVER 2020-05-29 15:51:54 +02:00
spring-oxm
spring-test Undo MockServerRequest deprecation 2020-06-08 15:40:09 +02:00
spring-tx Polishing 2020-06-23 23:20:45 +02:00
spring-web Support fragments in UriComponentsBuilder.fromHttpUrl() 2020-06-26 18:30:09 +02:00
spring-webflux Replace "blacklist" with alternative words 2020-06-17 14:00:26 +02:00
spring-webmvc Consistent abstract declaration of "Abstract" base classes 2020-06-11 23:43:41 +02:00
spring-websocket Extend readOnlyWebSocketHttpHeaders deprecation to 5.1.16 2020-06-06 14:41:06 +02:00
src Fix typo in Java example for handler class 2020-06-23 16:46:14 +02:00
.editorconfig
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle Upgrade to Hibernate ORM 5.4.18 2020-06-23 23:21:12 +02:00
gradle.properties Next Development Version 2020-06-09 06:51:55 +00:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle

README.md

Spring Framework Build Status

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.

Build from Source

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

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.