-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Implement include and exclude filtering when calling registerAutoDetectedExtensions in MutableExtensionRegistry #4120
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
marcphilipp
merged 33 commits into
junit-team:main
from
YongGoose:feature/enable-specific-global-extensions-in-junit
Dec 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
cfb6845
Enable specific global extension in JUnit 5
YongGoose 07a6ae3
Update junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/ex…
YongGoose 4a896f1
Add Java 9+ variant for optimized ServiceLoader filtering
YongGoose 7c58f66
Merge branch 'main' into feature/enable-specific-global-extensions-in…
YongGoose 09dca93
Remove final keyword
YongGoose 355e113
Merge branch 'main' into feature/enable-specific-global-extensions-in…
YongGoose 2568ffe
Avoid instantiating deactivated TestExecutionListeners
marcphilipp d5a3511
Pass ServiceLoader to Utils to avoid failing its caller check
marcphilipp a599008
Merge pull request #1 from junit-team/marc/avoid-deactivated-test-exe…
YongGoose 8b2f41e
Update junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/ex…
YongGoose eb32053
Update junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/ex…
YongGoose 1597992
Update junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/ex…
YongGoose eb1b5b3
Update junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/ex…
YongGoose f86c1d6
Add constants and javadoc for supported syntax
YongGoose 02c91b5
move code to JupiterConfiguration
YongGoose 3c95ac9
Update junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/co…
YongGoose 624760b
Rename method
YongGoose 6c5d6c3
Add javadoc
YongGoose 13645f0
Update user-guide
YongGoose 9daa88a
Merge branch 'main' into feature/enable-specific-global-extensions-in…
YongGoose f870747
Log excluded classes once
YongGoose 671e387
Update junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/ex…
YongGoose 87ac022
Merge branch 'main' into feature/enable-specific-global-extensions-in…
YongGoose a190de6
Apply spotless
YongGoose 13c1b19
Update user-guide
YongGoose 6e5b161
Document new configuration parameters
marcphilipp ec13b6d
Add integration test
YongGoose ff30825
Merge remote-tracking branch 'origin/feature/enable-specific-global-e…
YongGoose 4b3c670
Avoid 2nd loop and loading all extensions
marcphilipp 6279713
Polish tests
marcphilipp 93f0e2f
Improve readability
marcphilipp f92b14d
Return "constant" predicates for default case
marcphilipp fbefdc9
Remove orphaned anchor
marcphilipp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.