spring.module.xml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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-5440 Upgrade to Spring 6.1.4

  1. … 26 more files in changeset.
LDEV-5305 Update Spring to version 5.3.18

  1. … 25 more files in changeset.
LDEV-5305 Update Spring to version 4.3.30

  1. … 24 more files in changeset.
LDEV-5260 Add Reactor as Spring dependency

Spring is capable of configuring Reactor environment automatically if

Spring detects it on classpath. The detection must happen when Spring is

still loading, not afterwards. So Reactor must be a Spring dependency as

otherwise it will load too late to get detected.

  1. … 1 more file in changeset.
LDEV-5259 Update Spring libraries to version 5.3.13

  1. … 13 more files in changeset.
LDEV-4997 Renormalize line endings with git

  1. … 420 more files in changeset.
LDEV-4999 Fix monitor role detection when updating learner mark

  1. … 463 more files in changeset.
LDEV-4440 Added new way of sending error messages

  1. … 10 more files in changeset.
LDEV-4440 Upgrade Spring to version 4.3.12

Add Spring MVC module.

  1. … 24 more files in changeset.
LDEV-4402 Replace old Spring libraries with new version

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

  1. … 33 more files in changeset.
LDEV-3293: Add missing Spring libraries and configuration entries.

  1. … 257 more files in changeset.
LDEV-3293: Add missing Spring libraries and remove obsolete Hibernate libraries.

  1. … 5 more files in changeset.
LDEV-3293: Add missing Spring libraries and source code.

  1. … 208 more files in changeset.
LDEV-3293: Add Spring 4.0.6 libraries and their sources. Make LAMS use them and reference Hibernate 4.3.5 embedded in WildFly 8.1.

  1. … 6317 more files in changeset.
LDEV-3275: Set module dependencies.

  1. … 1 more file in changeset.
LDEV-3275: Set module dependencies.

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

  1. … 2 more files in changeset.