Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3425: Increase 2LC size for entities. Declare datasource as jta

LDEV-3333: Remove configuration files, binaries, docs and other unnecessary resources.

    • -0
    • +477
    ./slim/standalone.xml
    • -253
    • +0
    ./slim/war-deployers-jboss-beans.xml
    • -179
    • +0
    ./unix/jboss/jbossweb/server.xml
    • -252
    • +0
    ./unix/jboss/jbossweb/war-deployers-jboss-beans.xml
    • -27
    • +0
    ./windows/jboss/jbossweb/context.xml
    • -179
    • +0
    ./windows/jboss/jbossweb/server.xml
  1. … 1 more file in changeset.
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)

  1. … 1 more file in changeset.
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. … 84 more files in changeset.
LDEV-3341: Remove unnecessary config files.

    • -296
    • +0
    ./windows/jboss/jboss-service.xml
    • -146
    • +0
    ./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. … 8 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-3381: Upgrade to WildFly 8.2. Add proper source code.

  1. … 664 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
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-3381: Upgrade to WildFly 9 Alpha2 version.

  1. … 39 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
    ./unix/jboss/service/treecache.xml
    • -126
    • +0
    ./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. 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.

  1. … 349 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.

  1. … 1 more file 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-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 77 more files in changeset.
LDEV-3275: Add missing library dependencies.

  1. … 9 more files in changeset.
LDEV-3275: Set default log level to DEBUG for LAMS classes.

LDEV-3293: fix hibernate dtd declarations. Change 'hibernate.org' to 'www.hibernate.org'.

In order for hibernate DTDEntityResolver not to load hibernate-mapping-3.0.dtd from internet (and use local one), namespace declaration of dtd must exactly match the namespace declared in DTDEntityResolver class.

  1. … 93 more files in changeset.
LDEV-3318: Move jboss-log4j.xml configuration to jboss logging subsystem in standalone.xml. Apparently there is no way to simultanously use both logging conifgs. All not-commented appenders and loggers from old configuration were migrated.

LDEV-3319: remove autopatch dependencies from <resources> declaration of jboss-deploymet. Libraries present in 'lib' directory are automatically added as project dependenies.

LDEV-3320: fix Infinispan configuration as 2nd level cache of Hibernate. The problem was, that for plain Hibernate usage, Infinispan has to be eagerly initialized (an already present when Hibernate starts). Also RegionFactory was changed to JNDIRegionFactory.

  1. … 1 more file in changeset.
LDEV-3319: move AutoPatchService from module deployment to static jar dependency.

  1. … 1 more file in changeset.
LDEV-3318: fix jboss-log4j.xml configuration for Wildfly. Change appenders and errorHandlers from 'org.jboss.logging' to 'org.apache.log4j' types. Use 'jboss.server.base.dir' variable as base for logs files location.