[hibernate-commits] [hibernate/hibernate-ogm] a2e33a: OGM-1567 Add build profile to support JDK >= 11

markus-gritsch noreply at github.com
Tue Apr 21 15:55:32 EDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: a2e33a9dfe2fa2705b8fa1278409fe12c717b2e7
      https://github.com/hibernate/hibernate-ogm/commit/a2e33a9dfe2fa2705b8fa1278409fe12c717b2e7
  Author: gurkerl83 <markus_gritsch at gmx.de>
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  OGM-1567 Add build profile to support JDK >= 11

In JDK 9, some APIs got declared as deprecated, including javax.xml.bind.
>From version 11 onwards, these APIs got removed from the JDK.
Utilization requires an explicit dependency declaration.




More information about the hibernate-commits mailing list