lams_build

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3335, LDEV-3340: Remove or simplify SSO components. Fix sysadmin LoginAs functionality.

  1. … 17 more files in changeset.
LDEV-3381: Add 3 wildfly-clustering modules to LAMS repo. These modules contain fixes to an issue with Undertow DummyTransaction invalidation. They are added here temporarily only untill stable version of Wildfly-9 is available.

    • binary
    ./lib/wildfly/wildfly-clustering-ee-infinispan-9.0.0.Alpha2-SNAPSHOT.jar
    • binary
    ./lib/wildfly/wildfly-clustering-ee-spi-9.0.0.Alpha2-SNAPSHOT.jar
    • binary
    ./lib/wildfly/wildfly-clustering-web-undertow-9.0.0.Alpha2-SNAPSHOT.jar
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 33 more files in changeset.
LDEV-3275: Recompile Tool Deployer with Java 8.

    • binary
    ./deploy-tool/lib/lams-tool-deploy.jar
LDEV-3381: change locking to OPTIMISTIC and isoloation to READ_COMMITED for 'web' infinispan cache. This is to bypass errors with GlobalTransactions locking in alpha version of org.wildfly.clustering.web.infinispan module.

LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9. Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead. Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation. Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 224 more files in changeset.
LDEV-3381: Upgrade to WildFly 9 Alpha2 version.

    • -0
    • +9
    ./conf/j2ee/jboss-all.xml
    • -0
    • +1
    ./conf/j2ee/jboss-deployment-structure.xml
    • -2
    • +2
    ./lib/xml-commons/xmlcommons.module.xml
  1. … 36 more files in changeset.
LDEV-3347: delete treecache.xml configurations after L2C for LAMS switched to Infinispan. Most of treecache.xml configuration was not used by LAMS (jgroups + cluster configuration). Regions configurations for default and contentrepository caches were migrated to Wildfly standalone.xml descriptor and LAMS application context configuration.

    • -126
    • +0
    ./conf/unix/jboss/service/treecache.xml
    • -126
    • +0
    ./conf/windows/jboss/service/treecache.xml
LDEV-3347: alter Infinispan L2C configuration. Add contentrepository-entity template cache configuration for entities from contentrepository component. Enable statistics for all caches. Alter default entity cache configuration - set max-entries and lifespan properties to values from old jbosscache configuration.

LDEV-3376: Swith back to standard (non-development) mode for JSP servlet. Use another mechanism to fetch news for login page.

  1. … 1 more file in changeset.
LDEV-3376: Enable development mode for JSP servlet, which forces JSP recompilation.

LDEV-3275: Add missing dependencies.

    • -0
    • +1
    ./lib/jakarta-commons/validator.module.xml
LDEV-3275: Make XStream use enhanced mode in which it can instantinate classes without no-arg constructors. This requires Oracle's JVM to be used, but it is a requirement of LAMS anyway. Otherwise multiple LAMS classes (mainly DTOs) would have to be given no-arg constructors or implement Serializable.

  1. … 11 more files in changeset.
LDEV-3275: Add missing dependency for JSP parser.

LDEV-3275: Add missing dependencies. Update XStream to version 1.5.0, and its corresponding libraries. Reimplement LD attachment importing. Reimplement Content Repository credential check. Moja joda-time library to separate folder as it is not a part of XStream deployment anymore, but it is still needed in LAMS code.

    • -0
    • +2
    ./conf/j2ee/jboss-deployment-structure.xml
    • binary
    ./lib/joda/joda-time-2.1.jar
    • -0
    • +29
    ./lib/joda/joda.module.xml
    • binary
    ./lib/xstream/xmlpull-1.1.3.1.jar
    • -0
    • +30
    ./lib/xstream/xmlpull.module.xml
    • binary
    ./lib/xstream/xpp3-1.1.3.4d_b4_min.jar
    • binary
    ./lib/xstream/xpp3_min-1.1.4c.jar
  1. … 335 more files in changeset.
LDEV-3333: Remove Wildfly modules that are not required by LAMS distribution. Remove welcome-content from Wildfly distribution

Process of identification of modules that are eligible for removal (slimming):

1. LAMS direct dependencies (modules) were compared to 'Minimalistic Core' version of wildfly.

2. All missing modules were added to Wildfly modules

3. Direct dependencies of added modules (transitive LAMS dependencies) were identified based on module.xml content.

4. Points 2-3 were performed iteratively until all missing modules were added to Wildfly modules.

5. List of modules started with regular Wildfly distribution was compared to modules started with LAMS slimmed distribution.

LDEV-3373: Set current and next activity for learners who finished a lesson, when the activity was added in Live Edit.

  1. … 4 more files in changeset.
LDEV-3373: Set current and next activity for learners who finished a lesson, when the activity was added in Live Edit.

  1. … 4 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 13 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 13 more files in changeset.
LDEV-3315: Refresh compiled LAMS library.

LDEV-3275: Refresh compiled LAMS libraries

LDEV-3275: Add missing dependency.

LDEV-3315: No need for own SecurityException as JRE already has got one.

  1. … 4 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

  1. … 18 more files in changeset.
LDEV-3333: remove org.jboss.as.jdr and org.jboss.as.pojo from LAMS standalone.xml

LDEV-3333: remove org.jboss.as.jaxrs, org.jboss.as.sar and org.wildfly.extension.batch extensions from jboss standalone.xml

LDEV-3333: remove 'org.jboss.as.mail' module from standalone.xml

LDEV-3333: Remove ejb module from LAMS deployment configuration

LDEV-3365: Add "explode-all" Ant taks.