Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    ./j2ee/jboss-deployment-structure.xml
  1. … 38 more files in changeset.
LDEV-3275: Rearrange XML elements so they conform to XSD.

LDEV-3275: Make application.xml use version 6 of XSD.

  1. … 1 more file in changeset.
LDEV-3275: WildFly docs state: "If you modify the MANIFEST.MF file, make sure to include a newline character at the end of the file."

LDEV-3275: Remove files again after unnecessary reintroduction.

    • -44
    • +0
    ./windows/jboss/service/mysql-ds.xml
  1. … 2 more files in changeset.
LDEV-3275: Set WildFly server log level to DEBUG.

LDEV-3275: Start replacing JBoss libraries with ones from WildFly. Minor changes in config files.

  1. … 37 more files in changeset.
LDEV-3275: Rename lams.application.xml to application.xml as there is no more RAMS project.

LDEV-3275: Reintroduce MySQL files in HEAD.

    • -0
    • +44
    ./windows/jboss/service/mysql-ds.xml
  1. … 2 more files in changeset.
LDEV-3275: Partial switch to new server dir structure.

  1. … 8 more files in changeset.
LDEV-3275: Upgrade MySQL connector to version 5.1.31.

    • -44
    • +0
    ./windows/jboss/service/mysql-ds.xml
  1. … 7 more files in changeset.
LDEV-3275: Upgrade MySQL connector to version 5.1.31.

  1. … 260 more files in changeset.
LDEV-3139 added ability to login when username contains non UTF8 characters

LDEV-3137: MySQL reconnect issue with a valid connection checker

LDEV-3089 Make DeleteWorkDirOnContextDestroy=true the default setting

LDEV-3088 Option to set session cookie as secure and httpOnly

LDEV-2912: Remove RAMS remainings from source code

LDEV-2948: adding UTF-8 encoding to AJP/1.3 connector

LDEV-2847: Number of optional LAMS EAR modules grow and making a full-text placeholder for each of them in application.xml became an issue. A new approach with short token replaced with module activation entry was used.

  1. … 3 more files in changeset.
LDEV-2905 Integrated lams_signup to LAMS core

  1. … 28 more files in changeset.
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.

Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.

    • -0
    • +4
    ./j2ee/MANIFEST-template.MF
  1. … 109 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1313 more files in changeset.
WVI-25: Change the way SAML servlet is enabled in LAMS EAR configuration.

LDEV-2823: Add connection string property, used also in other places in LAMS.