EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  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  <20172018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: EPICS Java 7.0.0-rc1 ready for testing
From: Ralph Lange <[email protected]>
To: EPICS Tech Talk <[email protected]>
Date: Fri, 24 Nov 2017 21:57:05 +0100
The first release candidate of EPICS 7 Java has been tagged and is available in the staging repository of Sonatype Nexus.

To use it in a Maven project, set:

...
    <repositories>
        <repository>
            <id>sonatype-nexus-staging</id>
            <name>OSS Staging</name>
            <url>https://oss.sonatype.org/content/repositories/staging</url>
        </repository>
    </repositories>
...
    <dependencies>
        <dependency>
            <groupId>org.epics</groupId>
            <artifactId>epics-core</artifactId>
            <type>pom</type>
            <version>7.0.0</version>
        </dependency>
    </dependencies>
...

Alternatively, the sources, binaries and javadoc jar bundles can be downloaded from GitHub at:
    https://github.com/epics-base/epicsCoreJava/releases/tag/7.0.0-rc1

Release notes and documentation may not be consistently up-to-date yet.

Please download and test soon, as the time until the final release is limited (~ two weeks).

Many thanks to everyone who has contributed towards this release.

Cheers,
Kunal and Ralph

Navigate by Date:
Prev: Re: time stamp on vxWorks jumping to the future Michael Davidsaver
Next: Re: time stamp on vxWorks jumping to the future Dirk Zimoch
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: areaDetector checkout fails Mark Rivers
Next: Driver for the SM300 john.holt
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024