Hi all,
I am just checking the rc and I observed that the confluence site is quite
outdated ("check incubating in it..").
I suggest that we move that to our homepage (?) and update it a bit AND it
would be good to state which maven profiles are relevant for the release, i.e,
what we should run to verify the release.
As I'm insure which modules (or profiles) we release, like, e.g., sandbox.
Julian
Am 22.05.19, 09:29 schrieb "Christofer Dutz" <[email protected]>:
Yeah ...
That's not even used for testing. It's one of the modules, I have no idea
what they are used for.
Having a look at it, I would even suggest getting rid of it. It's using GPL
stuff and isn't really used and seems to be designed for the ADS protocol only.
But for now: Yes, it's just for testing and benchmarking and isn't needed
for using PLC4X (I would even say, it's completely useless for using PLC4X)
Chris
Am 22.05.19, 07:56 schrieb "Justin Mclean" <[email protected]>:
Hi,
These ones from ./plc4j/protocols/benchmarks/pom.xml
<!-- GNU General Public License (GPL), version 2, with the
Classpath exception see
https://commons.apache.org/proper/commons-lang/dependencies.html-->
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
</dependency>
<!-- GNU General Public License (GPL), version 2, with the
Classpath exception see
https://commons.apache.org/proper/commons-lang/dependencies.html-->
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<scope>provided</scope>
</dependency>
Thanks,
Justin