-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Junit4 by Junit5 whenissue-1186-remove-junit4
* Implement new Junit5 extensions: @AsciidoctorInstance & @ClasspathResource annotations available to inject Asciidoctor instances and resources into tests. * Update all modules to use JUnit5 and the new extensions 'asciidoctorj-wildfly-integration-test' remains on JUnit4 for Arquillian compatibility. Other changes: * Remove some uses of deprecated APIs * Fix typo in sample doc * Replace use of IOUtils.readFull(File) by Files.readString(Path) where possible to remove third-party dependencies. Closes #1186
- Loading branch information
1 parent
3133f12
commit 56f6e36
Showing
91 changed files
with
2,598 additions
and
2,044 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
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.