Regarding the year number ... I've made sure this is automatically updated. Also did I start work on having other parts of our site automatically adapt to the current state. For example the groovy-maven-plugin is now used to define some dynamic properties with useful version numbers so we can automate The release documentation to always provide an up to date documentation a release-manager could simply copy+paste. However I need to investigate how to get the dynamic properties into asciidoc ... we'll probably have to provide a custom extension for this.
Chris Am 22.05.19, 10:53 schrieb "Sebastian Rühl" <[email protected]>: JMH is used to microbenchmark the protocol stack. Currently it is only implemented for ADS. As these licenses habe a classpath exception they should be safe to use. Pretty sure we checked this with legal back then (thus the XML commemts) Sebastian > Am 22.05.2019 um 09:18 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 >
