Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Draft
christophstrobl wants to merge3 commits intomain
base:main
Choose a base branch
Loading
fromissue/3383
Draft

Update documentation#3384

christophstrobl wants to merge3 commits intomainfromissue/3383

Conversation

@christophstrobl
Copy link
Member

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

@christophstroblchristophstrobl linked an issueOct 21, 2025 that may beclosed 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

@schauderschauderNov 4, 2025
edited
Loading

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.
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 requestNov 5, 2025
Removed all the generic AOT documentation with a reference to the section in Spring Data CommonsSee #spring-projects/spring-data-commons#3384
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@schauderschauderschauder left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Update Documentation

3 participants

@christophstrobl@schauder

[8]ページ先頭

©2009-2025 Movatter.jp