todvora / eet-client

Client and library for #EET communication - http://www.etrzby.cz/ , written in Java
MIT License
48 stars 26 forks source link

Update client to Java 11 #42

Closed pilec closed 4 years ago

pilec commented 4 years ago

Attempt to fix https://github.com/todvora/eet-client/pull/40

BC BREAK

after a discusion with @todvora, we decided to drop support of JDK7 to allow JDK10,11. Because used libraries cannot be used in both of them.

todvora commented 4 years ago

Thank you!

There are still tests failing. Any idea why and how to fix these?

pilec commented 4 years ago

Yes, yes, I know almost precisely how to deal with that- sorry, still work on progress and I forgot to mark like that.

todvora commented 4 years ago

Thank you! It is merged now. Fixing the release process currently.

landsman commented 4 years ago

@todvora probably it possible to do it via github actions: https://github.com/samuelmeuli/action-maven-publish