Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-2421

Demo fat jar fails to launch - could not find asciidoctor jruby file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-M3
    • 2.0.0-M4
    • Demo App
    • None

    Description

      context:  https://the-asf.slack.com/archives/CFC42LWBV/p1596851537015600

       

      running the generated demo wicket jar with java -jar fails on startup.

      Need to add the requiresUnpack configuration to the spring boot repackage process. 

       

      <configuration>
          <requiresUnpack>
             <dependency>
                <groupId>org.asciidoctor</groupId>
                <artifactId>asciidoctorj</artifactId>
             </dependency>
          </requiresUnpack>
      </configuration>

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            bkalbfus Brian Kalbfus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: