java-tutorials/core-java-modules/java-spi
Amit Pandey c03ed0c608 Make changes to remove relativepath from child modules like core java (#15535)
* Make changes to remove relativepath from child modules like core java

* Change some version numbers to minimize changes

* Fix tests

* Make the test more generic so that we dont have to hard code strings as it will require change every new year
2024-01-02 23:14:18 +05:30
..
exchange-rate-api Make changes to remove relativepath from child modules like core java (#15535) 2024-01-02 23:14:18 +05:30
exchange-rate-app JAVA-29231 Move modules inside existing container modules (#15492) 2024-01-01 21:27:05 +02:00
exchange-rate-impl Make changes to remove relativepath from child modules like core java (#15535) 2024-01-02 23:14:18 +05:30
README.md JAVA-29231 Move modules inside existing container modules (#15492) 2024-01-01 21:27:05 +02:00
pom.xml Make changes to remove relativepath from child modules like core java (#15535) 2024-01-02 23:14:18 +05:30

README.md

Java SPI

This module contains articles about the Service Provider Interface (SPI) in Java.

Relevant Articles: