[
https://issues.apache.org/jira/browse/RYA-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168342#comment-16168342
]
ASF GitHub Bot commented on RYA-373:
------------------------------------
GitHub user DLotts opened a pull request:
https://github.com/apache/incubator-rya/pull/228
[WIP] RYA-373 Make Benchmarks optional
## Description
Made the Benchmarks not part of the default build, turn on with -P
enableBenchmarks
This was based on rya-incubating-3.2.11-rc2 which seems to have changed all
the POM's. Need to fix.
### Tests
none
### Links
[Jira](https://issues.apache.org/jira/browse/373)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Reivew
anyone.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DLotts/incubator-rya
RYA-373-optional-Benchmarks
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/228.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #228
----
commit f9e5787a4057d8fbaacc8d22e4de5d86fcb45ba8
Author: David Lotts <[email protected]>
Date: 2017-09-11T18:07:20Z
[maven-release-plugin] prepare release rya-incubating-3.2.11-rc2
commit b55645efeabc09ef7566ebc953b830fc06411eb4
Author: David Lotts <[email protected]>
Date: 2017-09-11T18:12:11Z
[maven-release-plugin] prepare for next development iteration
----
> Benchmarks: JMH library cannot be distributed, make optional or replace
> -----------------------------------------------------------------------
>
> Key: RYA-373
> URL: https://issues.apache.org/jira/browse/RYA-373
> Project: Rya
> Issue Type: Task
> Affects Versions: 3.2.10
> Environment: We use JMH libraries for benchmark code. JMH uses the
> GPL with classpath exception which is explicitly not compatible.
> The recommendation is to make a profile so that the benchmark jar it is not
> included with the release -or- find a replacement.
> (GNU General Public License (GPL), version 2, with the Classpath
> exception) JMH Core (org.openjdk.jmh:jmh-core:1.13 -
> http://openjdk.java.net/projects/code-tools/jmh/jmh-core/)
> (GNU General Public License (GPL), version 2, with the Classpath
> exception) JMH Generators: Annotation Processors
> (org.openjdk.jmh:jmh-generator-annprocess:1.13
> - http://openjdk.java.net/projects/code-tools/jmh/jmh-generator-annprocess/)
> Reporter: David W. Lotts
> Fix For: 3.2.12
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)