You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "ebarboni (via GitHub)" <gi...@apache.org> on 2023/05/15 15:11:57 UTC

[GitHub] [netbeans] ebarboni opened a new pull request, #5952: use swingvalidation jar from maven

ebarboni opened a new pull request, #5952:
URL: https://github.com/apache/netbeans/pull/5952

   swingvalidation jar are available at maven.
   This is an attemp to get them from their new coordinates


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on pull request #5952: use swingvalidation jar from maven

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien commented on PR #5952:
URL: https://github.com/apache/netbeans/pull/5952#issuecomment-1553646124

   `As of May 6, 2019, the groupId has been changed to com.mastfrog in order to be able to deploy the artifacts to Maven central.`
   https://github.com/timboudreau/simplevalidation
   
   interesting. So it is basically the official version still.


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni merged pull request #5952: use swingvalidation jar from maven

Posted by "ebarboni (via GitHub)" <gi...@apache.org>.
ebarboni merged PR #5952:
URL: https://github.com/apache/netbeans/pull/5952


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni commented on pull request #5952: use swingvalidation jar from maven

Posted by "ebarboni (via GitHub)" <gi...@apache.org>.
ebarboni commented on PR #5952:
URL: https://github.com/apache/netbeans/pull/5952#issuecomment-1609091620

   merging as ok for a while


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni commented on pull request #5952: use swingvalidation jar from maven

Posted by "ebarboni (via GitHub)" <gi...@apache.org>.
ebarboni commented on PR #5952:
URL: https://github.com/apache/netbeans/pull/5952#issuecomment-1549320323

   I did the following alteration on my project pom to test it, not changing code in the module.
   
   <dependency>
               <groupId>org.netbeans.modules</groupId>
               <artifactId>org-netbeans-modules-swing-validation</artifactId>
               <exclusions>
                   <exclusion>
                       <groupId>org.netbeans.external</groupId>
                       <artifactId>ValidationAPI</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
           <dependency>
               <groupId>com.mastfrog</groupId>
               <artifactId>simplevalidation</artifactId>
               <version>1.14.1</version>
           </dependency> 
           <dependency>
               <groupId>com.mastfrog</groupId>
               <artifactId>simplevalidation-swing</artifactId>
               <version>1.14.1</version>
           </dependency>


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #5952: use swingvalidation jar from maven

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing commented on PR #5952:
URL: https://github.com/apache/netbeans/pull/5952#issuecomment-1550283024

   And I recombined the two new jars and ran that combination through `japi-compliance-checker`. The result is positive. There are new methods, but no removed ones, so from that perspective it is also fine.


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists