You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Thiago Henrique De Paula Figueiredo (Jira)" <ji...@apache.org> on 2022/04/04 21:43:00 UTC

[jira] [Created] (TAP5-2717) tapestry-hibernate pom.xml doesn't have a compile dependency on tapestry-hibernate-core

Thiago Henrique De Paula Figueiredo created TAP5-2717:
---------------------------------------------------------

             Summary: tapestry-hibernate pom.xml doesn't have a compile dependency on tapestry-hibernate-core
                 Key: TAP5-2717
                 URL: https://issues.apache.org/jira/browse/TAP5-2717
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-hibernate
    Affects Versions: 5.8.1
            Reporter: Thiago Henrique De Paula Figueiredo


This is a regression caused by TAP5-2699. While upgrading the Tapestry build from Gradle 4.x to 7.4, the dependency between tapestry-hibernate had to be changed away fromĀ {{compile}}, which doesn't exist anymore and generates a {{compile}} Maven dependency type. It was changed to {{implementation}}, which maps to the Maven's {{runtime}}, when it should have been {{api}}, which maps to Maven's {{compile}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)