Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Update libraries to new versions

    • binary
    ./batik-awt-util-1.17.jar
    • binary
    ./batik-constants-1.17.jar
    • binary
    ./batik-dom-1.17.jar
    • binary
    ./batik-i18n-1.17.jar
    • binary
    ./batik-svggen-1.17.jar
    • binary
    ./batik-util-1.17.jar
    • binary
    ./batik-xml-1.17.jar
  1. … 58 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-4939 Provide only Batik modules that LAMS uses

Prevent Batik / JDK 11 package name clash.

    • binary
    ./batik-awt-util.jar
LDEV-4810 Reintroduce Batik lib, required for producing Jlatexmath's SVG

  1. … 3 more files in changeset.
LDEV-3673: Remove Batik library. Remove back end SVG generating classes. Create LD SVG when a single activity lesson gets added.

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

  1. … 9 more files in changeset.
LDEV-3275: Deploy EAR libraries as WildFly modules. In JBoss there were several folders where libraries could be simply copied. In WildFly it is more organised, with module.xml files describing each library. In order not to keep libs in EAR, so only real LAMS code remains there, they are moved to WildFly as modules and get referenced by EAR with META-INF/jboss-deployment-structure.xml.

  1. … 38 more files in changeset.
LDEV-2572 Add SVG *and PNG* images on export

  1. … 3 more files in changeset.
LDEV-2572 Added SVG image on export

  1. … 3 more files in changeset.