Skip to content

emptracker v1.1.0

Latest
Compare
Choose a tag to compare
@PhilippSalvisberg PhilippSalvisberg released this 13 Nov 14:34

New

#1 Update libraries and use JDK 17

  • Compiles with JDK8, JDK11, JDK17
  • Uses SpringBoot 2.7.5 with default logging configuration (Logback via SLF4J)
  • Uses only dependencies from public Maven repositories
  • Updated dependencies to latest versions
    • org.twitter4j:twitter4j-core:4.1.2
    • javax.transaction:jta:1.1
    • com.oracle.database.jdbc:ojdbc8-production:21.7.0.0
    • com.oracle.database.messaging:aqapi:21.3.0.0
    • com.oracle.database.jdbc:ucp:21.7.0.0
  • Uses JUnit 5 instead of JUnit 4