edizor
6cf91e7eca
Update README.md
...
[skip ci]
2023-04-20 17:48:05 +08:00
Eugene Kovko
c255eb13c1
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
7026b0abc9
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
Asjad J
96a62ee2de
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
3c2b8bb1f1
BAEL-1699 - modify code comment typo
2022-04-12 16:39:47 +08:00
515882294
4b11cc78b0
BAEL-1699 - Java 9 illegal reflective access warning
2022-04-07 22:06:01 +08:00
Haroon Khan
b8e5235446
[JAVA-8679] Fix test for JDK 17
2021-12-15 17:54:29 +00:00
Loredana Crusoveanu
02f34bab02
disable tests until they are fixed
2021-11-26 10:40:22 +02:00
sampadawagde
55e113fe32
JAVA-5223: Fix formatting of POMs (Others)
2021-05-17 20:21:04 +05:30
sampadawagde
f3e71d70ad
JAVA-5223: Fix formatting of POMs (Part 3)
2021-05-06 19:53:35 +05:30
Loredana Crusoveanu
bd22cd94f2
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
0e54f859cc
JAVA-2824 Fix tests in Java 9 and above modules
2020-10-22 22:04:22 +02:00
dgcd
103bd4cf65
Fixed typos in core-java-9-jigsaw module
2020-10-11 01:23:32 +03:00
Michael Angstadt
388f03ae9a
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
1f4a4e24ec
pom formatting
2020-03-15 18:22:24 +05:30
catalin-burcea
153a3923f0
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
Alessio Stalla
0e3e7e9106
Merge branch 'master' into BAEL-16633
2019-10-30 23:09:06 +01:00