dreis2211
2b06f17c69
Fix links to external types in javadoc
...
See gh-19581
5 years ago
dreis2211
207a5c5022
Link consistently to Tomcat 9.0 docs
...
See gh-19340
5 years ago
Andy Wilkinson
3d4157ad6d
Correct SCM URLs in published poms
...
Previously, Maven's default behaviour was relied up which resulted
in the artifact ID being appended to each URL as it was inherited.
This behaviour can only be disabled in Maven 3.6 and later, a version
that we cannot use due to an incompatibility with the Flatten Plugin.
This commit works around Maven's default behaviour by defining
properties for the SCM URL, connection, and developer connection and
then explicitly defining the settings in each pom using these
properties. The explicit definition of the properties in each pom
prevents them being inherited from the parent, thereby disabling the
unwanted appending of the artifact ID to the URL.
Fixes gh-18328
5 years ago
Andy Wilkinson
8882c532cd
Correct attribute references in reference documentation
...
Fixes gh-18163
5 years ago
dreis2211
087795fb67
Remove duplicated dependency in spring-boot-docs
...
See gh-18092
5 years ago
Phillip Webb
368eb566fb
Use versioned links in documentation
...
Update the reference documentation to use versioned links rather then
`/current/` whenever possible.
Closes gh-18000
5 years ago
Phillip Webb
348d65b4fe
Polish documentation
5 years ago
Phillip Webb
7f9d143e01
Polish documentation
...
Update reference documentation source to use consistent attribute names
and fix a few formatting issues.
5 years ago
dreis2211
43833c7bf0
Remove unused java-statsd-client dependencies
...
See gh-17508
5 years ago
Stephane Nicoll
a64317b114
Fix broken link to Spring Integration metrics section
...
Closes gh-17543
5 years ago
dreis2211
23b09ecca6
Make dependency available for javadoc generation
...
See gh-17111
6 years ago
Andy Wilkinson
a36aa67b52
Merge branch '2.0.x' into 2.1.x
6 years ago
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
6 years ago
Andy Wilkinson
a0cf4ec017
Add dependency now needed for javadoc generation on Java 11
...
See gh-15775
6 years ago
Stephane Nicoll
5f2517f889
Auto-configure AppOptics metrics
...
Closes gh-14819
6 years ago
Andy Wilkinson
1e2d5a1382
Auto-configure Micrometer's HumioMeterRegistry
...
Closes gh-14804
6 years ago
Stephane Nicoll
d4ec45e192
Fix javadoc generation
6 years ago
Stephane Nicoll
89349c6eb9
Auto-configure KairosDB metrics
...
Closes gh-14821
6 years ago
Stephane Nicoll
f86ed38abf
Upgrade to Groovy 2.5.3
...
Closes gh-14825
6 years ago
Andy Wilkinson
6e5310900b
Switch from thymeleaf-extras-springsecurity4 to extras-springsecurity5
...
Closes gh-14806
6 years ago
Stephane Nicoll
3b0f00dc20
Document how to enable Hibernate 2nd level cache with JCache
...
Closes gh-14734
6 years ago
Madhura Bhave
670aaf7875
Make prometheus push gateway available to javadoc generation
...
See gh-14353
6 years ago
Andy Wilkinson
80d27f7129
Make micrometer-jersey2's classes available to javadoc generation
...
See gh-12482
6 years ago
Stephane Nicoll
40de371a52
Fix build failure
6 years ago
Andy Wilkinson
4c3e2d10d1
Auto-configure Micrometer's Elastic registry
...
Closes gh-14523
6 years ago
Andy Wilkinson
ce75a585b1
Make spring-data-jdbc available to javadoc generation
...
See gh-14489
6 years ago
Andy Wilkinson
def02deaf0
Make micrometer-registry-dynatrace available to javadoc generation
...
See gh-14522
6 years ago
Stephane Nicoll
f3ece97d9d
Add spring-framework.version alias for spring.version
...
Closes gh-12544
6 years ago
Stephane Nicoll
8fcd3fcd4c
Fix javadoc generation on Java10+
6 years ago
Stephane Nicoll
6d4bab911c
Polish "Add Kafka Streams auto-configuration"
...
Closes gh-14021
6 years ago
Stephane Nicoll
4fdb50417d
Disable Groovy scripts for doc generation on Java11
...
See gh-14028
6 years ago
Stephane Nicoll
930c838da9
Remove Narayana support
...
The Spring Boot integration is now handled by the Narayana project
itself at https://github.com/snowdrop/narayana-spring-boot
This commit removes our support.
Closes gh-12026
6 years ago
Andy Wilkinson
78dd7bd934
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
6e5ff77bb0
Merge branch '1.5.x' into 2.0.x
...
The 3.0.1 version of the Maven Javadoc Plugin contains a bug [1] that
means that a link URL must redirect otherwise it is ignored.
[1] https://issues.apache.org/jira/browse/MJAVADOC-532
6 years ago
Stephane Nicoll
ace242db7a
Fix javadoc generation on Java 9/10
6 years ago
Stephane Nicoll
71d26f9ceb
Add missing dependency for Javadoc generation
6 years ago
Brian Clozel
0654dd4de2
Add JUnit Jupiter API to spring-boot-docs build
...
This is required for the docs module to inspect Spring Boot
annotations for meta-annotations.
See gh-13739
6 years ago
Andy Wilkinson
4799a539fe
Stop using groovy-all as it does not exist in Groovy 2.5
6 years ago
Stephane Nicoll
0c4176f596
Drop JsonSimpleJsonParser and JSON simple dependency
...
Closes gh-13471
7 years ago
Brian Clozel
bd8106d77f
Upgrade to Spring Framework 5.1
...
As of Spring Framework 5.1, we're depending on the Reactor Californium
release train.
Reactor Netty is now at version 0.8 and changed its artifact
coordinates, package names and broke several APIs. Spring Framework is
now up-to-date with those changes and this commit does the same for
Spring Boot.
Note that in that process, the `NettyServerCustomizer` has been changed
since the former `HttpServerOptions.Builder` API is now gone from
Reactor Netty, and we're now relying on immutable server instances
instead of a stateful builder pattern.
See gh-13321
7 years ago
Stephane Nicoll
ec65cb1753
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
15ba50ab3e
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
72b45584eb
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
8b028e30d3
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
e4bdf4e513
Polish
7 years ago
Andy Wilkinson
a1bea69555
Make Elasticsearch dependency available to javadoc generation
...
See gh-12600
7 years ago
Stephane Nicoll
b4c901cab6
Merge branch '1.5.x'
7 years ago
Phillip Webb
9e75680e6f
Polish
7 years ago
Stephane Nicoll
ce36529ef8
Fix javadoc generation
7 years ago
Andy Wilkinson
7b32cf82df
Exclude documentation examples from main API Javadoc
7 years ago