Skip to content

Commit fbd335d

Browse files
committed
Polishing.
Reorder antora keys. See #1593
1 parent ad4dfc4 commit fbd335d

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/cql/CassandraAccessor.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,7 @@ protected Statement<?> applyStatementSettings(Statement<?> statement) {
344344
*
345345
* @param ex the offending {@link RuntimeException}
346346
* @return the DataAccessException, wrapping the {@code RuntimeException}
347-
* @see <a href=
348-
* "https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#dao-exceptions">Consistent
347+
* @see <a href= "https://docs.spring.io/spring-framework/reference/data-access/dao.html#dao-exceptions">Consistent
349348
* exception hierarchy</a>
350349
* @see DataAccessException
351350
*/
@@ -370,8 +369,7 @@ protected DataAccessException translateExceptionIfPossible(RuntimeException ex)
370369
* @param ex the offending {@link RuntimeException}
371370
* @return the DataAccessException, wrapping the {@code RuntimeException}
372371
* @see org.springframework.dao.DataAccessException#getRootCause()
373-
* @see <a href=
374-
* "https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#dao-exceptions">Consistent
372+
* @see <a href= "https://docs.spring.io/spring-framework/reference/data-access/dao.html#dao-exceptions">Consistent
375373
* exception hierarchy</a>
376374
*/
377375
protected DataAccessException translate(String task, @Nullable String cql, RuntimeException ex) {

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/cql/ReactiveCassandraAccessor.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ public void afterPropertiesSet() {
113113
*
114114
* @param ex the offending {@link DriverException}
115115
* @return the DataAccessException, wrapping the {@code DriverException}
116-
* @see <a href=
117-
* "https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#dao-exceptions">Consistent
116+
* @see <a href= "https://docs.spring.io/spring-framework/reference/data-access/dao.html#dao-exceptions">Consistent
118117
* exception hierarchy</a>
119118
* @see DataAccessException
120119
*/
@@ -139,8 +138,7 @@ protected DataAccessException translateExceptionIfPossible(RuntimeException ex)
139138
* @param ex the offending {@link DriverException}
140139
* @return the DataAccessException, wrapping the {@code DriverException}
141140
* @see org.springframework.dao.DataAccessException#getRootCause()
142-
* @see <a href=
143-
* "https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#dao-exceptions">Consistent
141+
* @see <a href= "https://docs.spring.io/spring-framework/reference/data-access/dao.html#dao-exceptions">Consistent
144142
* exception hierarchy</a>
145143
*/
146144
protected DataAccessException translate(String task, @Nullable String cql, RuntimeException ex) {

src/main/antora/modules/ROOT/pages/cassandra/configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ You can do so either by using Java-based bean metadata or by using XML-based bea
66
These are discussed in the following sections.
77

88
NOTE: For those not familiar with how to configure the Spring container using Java-based bean metadata instead of XML-based metadata, see the high-level introduction in the reference docs
9-
https://docs.spring.io/spring/docs/3.2.x/spring-framework-reference/html/new-in-3.0.html#new-java-configuration[here]
10-
as well as the detailed documentation {springDocsUrl}core.html#beans-java-instantiating-container[here].
9+
link:{springdocsurl}/core/beans/java.html[here]
10+
as well as the detailed documentation {springDocsUrl}/core/beans/java/instantiating-container.html[here].
1111

1212
[[cassandra.cassandra-java-config]]
1313
== Registering a Session Instance by using Java-based Metadata

src/main/antora/resources/antora-resources/antora.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ prerelease: ${antora-component.prerelease}
33

44
asciidoc:
55
attributes:
6-
copyright-year: ${current.year}
6+
attribute-missing: 'warn'
7+
chomp: 'all'
78
version: ${project.version}
9+
copyright-year: ${current.year}
810
springversionshort: ${spring.short}
911
springversion: ${spring}
10-
attribute-missing: 'warn'
1112
commons: ${springdata.commons.docs}
1213
include-xml-namespaces: false
13-
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference
14-
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/commons/docs/${springdata.commons}/api/
14+
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference/{springdata.commons.short}
15+
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/commons/reference/{springdata.commons.short}/api
1516
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}
16-
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
1717
spring-framework-docs: '{springdocsurl}'
18+
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
1819
spring-framework-javadoc: '{springjavadocurl}'
1920
springhateoasversion: ${spring-hateoas}
2021
releasetrainversion: ${releasetrain}

0 commit comments

Comments
 (0)