Release Date: Tuesday August 02, 2016
On This Page
Overview
- Core X 3.3.43 - [Release Notes] [javadoc]
- Perf 3.3.43
- Samples 3.3.43
- Hornet 1.3.2 (Topic Oriented Application Framework) - [Release Notes] [javadoc]
- Eagle 1.6.2 (Service Framework) [Release Notes]
- Robin 1.6.2 (Deployment Orchestration) - [Release Notes]
This 3.3 patch contains bug fixes and improvements from Core X 1.8 that had not yet been carried forward to the 3.X branch
Downloads
You will need a login and license for the following direct downloads, to have these e-mailed to you please visit http://license.neeveresearch.com or contact sales@neeveresearch.com.
If you are a Maven user, see the section below for maven dependency information.
- Core X Distributions [Linux x86-64] [Win x86-64] [OSX x86-64]
- Hornet [jar]
- Robin Distributions [Linux x86-64] [Win x86-64] [OSX x86-64]
- Robin Jar [jar]
Maven
Bill of Materials
You can add the following to your pom's dependency management section to specify the versions of the artifacts for this relate. Note that this mechanism does not specify maven plugin versions.
Repository Configuration
Components of the platform requiring a X Platform license are stored in our licensed repositories. You can specify the repository credentials provided to you by our license server by editing your ~/.m2/settings.xml
If your project uses maven you can use the following repository targets to pick up platform dependencies:
Blocked By a Firewall?
If access to our repositories is blocked by a firewall execute the following steps to install the X jars in your Maven repository
Installing X Jars into your Local Maven Repository
- Download the X distribution using one of the following links depending on the platform for which jars need to be installed into your Maven repository
- Un-archive the distribution and execute the following command from the root of the extracted bundle:
- For win-x86-64
- ./install_mvn -mode install -bundle true
- For linux-x86-64 and osx-x86-64
- chmod +x *.sh (to make sure the scripts are executable)
- ./install_mvn.sh -mode install -bundle true
- For win-x86-64
Note: When running the above command for Windows, you will see the following output.
Installing...
Installing...
Done...see install_javac.log for detailed install information
1 file(s) copied.
1 file(s) copied.
The system cannot find the file specified.
The system cannot find the file specified.
Done...see install_mvn.log for detailed install information
Please note that the lines in bold above are part of expected output and do not indicate an error.
Deploying X jars into your Remote Maven Repository
- Download the X distribution using one of the following links depending on the platform for which jars need to be installed into your Maven repository
- Un-archive the distribution and execute the following command from the root of the extracted bundle:
- For win-x86-64
- ./install_mvn -mode deploy -bundle true -repoId <repository Id> -repoUrl <repository URL>
- For linux-x86-64 and osx-x86-64
- chmod +x *.sh (to make sure the scripts are executable)
- ./install_mvn.sh -mode deploy -bundle true -repoId <repository Id> -repoUrl <repository URL>
- For win-x86-64