Document Properties
Kbid
2980G4
Last Modified
17-Jun-2021
Added to KB
22-Feb-2021
Public Access
Everyone
Status
Online
Doc Type
Guidelines
Product
IOM 3.3
Guide - IOM 3.3 Migration of Customization

Devenv-4-IOM v.1.1.1.0 Required

Development of IOM 3.3 requires devenv-4-iom v.1.1.1.0 or newer. Only this version of devenv-4-iom can ensure that files from the directories CUSTOM_DBMIGRATE_DIR, CUSTOM_SQLCONF_DIR and CUSTOM_JSONCONF_DIR are read while IOM is starting.

IOM is Now Based on Wildfly 21.0.2.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>21.0.2.Final</version>
</dependency>

<dependency>
  <groupId>org.wildfly</groupId>
  <artifactId>wildfly-spec-api</artifactId>
  <scope>provided</scope>
  <type>pom</type>
  <version>21.0.2.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.2</version>
</dependency>

<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-core</artifactId>
  <version>3.3.7</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.10</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.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.