Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Update Quartz to version 2.3.2

  1. … 277 more files in changeset.
LDEV-5440 Update libraries to new versions

  1. … 70 more files in changeset.
LDEV-5440 Update CSRFGuard from 4.1.3 to 4.3.0-jakarta

Customisation was needed:

In CsrfGuardUtils use

public static String normalizeResourceURI(final String resourceURI) {

String normalizedResourceURI = resourceURI.startsWith("/") ? resourceURI : '/' + resourceURI;

// LAMS LDEV-4932 Replace multiple slashes with a single one, so it works the same as Spring MVC

normalizedResourceURI = normalizedResourceURI.replaceAll("/{2,}", "/");

return normalizedResourceURI;

}

Also update WF module schemas.

  1. … 44 more files in changeset.
LDEV-4402 Upgrade Quartz

From version 2.2.1 to 2.2.3

  1. … 3 more files in changeset.
LDEV-4400 Update configuration files to match latest schemas

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

  1. … 285 more files in changeset.
LDEV-3293: Use Hibernate 4 cache. Remove unused cache management from lams_admin.

  1. … 909 more files in changeset.
LDEV-3275: Deploy Quartz as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3275: Add quartz.jar as a 3rd party module since it is not a part of WildFly distribution. Old version (1.5.3) stays as upgrading to the latest (2.2.1) requires code changes (different API).

  1. … 5 more files in changeset.
LDEV-2849: Remove unnecessary libraries and dependencies.

    • -134
    • +0
    ./dbTables/tables_cloudscape.sql
  1. … 95 more files in changeset.
Merge lams2_3 into head

  1. … 125 more files in changeset.
Add quartz persist table and upgrade to 1.5.2 from 1.5.0RC

    • -0
    • +134
    ./dbTables/tables_cloudscape.sql
    • -0
    • +1
    ./dbTables/tables_db2.sql
    • -0
    • +156
    ./dbTables/tables_db2_v72.sql
    • -0
    • +143
    ./dbTables/tables_db2_v8.sql
    • -0
    • +132
    ./dbTables/tables_derby.sql
    • -0
    • +1
    ./dbTables/tables_firebird.sql
    • -0
    • +1
    ./dbTables/tables_hsqldb.sql
    • -0
    • +1
    ./dbTables/tables_hsqldb_old.sql
    • -0
    • +196
    ./dbTables/tables_informix.sql
    • -0
    • +1
    ./dbTables/tables_mysql.sql
    • -0
    • +1
    ./dbTables/tables_mysql_innodb.sql
    • -0
    • +1
    ./dbTables/tables_oracle.sql
    • -0
    • +177
    ./dbTables/tables_pointbase.sql
    • -0
    • +162
    ./dbTables/tables_postgres.sql
  1. … 10 more files in changeset.
Upgraded to Spring 1.2.4

  1. … 31 more files in changeset.