1. b87b99f Merge branch 'geoapi-3.1': last JUnit5 tuning. by Martin Desruisseaux · 2 months ago
  2. f4bb547 Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 2 months ago
  3. 86578a4 Documentation updates. by Martin Desruisseaux · 2 months ago
  4. 3f8d19d Let JUnit manage temporary directories. by Martin Desruisseaux · 2 months ago
  5. caf0bb3 Cleanup the identification of slow tests. by Martin Desruisseaux · 2 months ago
  6. 462b65d Enable more parallel execution of tests. by Martin Desruisseaux · 2 months ago
  7. d5834c5 Handle a log record about a deprecated EPSG code. by Martin Desruisseaux · 2 months ago
  8. 1c81e3c Fix some synchronization holes in parallel execution of tests. by Martin Desruisseaux · 2 months ago
  9. e328923 Opportunistically use "pattern matching for instanceof" in test code. by Martin Desruisseaux · 2 months ago
  10. c0fc9b4 Better identification of code that will need to be replaced in Java 16. by Martin Desruisseaux · 2 months ago
  11. d17ebf3 Add a common base class for tests that depend on the Garbage Collector activity. by Martin Desruisseaux · 2 months ago
  12. 9c5d68f Logs handled by the wrong `LoggingWatcher` during execution of tests in parallel. by Martin Desruisseaux · 2 months ago
  13. 8cdda23 Enable JUnit parallel tests in `endorsed` modules. by Martin Desruisseaux · 3 months ago
  14. 5e6524b Reduce the risk of deadlock in `CommonCRS` methods by reducing the size of synchronized blocks. by Martin Desruisseaux · 3 months ago
  15. cfb4f1f Make `LoggingWatcher` partially thread-safe, and add synchronization lock in the classes that use it. by Martin Desruisseaux · 3 months ago
  16. 2137624 Print the logging summary after all tests instead of after each class. by Martin Desruisseaux · 3 months ago
  17. acc9458 GeoAPI `TransformTestCase` constructor no longer requires factories. by Martin Desruisseaux · 3 months ago
  18. 73a63a5 Add JUnit extension on classes that do not inherit it from `org.apache.sis.test.TestCase`. by Martin Desruisseaux · 3 months ago
  19. 0d05879 Replace `@BeforeAll` annotations by `Lifecycle.PER_CLASS`. by Martin Desruisseaux · 3 months ago
  20. 55d09a6 Merge branch 'geoapi-3.1': Remove unsupported custom annotations. by Martin Desruisseaux · 3 months ago
  21. 6879e93 Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 3 months ago
  22. 1ee5ff8 Remove `@DependsOn` and `@DependsOnMethod` annotation, which are not supported anymore since we upgraded to JUnit 5. by Martin Desruisseaux · 3 months ago
  23. 131b4ae Merge branch 'geoapi-3.1': by Martin Desruisseaux · 3 months ago
  24. 6cd28b5 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 3 months ago
  25. 7d2c731 Replace calls to an SIS assertion method by calls to the equivalent GeoAPI assertion method. by Martin Desruisseaux · 3 months ago
  26. a71069f Remove an assertion method replaced by a GeoAPI assertion methods. by Martin Desruisseaux · 3 months ago
  27. 9ccb657 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 3 months ago
  28. df1eb4f Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 3 months ago
  29. 52e92ea Update for change in argument order in GeoAPI, for consistency with JUnit 5. by Martin Desruisseaux · 3 months ago
  30. 0af06ae Merge branch 'geoapi-3.1': by Martin Desruisseaux · 3 months ago
  31. 5909d8a Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 3 months ago
  32. cf0f562 Change argument order in SIS `Assertions` classes for consistency with JUnit 5 convention. by Martin Desruisseaux · 3 months ago
  33. fa74186 Replace GeoAPI `Assert` by `Assertions` with argument order consistent with JUnit 5 convention. by Martin Desruisseaux · 3 months ago
  34. 878da1a Merge branch 'geoapi-3.1': Upgrade from JUnit 4 to JUnit 5. by Martin Desruisseaux · 3 months ago
  35. 84992df Merge branch 'geoapi-4.0' into geoapi-3.1: Upgrade from JUnit 4 to JUnit 5. by Martin Desruisseaux · 3 months ago
  36. 1355d5c Replace JUnit 4 runner by JUnit 5 runner. This work requires: by Martin Desruisseaux · 3 months ago
  37. acc896a Cleanup: by Martin Desruisseaux · 3 months ago
  38. e4871e3 Port remaining tests from JUnit 4 to JUnit 5. by Martin Desruisseaux · 3 months ago
  39. f210473 Partial migration of the metadata module to JUnit 5. by Martin Desruisseaux · 3 months ago
  40. bc6f945 Partial migration of the referencing module to JUnit 5. by Martin Desruisseaux · 3 months ago
  41. 23c65d0 Partial revert of previous changes: we need to keep JUnit 4 `org.junit.Assume` until the JUnit 4 runner is remplaced by the JUnit 5 runner. by Martin Desruisseaux · 3 months ago
  42. 3d3d3b7 Upgraded JUnit 5 dependency to 5.10.2 and ported a few more tests. by Martin Desruisseaux · 3 months ago
  43. e410aa7 Remove JUnit 4 dependency from incubator and optional modules. by Martin Desruisseaux · 3 months ago
  44. e814397 Port more tests to JUnit 5. by Martin Desruisseaux · 3 months ago
  45. 787c527 Port some tests to JUnit 5. by Martin Desruisseaux · 3 months ago
  46. 7763c6c Merge branch 'geoapi-3.1' by Martin Desruisseaux · 3 months ago
  47. 9adef8b Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 3 months ago
  48. 0b7455b Post-merge imports reordering. by Martin Desruisseaux · 3 months ago
  49. 51fff83 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 3 months ago
  50. 99f667e Merge branch 'geoapi-4.0' into geoapi-3.1. The changes are mostly cleanups. by Martin Desruisseaux · 3 months ago
  51. daa2c40 Move a large `MetadataBuilder` inner class as a top-level class. by Martin Desruisseaux · 3 months ago
  52. b3122d4 Fix a test case in the handling of wraparound axis in `Envelope2D`. by Martin Desruisseaux · 3 months ago
  53. fc6e728 Use `==` instead of `equals` when comparing `java.lang.Class`, `java.lang.Enum` and `org.opengis.util.CodeList`. by Martin Desruisseaux · 3 months ago
  54. 469576b HTML tags cleanup: <cite> tag was used for wrong purpose. by Martin Desruisseaux · 3 months ago
  55. 11bade0 Rename an internal method: `negativeResult` → `emptyResult`. by Martin Desruisseaux · 3 months ago
  56. 39cac3f Simplify the merge of identifiers during WKT parsing. by Martin Desruisseaux · 3 months ago
  57. 738fd95 Move to public API the annotation used for documenting methods that use assertions for arguments validation. by Martin Desruisseaux · 3 months ago
  58. a721c85 Deprecate a method which is provided in the standard JDK since Java 21. by Martin Desruisseaux · 3 months ago
  59. 9657fff Modernize the check for null argument value: by Martin Desruisseaux · 3 months ago
  60. 938b35b Deprecate `ArgumentChecks` methods that are replaced by Java 9 methods: by Martin Desruisseaux · 3 months ago
  61. 76f2e5a Move in `JDK19` internal class the calls to methods that will be replaced by Java 19 method calls when SIS will be allowed to use it. by Martin Desruisseaux · 3 months ago
  62. f75d3fb Partial cleanup of compiler warnings: by Martin Desruisseaux · 3 months ago
  63. 3520afc Merge branch 'geoapi-3.1': - Post-merge imports reorganization. by Martin Desruisseaux · 3 months ago
  64. fadb6e8 Merge branch 'geoapi-4.0' into geoapi-3.1: - Post-merge import reorganization. by Martin Desruisseaux · 3 months ago
  65. 1a7a2aa Post-merge automatic import reorganization. by Martin Desruisseaux · 3 months ago
  66. 4cbb8b1 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 3 months ago
  67. 9f95c71 Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 3 months ago
  68. 05930cb Resolve relative path of the form "file:something#foo". by Martin Desruisseaux · 3 months ago
  69. b145319 `URISource.create(…)` should also separate the path from the fragment, by Martin Desruisseaux · 3 months ago
  70. 495d154 Allow `IOUtilities.toFileOrURL(String)` to convert "file:something" to a relative file. by Martin Desruisseaux · 3 months ago
  71. 8a2883a Modify `IOUtilities.encodeURI(String)` to encode '\' too (for Windows paths) and restore the public modifier on the signature. by Martin Desruisseaux · 3 months ago
  72. f06d89a Change the order of options for the "transform" command. by Martin Desruisseaux · 3 months ago
  73. b0f5f0e Allow the resolution of relative `xlink:href` from GML files opened as a `DataStore`. by Martin Desruisseaux · 3 months ago
  74. 53a36ee Reduce the amount of magic in `IOUtilities` relative to the conversion from URL to Path. by Martin Desruisseaux · 3 months ago
  75. 64cdd84 English grammar fix: "amount of" → "number of" (for countable objects). by Martin Desruisseaux · 3 months ago
  76. bdccdc1 Fix a formatting error (exception or broken strings) when the WKT contains numbers formatted as a matrix and X364 coloring is enabled. by Martin Desruisseaux · 3 months ago
  77. 7ace1d8 Add an option for requesting the inverse of an operation on the command-line. by Martin Desruisseaux · 3 months ago
  78. 5f13a88 Fix timezone issues: by Martin Desruisseaux · 3 months ago
  79. 256182d feat(Renderer): reorganize renderer, cleaning code, add doc, start test cases by jsorel · 3 months ago
  80. 1084046 Correction in `transform(MathTransform)` method contract: CRS is null. by Martin Desruisseaux · 3 months ago
  81. 3c0fbe8 feat(Geometry): add toJava2D method on GeometryWrapper by jsorel · 3 months ago
  82. 1de7bff Fix grammatical errors. by Martin Desruisseaux · 3 months ago
  83. 3939680 Replace Latin-1 encoding by escape sequences in property files for avoiding problems with the fact than UTF-8 will become the default encoding. by Martin Desruisseaux · 3 months ago
  84. 7646647 Rename `getResources(…)` to `forLocale(…)` or `forProperties(…)` in `Errors`, `Messages` and `Vocabulary` classes for consistency with other `IndexedResourceBundle` subclasses. by Martin Desruisseaux · 3 months ago
  85. c54e64e Consolidation in the warnings about auxiliary files. by Martin Desruisseaux · 3 months ago
  86. fce18cb Reduce the verbosity of log record or error message during XML unmarshalling. by Martin Desruisseaux · 3 months ago
  87. b2cc74d Fix an almost never-ending loop when loging a warning with a message too long for fitting on a line, by Martin Desruisseaux · 3 months ago
  88. f11bfb4 feat(Map): add a first template of Map portrayer by jsorel · 3 months ago
  89. 099e845 Add an `--operation` parameter which can be used instead of `--sourceCRS` and `--targetCRS` in the command-line interface. by Martin Desruisseaux · 3 months ago
  90. 2a51813 Merge branch 'geoapi-3.1': Post-merge reorganization of import statements. by Martin Desruisseaux · 3 months ago
  91. 8aa2ee6 Modification in the automatic import reorganization program: by Martin Desruisseaux · 3 months ago
  92. 24e0c1b Merge branch 'geoapi-4.0' into geoapi-3.1: post-merge reorganization of imports. by Martin Desruisseaux · 3 months ago
  93. e5ffa1f Post-merge automatic import reorganization. by Martin Desruisseaux · 3 months ago
  94. 9cee411 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 3 months ago
  95. f58c7f7 Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 3 months ago
  96. a2cb374 Migrate tests of `org.apache.sis.portrayal` to JUnit 5. by Martin Desruisseaux · 3 months ago
  97. 4eb5787 Move non-released `org.apache.sis.map` package to an incubator module. by Martin Desruisseaux · 3 months ago
  98. cf568b1 Ignore zero-width spaces and other ignorable characters in CRS identifiers. by Martin Desruisseaux · 3 months ago
  99. ace1c7a Add a JUnit test for URN to temporal CRS. by Martin Desruisseaux · 3 months ago
  100. 817ba92 Consolidation: add a missing `tryConcatenate(Joiner) implementation and minor refactoring of 3 other implementations. by Martin Desruisseaux · 4 months ago