Hi Brian,

Good catch! It's not something deliberately nefarious - I added java
pathfinder as a dependency for writing concurrency tests, but unfortunately
jpf itself doesn't have a good maven artifact to use.

We could make a maven artifact with the jpf binary as part of the jpf
plugin from plugins.gradle.org, or remove it entirely from 1.3, it's just a
test dependency for one test so far.

http://apache-geode-incubating-developers-forum.70738.x6.nabble.com/DISCUSS-Framework-for-concurrency-tests-td26411.html

On Sat, Oct 21, 2017 at 8:32 PM, Brian Dunlap <bdunla...@gmail.com> wrote:

> Hi everyone,
>
> I just did a build from release/1.3 0 and I noticed an artifact is being
> pulled from an S3 bucket vs. a normal repo.
>
> Not sure if this is something to look at now or later.
> :)
>
> Example:
>
> :geode-benchmarks:classes UP-TO-DATE
> :geode-concurrency-test:downloadJpf
>       [get] Getting:
> https://bitbucket.org/upthewaterspout/jpf-core/downloads/jpf-core-r34.zip
>       [get] To: /tmp/jpfdownload-8289697856775067726.tmp
>       [get]
> https://bitbucket.org/upthewaterspout/jpf-core/downloads/jpf-core-r34.zip
> moved to https://bbuseruploads.s3.amazonaws.com/
> cab9fbea-4e4c-4977-8324-7b6d8f83ed52/downloads/5b23ff73-69c2-4c26-9f86-
> 47c86553f90e/jpf-core-r34.zip?Signature=7HrZTAsrhRqLj%
> 2FKO91Un%2BdWqE50%3D&Expires=1508643821&AWSAccessKeyId=
> AKIAIQWXW6WLXMB5QZAQ&versionId=ax8KXVzlheSH3ig58Cn.
> pEHDTkA1ShjN&response-content-disposition=attachment%3B%
> 20filename%3D%22jpf-core-r34.zip%22
>     [unzip] Expanding: /tmp/jpfdownload-8289697856775067726.tmp into
> /home/brian/.jpf/004ebc520f99018c2d70b0ec7d88f6
> db44b9a7a02490e193ddec3e5ef92d90a8.tmp
> :geode-concurrency-test:compileJava
> Note:
> /home/brian/Development/geode/geode-concurrency-test/src/
> main/java/org/apache/geode/test/concurrency/jpf/logging/EmptyLogger.java
> uses or overrides a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note:
> /home/brian/Development/geode/geode-concurrency-test/src/
> main/java/org/apache/geode/test/concurrency/jpf/JpfRunner.java
> uses unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
>
>
> Thanks,
> Brian -
>

Reply via email to