This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from 0cd54bd9de `ResourceInternationalString` needs to let subclasses invoke `ResourceBundle.getBundle(…)` themselves. This is necessary in a JPMS context, because this class is not allowed to load resources of another module. new bb45c5eb60 Avoid using `ServiceLoader` directly in the test, because it will not run in a JPMS context. Opportunistic warning resolution. new b8ba8d1b84 Remove @RunWith(TestRunner.class) annotation. They are no longer necessary since their removal in GeoAPI 4.0 development branch. new 7834870b72 Upgrade dependency from JUnit 4 to JUnit 5 vintage. The tests themselves are not yet modified. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../sis/util/iso/DefaultNameFactoryTest.java | 5 +---- .../java/org/apache/sis/io/wkt/WKTParserTest.java | 3 --- .../factory/GeodeticObjectFactoryTest.java | 3 --- .../referencing/geoapi/AuthorityFactoryTest.java | 5 +---- .../geoapi/ParameterizedTransformTest.java | 3 --- .../operation/projection/InitializerTest.java | 8 ++++++- .../operation/transform/LinearTransformTest.java | 5 +---- .../transform/ProjectiveTransformTest.java | 3 --- .../test/java/org/apache/sis/test/TestCase.java | 2 -- pom.xml | 9 ++++++-- .../apache/sis/profile/japan/JapanProfileTest.java | 26 ++++++++++------------ 11 files changed, 29 insertions(+), 43 deletions(-)