autopatch

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3319: update 'autopatch' and 'discovery' libraries in LAMS components.

Replace jar libraries. Update 3rdParty.userlibraries to use autopatch-1.4.2-lams and discovery-1.0.5-lams. Update build.xml to deploy correct libs to wildfly.

    • binary
    ./autopatch-1.4.2-lams.jar
    • binary
    ./discovery-1.0.5-lams.jar
  1. … 3 more files in changeset.
LDEV-3319: Synchronize patch execution with an external monitor. Modules in WildFly can be loaded in parallel. AutoPatch is not ready for this as it uses static methods with unsynchronized collections. Each AutoPatchService instance should be run sequentially.

  1. … 32 more files in changeset.
LDEV-3275: Add library dependencies and source code.

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

  1. … 7 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
    • +30
    ./autopatch.module.xml
  1. … 38 more files in changeset.
change log warning to debug

LDEV-2400 updated library

LDEV-1916 change discovery jar to not fail on null so we don't have to include an empty lib dir in WEB-INF

  1. … 1 more file in changeset.
set supportsMultipleStatements to false in mysql.properties

LDEV-1916 support database updating via autopatch

    • binary
    ./tk-autopatch-1.2.0-b2-cvs.jar
    • binary
    ./tk-discovery-1.0.0.jar
  1. … 10 more files in changeset.