Configuration.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 No need to wait for server startup to refresh config cache

LDEV-5440 Revert some unnecessary package name changes

  1. … 464 more files in changeset.
LDEV-5440 Refactor packages of imported classes

  1. … 481 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 955 more files in changeset.
SP-9 Add basic classes and entry point on index page

  1. … 4 more files in changeset.
LDEV-5375 Add OpenAI question import to Assessment

  1. … 10 more files in changeset.
LDEV-5375 Add AI configuration page

  1. … 4 more files in changeset.
LKC-214 In sysadmin add entry point for blueprint management page

  1. … 4 more files in changeset.
Merge remote-tracking branch 'origin/master' into develop

LDEV-4801 Close connection manually after configuration refresh

  1. … 2 more files in changeset.
LDEV-4778 Log sysadmin configuration change

  1. … 3 more files in changeset.
LDEV-4691 Adjust classloader switch

LDEV-4691 Reset a classloader when refreshing configuration cache

In WildFly 14 the Configuration bean can get created by one of LAMS EAR

modules, for example Image Gallery. This module's classloader does not

have access to java.sql.Connection. It should ask its parent for this

class, but context class loaders are not obliged to do it and apparently

WildFly module classloaders do not do it. We need to manually reset a

classloader for the given thread.

LDEV-4217 Remove LAMS Community integration

  1. … 38 more files in changeset.
LDEV-4134: Update configuration cache trigger when interval was changed by sysadmin.

LDEV-4073: Periodically check server state and refresh configuration cache once it is started.

  1. … 3 more files in changeset.
LDEV-3254: Check if the Quartz job already exists before creating it.

LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 782 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2120 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1860 more files in changeset.
LDEV-3597: Remove truststore code and entries in configuration table.

  1. … 2 more files in changeset.
LDEV-3337: Update Quartz 1.5.2 -> 2.2.1

  1. … 287 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport in set of LAMS DAO types from lams_common. Alter DAO references in set of services to code against interfaces not implementations.

  1. … 16 more files in changeset.
LDEV-3254: Refresh configuration cache every X minutes.

  1. … 8 more files in changeset.
LDEV-2832: fixing issue with missing label

move ldap config items to 'ldap configuration' page; improve ldap bulk update error bubbling

  1. … 10 more files in changeset.
LDEV-2430 update public folder name from Configuration, not workspaceManagementService; use server default locale, not user locale

  1. … 6 more files in changeset.
LDEV-2417 trim returned string config values

LDEV-2099 - Alter registration module for lc integration, registration can now be retrieved from the Configuration utility to find out if the lamscommunity integration has been enabled