4394e828c1
* JAVA-32410: Update mockito-core to version 5.11.0 * Fix rollback mockito upgrade. * wip * WIP: Update jee-7 wildfly versions * WIP: Fix jersey tests * WIP: rollback powermock module * wip: fix test in spring-data-dynamodb * wip: fix test in spring-security-legacy-oidc * wip: rollback quarkus * wip: fix greeter-spring-boot-autoconfigure * JAVA-33535: Fix spring-core module integration test JAVA-33535: rollback junit-5 module mockito version. * Fix byte-buddy * Fix log4j dependency in apache-poi |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Core Java JAR
This module contains articles about JAR files
Relevant Articles:
- How to Create an Executable JAR with Maven
- Importance of Main Manifest Attribute in a Self-Executing JAR
- Guide to Creating and Running a Jar File in Java
- Get Names of Classes Inside a JAR File
- Find All Jars Containing Given Class
- Creating JAR Files Programmatically
- Guide to Creating Jar Executables and Windows Executables from Java
- Get the Full Path of a JAR File From a Class