1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Epics 7.0.2 java release |
From: | "Shroff, Kunal via Tech-talk" <[email protected]> |
To: | "[email protected]" <[email protected]>, "[email protected]" <[email protected]> |
Date: | Tue, 6 Nov 2018 15:24:03 +0000 |
Dear all,
I am pleased to announce that the epics 7.0.2 java release is now available for use.
You can download the binaries and source code from github https://github.com/epics-base/epicsCoreJava/releases/tag/epics-7.0.2
https://github.com/epics-base/jca/releases/tag/jca-2.4.2
or via maven <dependency>
<groupId>org.epics</groupId> <artifactId>epics-core</artifactId> <version>7.0.2</version> <type>pom</type> </dependency> The 7.0.2 release - Updates all epics java libraries to be compatible with jdk 8 & jdk 10 - Bug fixes to pvAccess and pvData libraries - Provides a new version of the jca
library with its pure java implementation packaged
within. - New modules (available separately) epics-util, epics-vtypes, and gp client which provide various functionality to simplify development of channel access/pv access applications and services .
Cheers, Kunal
|