* Use java 21 to run tests
* Skip tests that are not working on 21, must revert this at some point
---------
Co-authored-by: Marvin Froeder <velobr@gmail.com>
* Attempt to simplify build process using maven toolchains
* Introduce property to hold latest jdk version
---------
Co-authored-by: Marvin Froeder <velobr@gmail.com>
* Copy-paste JAX-RS to new module to allow jakarta support
* Update README file
* Fix code formatting
* Move jakart module to java11 profile
* Add jakarta to overview map
* Reuse testing code between Jakarta and jaxrs modules
* Reuse testing code between Jakarta and jaxrs modules
* Release jakarta as part of java 11 flow
* Release jakarta as part of java 11 flow
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
* Modify DefaultMethodHandler to work with Android.
* Modified to work with Android. Previous commit worked up to API level 28 (Android 8) however, Android 9+ enforces more strict checking with reflection.
* Remove TravisCI
With the migration to CircleCI complete, this change removes the
Travis CI configurations that are no longer needed.
* Correcting License Headers
Configuring Circle CI to deploy to Maven Central.
* Locking Snapshot to build only on master
* All builds must pass before deploying a snapshot on master