-
-
Notifications
You must be signed in to change notification settings - Fork 702
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable getMemberFromDescriptor to extract class names when methods have spaces * Create JbossDir.java * Create JbossFile.java * Update Vfs.java * Update pom.xml * Updated FilterBuilder#excludePackage to use varargs; brings it in to line with includePackage. * add repeatable annotation test * wip fix'em ~all * AbstractIterator to Iterator * be minimal * windows path * maven release plugins * predicate apply -> test * MethodParameterNamesScanner - fix #256 * Use synchronized list to avoid concurrency failures * Add unit test to reproduce issue * Fix ConfigurationBuilder addClassLoaders * fix custom url class loader test * fix custom url class loader test * fix custom url class loader test * fix custom url class loader test Co-authored-by: shyamz-22 <[email protected]> Co-authored-by: kudrevatykh <[email protected]> Co-authored-by: burkec <[email protected]> Co-authored-by: Honwhy Wang <[email protected]> Co-authored-by: ronma <ronma@> Co-authored-by: merlin <[email protected]> Co-authored-by: Darío Cutillas <[email protected]>
- Loading branch information
1 parent
fb7786b
commit 9a1ac08
Showing
21 changed files
with
503 additions
and
91 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ language: java | |
|
||
jdk: | ||
- openjdk8 | ||
- openjdk9 | ||
- openjdk11 |
This file contains 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 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 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 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 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 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 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.