X Platform Documentation Portal

Release Notes

X Platform Documentation Portal

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The X Platform 3.4.2 Release is comprised of the following components:

...

If you are a Maven user, see the section below for maven dependency information.

...

Tip

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
    • For linux-x86-64 and osx-x86-64
      • chmod +x *.sh (to make sure the scripts are executable)
      • ./install_mvn.sh

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 -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 -repoId <repository Id> -repoUrl <repository URL>

...

Code Block
<dependency>
  <groupId>com.neeve</groupId>
  <artifactId>nvx-talon-all</artifactId>
  <version>3.4.381<383</version>
</dependency>

Linux Native Libraries

...

Code Block
<dependency>
  <groupId>com.neeve</groupId>
  <artifactId>nvx-solace</artifactId>
  <version>3.4.381<383</version>
</dependency>

JMS Binding

...

Code Block
<dependency>
  <groupId>com.neeve</groupId>
  <artifactId>nvx-jms</artifactId>
  <version>3.4.381<383</version>
</dependency>

Core X (Deprecated)

...

Code Block
<dependency>
  <groupId>com.neeve</groupId>
  <artifactId>nvx-core-all</artifactId>
  <version>3.4.381<383</version>
</dependency>

HORNET 

...