Enable the generation of documentation for extensions whose package name contains 5 specific components #18106
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because I'm going to introduce an extension named
quarkus-hibernate-search-orm-elasticsearch-aws
. Yes that's a mouthful, but considering it's an integration into the existingquarkus-hibernate-search-orm-elasticsearch
, there isn't much choice in how to name it...The change is quite similar to 5be4cff, so I expect it should be safe?
Note I also tried the pattern
^io\\.quarkus\\.(\\w+)(?:\\.(\\w+))*
as an alternative, but it doesn't work: it seems capturing groups in non-capturing groups are ignored for some reason.