Hi guys,

I've been trying to test out a embedded shaded jar snapshot but I'm having 
issues with discrepancies between jar file and source file.

It appears that the source file is not updated, e.g.

If I take the jar, expand it and grep, I see this:

$ javap org.infinispan.CacheStream | grep collect
  public abstract <R1, A> R1 collect(java.util.stream.Collector<? super R, A, 
R1>);
  public abstract <R1> R1 collect(org.infinispan.util.SerializableSupplier<R1>, 
org.infinispan.util.SerializableBiConsumer<R1, ? super R>, 
org.infinispan.util.SerializableBiConsumer<R1, R1>);

When I look at the source jar, I see:

$ grep collect ./org/infinispan/CacheStream.java
...
   <R1, A> R1 collect(Collector<? super R, A, R1> collector);

Are you aware of any issues with shade source jars?

Cheers,
--
Galder Zamarreño
Infinispan, Red Hat


_______________________________________________
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Reply via email to