Browse Source

Polishing.

Use dynamic copyright year. Disable feature-scroll by default on query method details to let modules opt-in.

See #3262
pull/3277/head
Mark Paluch 7 months ago
parent
commit
64def32d83
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      src/main/antora/modules/ROOT/pages/index.adoc
  2. 1
      src/main/antora/modules/ROOT/pages/repositories/query-methods-details.adoc

2
src/main/antora/modules/ROOT/pages/index.adoc

@ -4,7 +4,7 @@ Oliver Gierke; Thomas Darimont; Christoph Strobl; Mark Pollack; Thomas Risberg; @@ -4,7 +4,7 @@ Oliver Gierke; Thomas Darimont; Christoph Strobl; Mark Pollack; Thomas Risberg;
:revnumber: {version}
:revdate: {localdate}
(C) 2008-2025 The original authors.
(C) 2008-{copyright-year} The original authors.
NOTE: 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.

1
src/main/antora/modules/ROOT/pages/repositories/query-methods-details.adoc

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
[[repositories.query-methods.details]]
= Defining Query Methods
:feature-scroll:
The repository proxy has two ways to derive a store-specific query from the method name:

Loading…
Cancel
Save