mysql-connector-java.module.xml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Upgrade MySQL Java connector to version 8.3.0

  1. … 4 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 to MySQL 8.0.11

This server version requires a newer connector and server time zone

settings.

  1. … 15 more files in changeset.
LDEV-4402 Update MySQL connector source files

  1. … 27 more files in changeset.
LDEV-4402 Upgrade MySQL connector

From version 5.1.38 to 5.1.43

Changes in 3rdParty.userlibraries for Spring are shipped with this

commit too.

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

  1. … 33 more files in changeset.
LDEV-3629: Alter character set and collation of the database and each of its tables. Shorten indexed text fields. Upgrade Java -> MySQL connector. Remove an obsolete field from User class.

  1. … 284 more files in changeset.
LDEV-3275: Make Ant use WildFly libraries to build EAR. The libraries have to be exactly listed, instead of using **/*.jar. This is becaus full (not slimmed) WildFly contain other library versions than used by LAMS (located in lams_build/lib). When starting up WildFly libraries would be loaded first and probably foreshadow/clash with versions delivered with EAR.

Also an attempt to correctly deliver MySQL connector lib to WildFly modules dir was committed. Other libraries delivery will follow the same pattern.

    • -0
    • +32
    ./mysql-connector-java.module.xml
  1. … 4 more files in changeset.