java-tutorials/core-java-modules/core-java-9-jigsaw
Harry9656 6b0c4b9a80
JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357)
* JAVA-26760: Updated and standardized the junit-jupiter-engine library

* JAVA-26760: Updated and standardized the mockito-junit-jupiter library

* fix mockito-junit-jupiter properties

* fix maven-custom-plugin/usage-example properties

* Fix quarkus-funqy

* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02:00
..
library-core JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357) 2024-04-23 18:45:06 +02:00
library-test/src/test/java BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
src
README.md backlink updated 2024-03-15 12:29:24 +05:30
compile-library-core-module.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-library-core-tests.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-library-core-with-tests.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-library-core.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-library-test-module.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
compile-simple-modules.sh
compile-student-client.bat
compile-student-model.bat
compile-student-service-dbimpl.bat
compile-student-service.bat
download-junit-dependencies.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
pom.xml JAVA-32170: Changes made for Fix formatting of POMs - C_01(#16103) 2024-03-15 17:57:32 +02:00
run-library-core-module-with-patch.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
run-library-core-module.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
run-library-test-class-path.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
run-library-test-module-path.sh BAEL-4174: Java Modularity and Unit Testing (#13805) 2023-04-13 07:51:31 -07:00
run-simple-module-app.sh
run-student-client.bat
run-student-client.sh

README.md

Core Java 9

This module contains articles about Project Jigsaw and the Java Platform Module System (JPMS), introduced with Java 9.

Relevant Articles: