4
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 10, 2025 — Jun 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'geoapi-3.1' More... 4 days ago
Merge branch geoapi-4.0 into geoapi-3.1. More... 4 days ago
Fix an index out of bounds exception when the image size is smaller than the tile size. Contains also opportunistic javadoc fixes. More... 13 days ago
Merge (with refactoring) branch 'feat/CustomHostS3' into geoapi-4.0. https://github.com/apache/sis/pull/40 More... 14 days ago
Merge branch 'geoapi-3.1'. Contains: - Replacement of `DataStoreProvider.TIMEZONE` by a more unified way to handle parameters. - Support transitive search of metadata title in tree representation. - Bug fixes in SQL store. More... 15 days ago
Merge branch 'geoapi-4.0' into geoapi-3.1. More... 15 days ago
Move some `ParameterDescriptor` management to the public `OptionKey` class. The intent is to remove the internal `URIDataStoreOption` enumeration in the future. More... 15 days ago
Add `@TitleProperty` annotation on more metadata object. This is made possible by the commit just before this one. More... 15 days ago
Support transitive search of metadata title when metadata are represented as a tree. More... 15 days ago
Merge branch 'fix/timestamp-tz-sql-type' into geoapi-4.0. https://github.com/apache/sis/pull/45 More... 17 days ago
Remove unused `StoreUtilities` method and move URI-related method to `URIDataStoreProvider`. More... 17 days ago
Remove `DataStoreProvider.TIMEZONE` because that parameter is optional while `DataStoreProvider` should declare only essential parameters. More... 17 days ago
fix(sql): override sql datatype code for timestamp with timezone column More... 18 days ago
Remove the `SecondaryTrait` internal annotation and use the information provided by the `getStandardType()` method instead. More... 21 days ago
`getStandardType()` returns `ParameterizedType` where applicable. More... 22 days ago
Merge branch 'geoapi-3.1' More... 23 days ago
Merge geoapi-4.0 into geoapi-3.1. The main work are related to improvement in GeoHEIF support. More... 23 days ago
Add a `getStandardType()` method in `LenientComparable` and implement that method in classes. Refactor the `getInterface()` methods in `AbstractMetadata` and `AbstractIdentifiedObject`. More... 23 days ago
Fix an anomaly in the display of the tree of GeoHEIF boxes. More... 25 days ago
Apply to ISO-19115 metadata the same mechanism used by GeoHEIF for summarizing metadata. More... 26 days ago
Minor refactoring of the `PropertyFormat` internal class for making it more convenient to extend. More... 26 days ago
Show summary of GeoHEIF box when the tree node is collapsed. Navigation among HEIF boxes is not easy, so we are trying to help. More... 27 days ago
Set up default protection ruleset for default and release branches More... 28 days ago
Replace some usages of `ReadOnlyObjectWrapper` by `SimpleObjectProperty` in places where the read-only aspect of the property was not really used. More... 28 days ago
Move the storage metadata helper classes to a separated package. This is in anticipation for the addition of more types. More... 28 days ago
Replace the internal `TreeFormatCustomization` interface by a public `TreeTable.Node.isVisible()` method. More... 28 days ago
In the tree of GeoHEIF nodes, move the nodes derived from `flags` below the "flags" node. More... about 1 month ago
In the tree representation of GeoHEIF nodes, indicate when a box is unsupported. More... about 1 month ago
Replace `@todo` Javadoc tag by a new `@Incomplete` annotation for identifying the boxes that are not fully implemented. More... about 1 month ago
Implement the support of the `tilC` box in GeoHEIF files. More... about 1 month ago