Use dynamic copyright years in documentation, adopt to feature flags.

See #3853
This commit is contained in:
Mark Paluch
2025-05-09 10:26:27 +02:00
parent 24a20cc4b1
commit 41431d83d7
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
= Spring Data JPA
:revnumber: {version}
:revdate: {localdate}
:feature-scroll: true
_Spring Data JPA provides repository support for the Jakarta Persistence API (JPA).
It eases development of applications with a consistent programming model that need to access JPA data sources._
@@ -15,7 +14,7 @@ Upgrade Notes, Supported Versions, additional cross-version information.
Oliver Gierke, Thomas Darimont, Christoph Strobl, Mark Paluch, Jay Bryant, Greg Turnquist
(C) 2008-2025 VMware, Inc.
(C) 2008-{copyright-year} VMware, Inc.
Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

View File

@@ -1 +1,2 @@
:feature-scroll:
include::{commons}@data-commons::page$repositories/query-methods-details.adoc[]

View File

@@ -4,6 +4,7 @@ prerelease: ${antora-component.prerelease}
asciidoc:
attributes:
version: ${project.version}
copyright-year: ${current.year}
springversionshort: ${spring.short}
springversion: ${spring}
attribute-missing: 'warn'