jakarta-commons

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Further code upgrade to conform new WF libraries

  1. … 57 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. … 37 more files in changeset.
LAI-3 Extract PDF contents

PDF contents are often in UTF-16 and OpenAI requires UTF-8. We need to do conversion.

    • binary
    ./commons-logging-1.2.jar
    • -0
    • +29
    ./logging.module.xml
  1. … 11 more files in changeset.
LAI-3 Upgrade libraries to work with Word and PDF documents

Some libraries that we used for working with Word documents are outdated and insecure. It is a good idea to update them and their dependencies so we work with modern code when extracting PDF text for AI summarisation.

    • binary
    ./commons-io-2.11.0.jar
  1. … 7041 more files in changeset.
LDEV-5227 Upgrade Apache POI to 4.1.2 along with its dependencies

    • binary
    ./commons-codec-1.15.jar
    • binary
    ./commons-collections4-4.4.jar
  1. … 21 more files in changeset.
LDEV-4440 Remove an unnecessary dependency from Email validator

  1. … 2 more files in changeset.
LDEV-4440, LDEV-4400 Add collections4 library required by Apache POI

    • -0
    • +22
    ./collections4.module.xml
    • binary
    ./commons-collections4-4.2.jar
  1. … 3 more files in changeset.
LDEV-4400 Update dependency for Apache Commons FileUpload

LDEV-4402 Upgrade Apache Commons Fileupload

From version 1.0 to version 1.3.3

    • binary
    ./commons-fileupload-1.3.3.jar
  1. … 3 more files in changeset.
LDEV-4402 Upgrade Apache Commons Validator

From version 1.1.4 to 1.6

    • binary
    ./commons-validator-1.6.jar
  1. … 4 more files in changeset.
LDEV-4400 Update configuration files to match latest schemas

  1. … 30 more files in changeset.
LDEV-3997 Support for LTI 1.1 * httpclient was removed as it's now available as WV internal library * added new libraries required to verify OAuth signature and util classes for LTI

  1. … 15 more files in changeset.
LDEV-3997 LTI 1.1: updated httpclient to 4.2.3 version, added new libraries required to verify OAuth signature and util classes for LTI

    • binary
    ./commons-httpclient-4.2.3.jar
    • binary
    ./commons-httpcore-4.2.2.jar
  1. … 9 more files in changeset.
LDEV-3816: Converting template to Wildfly and Bootstrap. Httpclient needs logging and decoder libraries.

  1. … 1 more file in changeset.
NTU-3: Update Http client library.

NTU-3: Update Http client library and add one required for secure connections.

    • binary
    ./commons-httpclient-3.1.jar
  1. … 141 more files in changeset.
NTU-3: Update Http client library and add one required for secure connections.

    • binary
    ./commons-httpclient-3.1.jar
  1. … 141 more files in changeset.
LDEV-3382 Add datetime parameter check to LoginRequest.

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

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

  1. … 9 more files in changeset.
LDEV-3275: Add library dependencies. Reintroduce and upgrade Apache Commons Discovery 0.2 -> 0.5.

    • binary
    ./commons-discovery-0.5.jar
    • -0
    • +33
    ./discovery.module.xml
  1. … 1 more file in changeset.
LDEV-3275: Add library dependencies.

LDEV-3275: Add library dependencies and source code.

  1. … 415 more files in changeset.
LDEV-3275: Degrade Apache Commons Digester from version 3.2 to 2.1 as the newer version is based on another Java package, thus unrecognisable for other libraries.

    • binary
    ./commons-digester-2.1.jar
  1. … 1 more file in changeset.
LDEV-3275: Reintroduce Apache Commons Digester, required by Struts after all. Upgrade to version 3.2.

    • binary
    ./commons-digester3-3.2.jar
    • -0
    • +29
    ./digester.module.xml
  1. … 2 more files in changeset.
LDEV-3275: Fix deployment paths.

  1. … 2 more files in changeset.
LDEV-3275: Deploy Apache Commons Validator as a WildFly module.

    • -0
    • +29
    ./validator.module.xml
  1. … 2 more files in changeset.
LDEV-3275: Deploy Apache Commons HTTPClient as a WildFly module.

    • -0
    • +29
    ./httpclient.module.xml
  1. … 2 more files in changeset.
LDEV-3275: Deploy Apache Commons FileUpload as a WildFly module.

    • -0
    • +29
    ./fileupload.module.xml
  1. … 2 more files in changeset.
LDEV-3275: Remove unnecessary (?) Apache Commons Discovery.

  1. … 1 more file in changeset.