You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2022/09/09 07:52:09 UTC

[GitHub] [isis] andi-huber opened a new pull request, #1090: ISIS-3207: migrate commons

andi-huber opened a new pull request, #1090:
URL: https://github.com/apache/isis/pull/1090

   Goal: add module.info files to all core artifacts - not yet restricting exports


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@isis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [isis] andi-huber merged pull request #1090: ISIS-3207: Migrate to Java Module System

Posted by GitBox <gi...@apache.org>.
andi-huber merged PR #1090:
URL: https://github.com/apache/isis/pull/1090


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@isis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [isis] andi-huber commented on a diff in pull request #1090: ISIS-3207: Migrate to Java Module System

Posted by GitBox <gi...@apache.org>.
andi-huber commented on code in PR #1090:
URL: https://github.com/apache/isis/pull/1090#discussion_r969153451


##########
persistence/jdo/applib/pom.xml:
##########
@@ -97,7 +97,11 @@
 			<optional>true</optional>
 		</dependency>
 
-
+		<!-- provides @Digits -->
+		<dependency>

Review Comment:
   perhaps move that to applib (core)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@isis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org