You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major refactorings to limit the JAX-RS / Jersey exposure of the code to a minimum of classes. This is a preparation for possible alternative implementations (see issue #14 ).
Freed the Station class from Jackson annotations (replacing with a mixin class).
Migrate from JMockit to Mockito since JMockit is conflicting in Java 21.
Building with JDK 21 now (still targeting JDK 8) since Mockito is needing this.