lams_build

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3413: update lams libs

LDEV-3413: This is a workaround to problem described in LDEV-3413. Since DistributableSession handling under undertow is buggy and fixes in 9.0.0.Alpha version of clustering/web/undertow (and dependent modules) are to deep to incorporate to 8.2.0, we enforce usage of InMemorySessionManager over DistributableSessionManager (see org.wildfly.extension.undertow.deployment.SharedSessionManagerDeploymentProcessor)

LDEV-3410 Add feature allowing disable export portfolio and live edit

  1. … 9 more files in changeset.
LDEV-3410 Add feature allowing disable export portfolio and live edit

LDEV-3338: Upgrade jdom from version 0.7 to 1.1.2 shipped with WildFly. There is a version 2.x available, but it has different API and it would have to be included as a separate library again.

    • -1
    • +1
    ./conf/j2ee/jboss-deployment-structure.xml
  1. … 78 more files in changeset.
LDEV-3341: Remove unnecessary config files.

    • -296
    • +0
    ./conf/unix/jboss/jboss-service.xml
    • -146
    • +0
    ./conf/unix/jboss/login-config.xml
    • -296
    • +0
    ./conf/windows/jboss/jboss-service.xml
    • -146
    • +0
    ./conf/windows/jboss/login-config.xml
LDEV-3339: Update Lucene 2.5 -> 4.10. Use StandardAnalyzer instead of Snowball. It does not stem words and works best with English.

    • -1
    • +1
    ./conf/j2ee/jboss-deployment-structure.xml
    • binary
    ./lib/lucene/lucene-analyzers-common-4.10.2.jar
    • binary
    ./lib/lucene/lucene-core-4.10.2.jar
    • binary
    ./lib/lucene/lucene-queryparser-4.10.2.jar
    • binary
    ./lib/lucene/lucene-snowball-2.4.0.jar
  1. … 1 more file in changeset.
LDEV-3336: Remove code for unnecessary ContentRepository WAR.

LDEV-3336: Remove code for unnecessary ContentRepository WAR.

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 270 more files in changeset.
LDEV-3337: Update Quartz 1.5.2 -> 2.2.1

    • binary
    ./lib/quartz/quartz-2.2.1.jar
  1. … 281 more files in changeset.
LDEV-3275: Set request's default encoding in server configuration rather than in filter. Clean up locale setting.

  1. … 2 more files in changeset.
LDEV-2265 Utilise URL Shortner to shorten lesson URL. Now shortened URL starts with "{LAMS_SERVER}/lams/r/*"

  1. … 9 more files in changeset.
LDEV-3382 Add datetime parameter check to LoginRequest.

  1. … 7 more files in changeset.
LDEV-3316: Update lams.jar so Ant can compile the code.

LDEV-2265 Utilise URL Shortner to shorten lesson URL

  1. … 4 more files in changeset.
LDEV-3383: Remove Web authentication method.

  1. … 5 more files in changeset.
LDEV-3383: Remove Web authentication method.

  1. … 5 more files in changeset.
LDEV-3382 Add datetime parameter check to LoginRequest.

  1. … 4 more files in changeset.
LDEV-3382 Add datetime parameter check to LoginRequest.

LDEV-3381: remove wildfly-9-alpha components after LAMS is migrated to wildfly-8.2.0-Final

    • 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-3381: Upgrade to WildFly 8.2. Add proper source code.

  1. … 662 more files in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
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