Document Properties
Kbid
299V06
Last Modified
22-Jun-2021
Added to KB
22-Jun-2021
Public Access
Everyone
Status
Online
Doc Type
Guidelines, Concepts & Cookbooks
Product
IOM 3.5
Guide - IOM 3.5 Migration of Customization

Table of Contents

Product Version

3.5

Product To Version

3.5
Status

IOM 3.5 is Based on Wildfly 23.0.1.Final

Projects have to update their dependencies:

<dependency>
  <groupId>org.wildfly.bom</groupId>
  <artifactId>wildfly-jakartaee8-with-tools</artifactId>
  <scope>import</scope>
  <type>pom</type>
  <version>23.0.1.Final</version>
</dependency>

<dependency>
  <groupId>org.wildfly</groupId>
  <artifactId>wildfly-spec-api</artifactId>
  <scope>provided</scope>
  <type>pom</type>
  <version>23.0.1.Final</version>
</dependency>

In addition, IOM uses some dependencies that are provided by Wildfly, but are not exported by the BOM shown above. In case you are using one of the following dependencies with scope provided, you have to update to the version shown in the list below.

<dependency>
  <groupId>commons-collections</groupId>
  <artifactId>commons-collections</artifactId>
  <version>3.2.2</version>
</dependency>

<dependency>
  <groupId>commons-io</groupId>
  <artifactId>commons-io</artifactId>
  <version>2.5</version>
</dependency>
      
<dependency>
  <groupId>commons-lang</groupId>
  <artifactId>commons-lang</artifactId>
  <version>2.6</version>
</dependency>

<dependency>
  <groupId>commons-beanutils</groupId>
  <artifactId>commons-beanutils</artifactId>
  <version>1.9.4</version>
</dependency>

<dependency>
  <groupId>org.jboss.ws</groupId>
  <artifactId>jbossws-api</artifactId>
  <version>1.1.2.Final</version>
</dependency>

<dependency>
  <groupId>org.apache.velocity</groupId>
  <artifactId>velocity-engine-core</artifactId>
  <version>2.3</version>
</dependency>

<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-core</artifactId>
  <version>3.3.10</version>
</dependency>

<dependency>
  <groupId>org.reactivestreams</groupId>
  <artifactId>reactive-streams</artifactId>
  <version>1.0.3</version>
</dependency>

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>3.12.0</version>
</dependency>

<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpmime</artifactId>
  <version>4.5.13</version>
</dependency>
Disclaimer

The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.

The Intershop Customer Support website uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties.

Further information on privacy can be found in the Intershop Privacy Policy and Legal Notice.
Customer Support
Knowledge Base
Product Resources
Tickets