Skip to content

Conversation

@christophstrobl
Copy link
Member

Do not merge right away - rather generic to capture various documentation changes.

@christophstrobl christophstrobl linked an issue Oct 21, 2025 that may be closed by this pull request
|Comma separated list of FQCN for which to contribute Bytecode for generated Type/Property Accessors.
Ant-style include patterns matching package names (e.g. `com.acme.**`) or type names inclusion.
Ant-style include patterns matching package names (e.g. `example.springdata.**`) or type names inclusion.
Inclusion pattern matches are evaluated before exclusions for broad exclusion and selective inclusion.
Copy link
Contributor

@schauder schauder Nov 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find this order of evaluation business rather confusing, because it is really about precedence.

Something like this seems easier to understand.

If a type is matched by a inclusion and an exclusion, the exclusion wins and the type is considered excluded.

|Comma separated list of FQCN for which to skip contribution of Bytecode for generated Type/Property Accessors.
Ant-style exclude patterns matching package names (e.g. `com.acme.**`) or type names exclusion.
Ant-style exclude patterns matching package names (e.g. `example.springdata.**`) or type names exclusion.
Exclusion pattern matches are evaluated after inclusions for broad exclusion and selective inclusion.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See above.


|`spring.aot.[module-name].repositories.enabled`
|Boolean flag to control contribution of Source Code for Repository Interfaces for a certain module (eg. `jdbc`, `jpa`, `mongodb`, `cassandra`)
|Boolean flag to control contribution of Source Code for Repository Interfaces for a certain module (eg. `cassandra`, `jdbc`, `jpa`, `mongodb`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eg. -> e.g.

schauder added a commit to spring-projects/spring-data-mongodb that referenced this pull request Nov 5, 2025
Removed all the generic AOT documentation with a reference to the section in Spring Data Commons

See #spring-projects/spring-data-commons#3384
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Documentation

3 participants