standalone.xml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4400 Update configuration files to match latest schemas

  1. … 33 more files in changeset.
LDEV-4184: Silence "[DEPRECATION] Encountered positional parameter" warning in hibernatelams.log. Fixing them requires going through multiple SQL queries and it is not worth it. Positional parameters work fine.

  1. … 5 more files in changeset.
LDEV-4184: Silence few unnecessary logs.

  1. … 1 more file in changeset.
LDEV-4184: SIlence " HHH000179: Narrowing proxy..." warning.

  1. … 1 more file in changeset.
LDEV-3888 Include configuration for HTTP Strict-Transport-Security Header

  1. … 1 more file in changeset.
LDEV-3734: Use proper class for MySQL connection validator.

  1. … 1 more file in changeset.
LDEV-3734: Use previous (MySQL) connection validator as it is more efficient than SELECT query. Turn on connection validation on connection check out.

  1. … 1 more file in changeset.
LDEV-3347: Revert to default caches' settings as "entity" cache config is a template for a region (one Java entity = one region). This is different to JBoss where all entities were stored in single region and it had to be large. Add missing parameters in Hibernate config.

  1. … 2 more files in changeset.
LDEV-3734: Auto-reconnect DB connections. Use another connection checker.

  1. … 1 more file in changeset.
LDEV-3718: Increase the server upload limit to 100 MB. LAMS inner limit can still be controlled with sysadmin settings.

  1. … 1 more file in changeset.
LDEV-2846: Silence too verbose logs.

  1. … 1 more file in changeset.
LDEV-3671: unnecessary white spaces in jsp generation

  1. … 1 more file in changeset.
LDEV-3275: Make WF use hot deployed JSP pages, not cached ones.

  1. … 1 more file in changeset.
LDEV-3651: Remove x-powered-by from WF

  1. … 1 more file in changeset.
LDEV-3647: Set logging level for some Hibernate Java packages to INFO.

  1. … 1 more file in changeset.
LDEV-3633: Disable SSL when LAMS connects to DB.

  1. … 1 more file in changeset.
LDEV-3591: Flatten UniversalLoginModule hierarchy - it was just a single leaf anyway. Format code. Clean up logs, errors and comments. Move queries from config files to code.

  1. … 12 more files in changeset.
LDEV-3563: reverting this to previous state as Marcin points out in comments.

LDEV-3563: set http-only and secure options for session cookie

LDEV-3540: Add root context content which redirects to /lams/ context.

  1. … 3 more files in changeset.
LDEV-3275: Remove headers and set logging conf.

  1. … 1 more file in changeset.
LDEV-3463: Filter unwanted entries from Hibernate logs.

LDEV-3425: Increase 2LC size for entities. Declare datasource as jta

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

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