On 4 Mar 2016, at 14:52, Galder Zamarreño <galder(a)redhat.com>
wrote:
Actually, I have same issue building core/ with:
$ mvn -DskipTests=true install
Looking into it...
Cheers,
--
Galder Zamarreño
Infinispan, Red Hat
> On 4 Mar 2016, at 14:44, Galder Zamarreño <galder(a)redhat.com> wrote:
>
> 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(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/infinispan-dev
_______________________________________________
infinispan-dev mailing list
infinispan-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev