Skip to content
Snippets Groups Projects
Commit 656d4566 authored by Martin Vogel's avatar Martin Vogel
Browse files

Merge branch 'feature/1085-rc2-release' into 'main'

#1085: Release Candidate 2

See merge request !208
parents c72425c6 b92504c0
No related branches found
No related tags found
1 merge request!208#1085: Release Candidate 2
......@@ -4,6 +4,23 @@ All notable changes to the FIT-Connect Java SDK will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [1.0.0-rc.1]
## [1.0.0-rc.2] - 2023-06-14
### Fixed
- Fix of invalid XML schema validation (#1070)
- Fix of invalid ReplyChannel validation (#1073)
### Changed
- Upgraded dependencies:
- Jackson 2.15.2
- Lombok 1.18.28
- Logback 1.4.8
- Apache Tika 2.8.0
- Json Schema Validator 1.0.84
### Removed
- The command-line client was removed from the actual sdk client module, since it was only for testing purposes
## [1.0.0-rc.1] - 2023-03-05
- initial release candidate version of the SDK
......@@ -12,6 +12,9 @@ import dev.fitko.fitconnect.core.routing.RouteVerifier;
import java.util.List;
import java.util.function.Supplier;
/**
* A client to retrieve routing information for areas and destinations.
*/
public final class RouterClient {
private final RoutingService routingService;
......
......@@ -67,7 +67,6 @@
<lombock.version>1.18.28</lombock.version>
<jackson-databind.version>2.15.2</jackson-databind.version>
<jackson-annotations.version>2.15.0</jackson-annotations.version>
<lombock.version>1.18.28</lombock.version>
<logback.version>1.4.8</logback.version>
<slf4j.version>2.0.7</slf4j.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment