You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are adding one by one classes required by Pact from package sun.net and com.sun.net, cannot use ShirnkWrappackages method because rt.jar was packaged without the directory entries (Full description here #76) so we need to figure out if there is a better way of doing this instead of adding one by one.
Currently we are adding one by one classes required by Pact from package
sun.net
andcom.sun.net
, cannot useShirnkWrap
packages
method becausert.jar
was packaged without the directory entries (Full description here #76) so we need to figure out if there is a better way of doing this instead of adding one by one.Class that needs to be improved is https://github.com/arquillian/arquillian-algeron/blob/master/pact/consumer/core/src/main/java/org/arquillian/algeron/pact/consumer/core/client/PactConsumerArchiveAppender.java
The text was updated successfully, but these errors were encountered: