Commit Graph

8 Commits

Author SHA1 Message Date
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