edizor
6b736c476b
Update README.md
...
[skip ci]
2023-04-20 17:48:05 +08:00
Eugene Kovko
052ea305d9
BAEL-4174: Java Modularity and Unit Testing ( #13805 )
...
* feat: Added two main modules
* feat: Renamed test module
* feat: Added scripts for compiling library modules
* feat: Added scripts for running core module
* feat: Added scripts for running test module
* fix: Fixed module name
* fix: Removed unnecessary module imports
* feat: Added script for running tests with patch
* fix: Remove unnecessary module path imports
* feat: Script for simple classpath tests
* fix: Updated output directory
* fix: Updated output directory for test compilation
* fix: Replace maven repository with local lib folder
* feat: Add lib folder
* feat: Update the scripts
* fix: Remove pom from test module
* fix: Update core pom dependencies
* fix: Remove test module from a parent pom
* fix: Removed jars and added a script
* fix: Fix a script
* fix: Fix pom conflict
2023-04-13 07:51:31 -07:00
Dhawal Kapil
bb5bfa992a
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
Asjad J
1bb9863df7
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-illegal-reflective-access
2022-04-13 09:56:02 +05:00
515882294
4329845b57
BAEL-1699 - modify code comment typo
2022-04-12 16:39:47 +08:00
515882294
fe6893e9c9
BAEL-1699 - Java 9 illegal reflective access warning
2022-04-07 22:06:01 +08:00
Haroon Khan
e5508977e3
[JAVA-8679] Fix test for JDK 17
2021-12-15 17:54:29 +00:00
Loredana Crusoveanu
b11a9bf4a4
disable tests until they are fixed
2021-11-26 10:40:22 +02:00
sampadawagde
7658a78bbc
JAVA-5223: Fix formatting of POMs (Others)
2021-05-17 20:21:04 +05:30
sampadawagde
1ca10a7a99
JAVA-5223: Fix formatting of POMs (Part 3)
2021-05-06 19:53:35 +05:30
Loredana Crusoveanu
f89c83c1c6
Merge pull request #10194 from Maiklins/Java-2824-Fix-Tests-in-Java-9-and-above-modules
...
Java-2824 fix tests in java 9 and above modules
2020-12-30 12:13:19 +02:00
mikr
39af870a1a
JAVA-2824 Fix tests in Java 9 and above modules
2020-10-22 22:04:22 +02:00
dgcd
03922bf4a3
Fixed typos in core-java-9-jigsaw module
2020-10-11 01:23:32 +03:00
Michael Angstadt
f752e6bb30
Use ServiceLoader class to obtain service instance
...
In the "main-app" module, the `HelloInterface` service instance, `HelloModules`, was just being treated like an ordinary class that was exported from the "hello.modules" module. The code was not treating the class as a service class. This is not a good example of how services are used.
This commit makes use of the `ServiceLoader` class, which provides access to the `HelloInterface` instance as defined in the "hello.modules" module. This serves as a better example for how services are used.
2020-05-26 15:46:28 -04:00
amit.pandey
04c9af4965
pom formatting
2020-03-15 18:22:24 +05:30
catalin-burcea
2f7e94bc92
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
Alessio Stalla
83b5897387
#BAEL-16633 split Core Java 9 module - new Java 9 features
2019-10-29 13:58:21 +01:00
Alessio Stalla
0e37289743
#BAEL-16633 split Core Java 9 module - Jigsaw
2019-10-25 16:42:05 +02:00