You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/10/19 18:27:31 UTC

[GitHub] [commons-proxy] nhojpatrick opened a new pull request, #9: Junit5 assertThrows AnnotationBuilderTest

nhojpatrick opened a new pull request, #9:
URL: https://github.com/apache/commons-proxy/pull/9

   Convert all legacy junit v4 exception checking to junit v5 assertThrows.
   
   Test not run locally due to this error in master.
   ```
   % mvn clean install
   [INFO] Scanning for projects...
   [ERROR] [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.commons:commons-proxy2-build-tools:2.1-SNAPSHOT'}' and 'Vertex{label='org.apache.commons:commons-proxy2-parent:2.1-SNAPSHOT'}' introduces to cycle in the graph org.apache.commons:commons-proxy2-parent:2.1-SNAPSHOT --> org.apache.commons:commons-proxy2-build-tools:2.1-SNAPSHOT --> org.apache.commons:commons-proxy2-parent:2.1-SNAPSHOT @ 
   [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.commons:commons-proxy2-build-tools:2.1-SNAPSHOT'}' and 'Vertex{label='org.apache.commons:commons-proxy2-parent:2.1-SNAPSHOT'}' introduces to cycle in the graph org.apache.commons:commons-proxy2-parent:2.1-SNAPSHOT --> org.apache.commons:commons-proxy2-build-tools:2.1-SNAPSHOT --> org.apache.commons:commons-proxy2-parent:2.1-SNAPSHOT -> [Help 1]
   ```


-- 
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: issues-unsubscribe@commons.apache.org

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