Go to file
Sam Brannen 8f7b118701 Ensure PDF version of Reference Manual does not contain HTML <strong> tags
Prior to this commit, the PDF version of the Spring Reference Manual
contained HTML <strong></strong> tags in code examples due to the fact
that Asciidoctor converts bold formatting (i.e., elements wrapped in
`**` or `*`) within source code blocks into HTML tags even for PDF
rendering.

This commit addresses this issue by removing all bold formatting from
example code blocks.

Closes gh-22577
2019-03-13 15:12:51 +01:00
buildSrc
gradle URL Cleanup 2019-03-12 17:50:04 +01:00
spring-aop Polishing 2019-03-05 13:08:11 +01:00
spring-aspects
spring-beans Polishing 2019-03-07 17:55:32 +01:00
spring-context Polishing 2019-03-07 17:55:32 +01:00
spring-context-indexer Polish 2019-02-27 13:57:09 +01:00
spring-context-support Upgrade to Hibernate Validator 5.4.3 and 6.0.15 2019-02-22 14:18:08 +01:00
spring-core StringUtils.toStringArray/CollectionUtils.toIterator handle null input 2019-03-08 22:40:18 +01:00
spring-expression Polishing 2019-02-15 17:06:11 +01:00
spring-framework-bom
spring-instrument
spring-jcl
spring-jdbc Polish "Align RdbmsOperation javadoc with jdbcTemplate defaults" 2019-03-12 09:09:34 +01:00
spring-jms Polishing 2019-03-07 17:55:32 +01:00
spring-messaging Polishing 2019-03-07 17:55:32 +01:00
spring-orm Upgrade to Hibernate ORM 5.3.9 and EclipseLink 2.7.4 2019-02-26 17:42:55 +01:00
spring-oxm
spring-test Polishing 2019-03-07 17:55:32 +01:00
spring-tx Polishing 2019-02-15 17:06:11 +01:00
spring-web Upgrade to SLF4J 1.7.26, H2 1.4.198, OkHttp 3.13.1, WebJars Locator 0.37 2019-03-06 16:24:14 +01:00
spring-webflux Polishing 2019-03-07 17:55:32 +01:00
spring-webmvc Polishing 2019-03-07 17:55:32 +01:00
spring-websocket
src Ensure PDF version of Reference Manual does not contain HTML <strong> tags 2019-03-13 15:12:51 +01:00
.editorconfig
.gitignore
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
README.md
build.gradle Manual URL Cleanup 2019-03-12 17:52:46 +01:00
gradle.properties
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle

README.md

Spring Framework

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects is 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 Wikipedia 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.