Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-6843

Simplify inference of the SupportedDbKind and avoid NoClassDefFoundError on `CommunityDatabase`

XMLWordPrintable

      Second commit is the one that matters.
      We used to try to derive it from the dbKind string, falling back to
      attempting to interpret the Hibernate ORM "DB Product Name".
      But the "DB Product Name" can only be set in situation where we have a
      dbKind string already, so the fallback is pointless.
      Since the fallback also has problems (use of CommunityDatabase which is
      not necessarily in the classpath), we might as well remove it.

      Fixes #50141

              jmartisk@redhat.com Jan Martiska
              msochure@redhat.com Miroslav Sochurek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: