Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3275: Set module dependencies.

LDEV-3275: Move tool JARs to EAR/lib for automatic detection.

  1. … 6 more files in changeset.
LDEV-3275: Set module dependencies.

    • -36
    • +38
    ./jboss-deployment-structure.xml
  1. … 7 more files in changeset.
LDEV-3275: Allow EAR subdeployments (LAMS JARs and WARs) use each others' classes.

LDEV-3275: Remov lib directive as 3rd party libs were linked as WildFly modules and it causes deployment errors.

LDEV-3275: Deploy logging configuration file to EAR META-INF dir. Also use just one version as it's the same both for Windows and Linux.

    • -0
    • +411
    ./jboss-log4j.xml
  1. … 3 more files in changeset.
LDEV-3275: Deploy LAMS Session and Valve libraries as a WildFly module. They are now referenced by EAR, but they will probably become server-wide libs.

  1. … 4 more files in changeset.
LDEV-3275: Deploy XPP (XMLPull), Joda 2.1 and XStream Commons as a WildFly module. Use XOM library version 1.0 -> 1.2.5 delivered with WildFly.

  1. … 8 more files in changeset.
LDEV-3275: Deploy XML Commons as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy WDDX as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy URLRewrite as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Struts as a WildFly module.

  1. … 7 more files in changeset.
LDEV-3275: Deploy Spring as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Reload as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Quartz as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Lucene as a WildFly module. If the 3.6.2 version delivered with WildFly is used, code changes are required as API is not the same. So current version 2.4.0 is left.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Gson as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Joid as a WildFly module.

  1. … 1 more file in changeset.
LDEV-3275: Deploy Joid as a WildFly module.

  1. … 1 more file in changeset.
LDEV-3275: Deploy Jdom as a WildFly module. If the 1.1.2 version delivered with WildFly is used, code changes are required as API is not the same. So current version 0.7 is left. Same situation is with Quartz. Upgrading 1.5.3 -> 2.2.1 requires code changes.

  1. … 2 more files in changeset.
LDEV-3275: Deploy JBoss Web Server as a WildFly module. This is a fragile part as JBoss Web Server was a base for previous JBoss Application Server versions. Not it is Undertow so the Web Server is used here as a plain library for SSO valve and JSON code.

  1. … 2 more files in changeset.
LDEV-3275: Deploy JBoss Cache and Groups as a WildFly module.

  1. … 4 more files in changeset.
LDEV-3275: Deploy Apache Commons Validator as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Apache Commons HTTPClient as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Apache Commons FileUpload as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Use Apache Commons Pool version 1.5.1 -> 1.6 delivered with WildFly.

LDEV-3275: Use Apache Commons Codec version 1.3 -> 1.9 delivered with WildFly.

  1. … 9 more files in changeset.
LDEV-3275: Use Apache Commons Lang version 2.6 delivered with WildFly.

  1. … 38 more files in changeset.
LDEV-3275: Use Apache Commons IO version 2.1 -> 2.4 delivered with WildFly. Previous similar upgrades were: Apache Commons Collections 3.1 -> 3.2.1 Apache Commons BeanUtils 1.6 -> 1.8.3 Saaj 1.2 -> 1.3 JaxRPC same version, but delivered with WildFly.

  1. … 111 more files in changeset.
LDEV-3275: Deploy EAR libraries as WildFly modules. In JBoss there were several folders where libraries could be simply copied. In WildFly it is more organised, with module.xml files describing each library. In order not to keep libs in EAR, so only real LAMS code remains there, they are moved to WildFly as modules and get referenced by EAR with META-INF/jboss-deployment-structure.xml.

    • -0
    • +83
    ./jboss-deployment-structure.xml
  1. … 38 more files in changeset.