arctic-sea
arctic-sea copied to clipboard
Framework for developing OGC services, clients and middleware
Bumps `version.slf4j` from 2.0.5 to 2.0.6. Updates `slf4j-api` from 2.0.5 to 2.0.6 Commits 5ff6f2c prepare for release 2.0.6 2f4aa75 fix SLF4J-575 363f0a5 remove unused parts 171679b SLF4J-574: Add full OSGi...
Bumps `version.slf4j` from 2.0.5 to 2.0.6. Updates `slf4j-api` from 2.0.5 to 2.0.6 Commits 5ff6f2c prepare for release 2.0.6 2f4aa75 fix SLF4J-575 363f0a5 remove unused parts 171679b SLF4J-574: Add full OSGi...
see individual commits
I was going through the code for the arctic-sea/faroe and I came across a comment saying `TODO JavaDoc` on line number 19. Link: https://github.com/52North/arctic-sea/blob/master/faroe/core/src/main/java/org/n52/faroe/JSONSettingConstants.java I would love to work on...
The class `ComparisonFilter.java` must be refactored since it currently provides to many constructors and setters to be easily manageable. This has considerable impact on the decoders which currently take advantage...
I just noticed that any Link to a Java resource is broken due to the fact, that there is no ```src``` folder on top-level of the repository. Instead there are...
Change the `Map` to a `Map` in [SchemaRepository]( https://github.com/52North/iceland/blob/develop/core/src/main/java/org/n52/iceland/coding/encode/SchemaRepository.java#L63). See https://github.com/52North/iceland/issues/39.
Add a new setting type that generates a random string (or number?) at every time the service starts. Can be used for security tokens etc. See https://github.com/52North/iceland/issues/32
Implement a new setting type that pairs two values. See https://github.com/52North/iceland/issues/31.
Todo: * [ ] Find a solution for additional dependencies to be declared depending on the runtime JRE * [ ] Fix the `maven-notice-plugin` to read the license mappings with...