Browse Source

Move AOT section to MongoDB Support.

See #5078
Original pull request #5080
pull/5109/head
Christoph Strobl 1 month ago committed by Jens Schauder
parent
commit
fd9db7b8c3
No known key found for this signature in database
GPG Key ID: 2BE5D185CD2A1CE6
  1. 2
      src/main/antora/antora-playbook.yml
  2. 2
      src/main/antora/modules/ROOT/nav.adoc
  3. 2
      src/main/antora/modules/ROOT/pages/mongodb/aot.adoc

2
src/main/antora/antora-playbook.yml

@ -17,7 +17,7 @@ content: @@ -17,7 +17,7 @@ content:
- url: https://github.com/spring-projects/spring-data-commons
# Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
branches: [ main, 4.0.x ]
branches: [ main ]
start_path: src/main/antora
asciidoc:
attributes:

2
src/main/antora/modules/ROOT/nav.adoc

@ -36,6 +36,7 @@ @@ -36,6 +36,7 @@
** xref:mongodb/sharding.adoc[]
** xref:mongodb/mongo-search-indexes.adoc[]
** xref:mongodb/mongo-encryption.adoc[]
** xref:mongodb/aot.adoc[]
// Repository
* xref:repositories.adoc[]
@ -55,7 +56,6 @@ @@ -55,7 +56,6 @@
** xref:mongodb/repositories/cdi-integration.adoc[]
** xref:repositories/query-keywords-reference.adoc[]
** xref:repositories/query-return-types-reference.adoc[]
** xref:mongodb/aot.adoc[]
// Observability
* xref:observability/observability.adoc[]

2
src/main/antora/modules/ROOT/pages/mongodb/aot.adoc

@ -26,7 +26,7 @@ Reactive Repository interfaces using Project Reactor, Kotlin Coroutines et. al. @@ -26,7 +26,7 @@ Reactive Repository interfaces using Project Reactor, Kotlin Coroutines et. al.
* `@Meta.flags` is not evaluated.
* Limited `Collation` detection.
* No support for in-clauses with pattern matching / case insensitivity.
* Custom Collection return types (e.g. `io.vavr.collection`, `"org.eclipse.collections`) are not yet supported.
* Custom Collection return types (e.g. `io.vavr.collection`, `org.eclipse.collections`) are not yet supported.
**Excluded methods**

Loading…
Cancel
Save