Go to file
Brian Clozel e35fe33b72 Revisit fix for gh-26905 in UriComponentsBuilder
This commit revisits the recently updated `PORT_PATTERN` in
`UriComponentsBuilder`. The fix introduced in gh-26905 fails with
ambiguous URL patterns, especially when the port and path parts of the
pattern are hard to differentiate, for example
"https://localhost:{port}{path}".

This commit reinstates the previous behavior without undoing the actual
fix. The only limitation introduced here is the fact that only a single
pattern variable is allowed for the port pattern part.

Fixes gh-27039
2021-06-08 15:26:13 +02:00
.github
buildSrc Introduce Gradle Toolchain support in build 2021-03-15 14:33:41 +01:00
ci Make script executable 2021-05-05 14:26:12 +02:00
framework-bom
gradle Store resolved toolchain info as custom values in build scan 2021-05-05 15:19:27 +02:00
integration-tests
spring-aop Polishing 2021-04-29 16:53:53 +02:00
spring-aspects
spring-beans Polishing 2021-06-07 13:24:46 +02:00
spring-context Nullability refinements 2021-06-08 14:23:06 +02:00
spring-context-indexer Polish Javadoc in spring-context-indexer 2021-05-31 16:24:09 +02:00
spring-context-support Log delegate service initialization at debug level (instead of info) 2021-05-11 15:46:41 +02:00
spring-core Upgrade to ASM master 2021-06-07 12:28:17 +02:00
spring-expression Polish SpEL SelectionAndProjectionTests 2021-04-26 16:23:21 +02:00
spring-instrument
spring-jcl
spring-jdbc Deprecate internal APIs in ScriptUtils in spring-jdbc 2021-05-18 15:43:54 +02:00
spring-jms Polishing 2021-06-07 13:24:46 +02:00
spring-messaging Clean up @SuppressWarnings("ConstantConditions") 2021-06-08 13:47:00 +02:00
spring-orm Polish tests 2021-04-12 20:11:14 +02:00
spring-oxm Polish Jaxb2MarshallerTests 2021-05-04 13:46:31 +02:00
spring-r2dbc Polishing 2021-05-23 18:27:31 +02:00
spring-test Increase the likelihood that timed tests pass on CI server 2021-05-11 16:16:18 +02:00
spring-tx Improve @Transactional docs regarding method visibility 2021-05-30 17:10:01 +02:00
spring-web Revisit fix for gh-26905 in UriComponentsBuilder 2021-06-08 15:26:13 +02:00
spring-webflux Add awaitExchangeOrNull extension function to reactive webclient 2021-06-08 12:06:53 +02:00
spring-webmvc Nullability refinements 2021-06-08 14:23:06 +02:00
spring-websocket Nullability refinements 2021-06-08 14:23:06 +02:00
src Polish Kotlin reference documentation 2021-06-08 11:44:03 +02:00
.editorconfig
.gitattributes
.gitignore Add vscode folder to .gitignore 2021-02-23 17:43:39 +01:00
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md Add section of CI builds 2021-03-03 11:42:35 +01:00
SECURITY.md
build.gradle Upgrade to Kotlin Serialization 1.2.1 2021-06-08 11:44:03 +02:00
gradle.properties Next development version (v5.3.8-SNAPSHOT) 2021-05-12 05:50:28 +00:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle Store resolved toolchain info as custom values in build scan 2021-05-05 15:19:27 +02:00

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.