Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-5574

Dump persistence generated classes to disk with Quarkus

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 1.10.0.Final
    • 1.8.0.Final
    • Core Engine
    • None
    • 2
    • False
    • False
    • Undefined
    • 2021 Week 28-30 (from Jul 12)

    Description

      With Spring Boot, we dump generated compiled persistence classes to target/classes, so they are easily viewable by a user in case they want to debug.

      With Quarkus, however, it is a bit different as the generated persistence classes are compiled in memory and then registered with Quarkus, but not dumped to the disk. The reason is we filter generated persistence classes for resources (like proto files) and dump only those. It would be good to have all generated files written on the disk.

      Attachments

        Activity

          People

            mmacik@redhat.com Marian Macik
            mmacik@redhat.com Marian Macik
            Daniele Zonca Daniele Zonca
            Daniele Zonca Daniele Zonca
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: