- Notifications
You must be signed in to change notification settings - Fork699
Update documentation#3384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Update documentation#3384
Conversation
| |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. |
There was a problem hiding this comment.
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 exclusionwins 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. |
There was a problem hiding this comment.
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`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
eg. -> e.g.
Removed all the generic AOT documentation with a reference to the section in Spring Data CommonsSee #spring-projects/spring-data-commons#3384
Do not merge right away - rather generic to capture various documentation changes.