- Oct 19, 2023
-
-
Raphael Ouazana authored
-
- Oct 18, 2023
-
-
Raphael Ouazana authored
-
- Oct 08, 2023
-
-
Antoine Mottier authored
Using UTF-8 over ISO-8859-1 as it is the encoding currently in use for legacy project files still in use for testing upgrade from 1.x to 2.x.
-
Antoine Mottier authored
`maven-resources-plugin` is using `project.build.sourceEncoding` to specify encoding to use when copying filtered resources (see https://maven.apache.org/plugins/maven-resources-plugin/examples/encoding.html). `.properties` files are encoded in `ISO-8859-1` (see [Java 8 API documentation](https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html), note that by default, since Java 9, Java runtime try to [read properties file as `UTF-8` encoded](https://docs.oracle.com/en/java/javase/11/intl/internationalization-enhancements1.html#GUID-974CF488-23E8-4963-A322-82006A7A14C7) en fallback to `ISO-8859-1` if needed). To prevent issue, `maven-resources-plugin` log a warning if encoding for `.properties` files is not specified in plugin configuration (see https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html). This commit set the encoding to be used for `.properties` files to `ISO-8859-1`. The purpose of this commit is solely to avoid a `maven-resources-plugin` as the project doesn't currently include `.properties` files.
-
- Oct 04, 2023
-
-
Antoine Mottier authored
According to documentation (mvn help:describe -Dplugin=org.apache.maven.plugins:maven-javadoc-plugin:3.4.1 -Ddetail | grep additionalparam), `additionalparam` is not a valid configuration parameter for `maven-javadoc-plugin`. This commit replace`additionalparam` with `doclint`: Specifies specific checks to be performed on Javadoc comments. See [doclint](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#BEJEFABE).
-
Antoine Mottier authored
A script engine (e.g. "Oracle Nashorn") is incorrectly reported as unsupported in debug log message. If we take as an example the "Oracle Nashorn" script engine, it has the following short names: nashorn, Nashorn, js, JS, JavaScript, javascript, ECMAScript, ecmascript. With the current implementation, the script engine will be, by default, considered to be supported and if, while iterating on the list of short names, a short name is *not one of*: js, groovy, grall.js, the engine will be considered to be *not supported*. So with the example of "Oracle Nashorn" it will be reported as not supported event if one of its short name is `js` and it is actually loaded (the issue is only related to the log message). This commit revert the logic: a script engine is by default unsupported and if one of its short names match one of js, groovy, grall.js it will be considered supported.
-
- Sep 12, 2023
-
-
Soisik Froger authored
-
- Sep 11, 2023
-
-
This allow to benefit from https://issues.apache.org/jira/browse/MASSEMBLY-515 that currently prevent me from successfully building LSC on Linux.
-
- Jul 11, 2023
-
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
Raphael Ouazana authored
-
- Jul 10, 2023
-
-
davidcoutadeur authored
enforce order of user-defined tasks at launch (#218) --------- Co-authored-by: David Coutadeur <david.coutadeur@worteks.com>
-
- Oct 05, 2022
-
-
- from java 11 add graaljs supported by graalvm. - graalvm 22.2.0 - default implementation when no scripting language is provided - graalsjs has full access to java code and work in nashorn compatibility - use 'gj' to explictly require graaljs ( and not gr that is groovy ). - bump rhino to 1.7.14.
-
- Sep 30, 2022
-
-
- support jdk version from 8 to 19 ( tested only 8 & 11 though ) - since jdk 8 has no module any jvm command line options related to module will fail in sunfire framework
-
- set versions 1.8 - 8 for maven compiler plugin - update to jmockit 1.5 - add specific options to run jmockit - --add-reads java.base=java.logging does it.
-
- then align with jaxb 2.3.6 and smae sources than maven plugin
-
- does run
-
- org.apache.ibatis -> org.mybatis mybatis2 ( not mybatis3) - update jvm to 7 ( the better yet, 8 does not work yet ).
-
Clément OUDOT authored
Bump xstream from 1.4.18 to 1.4.19
-
- Sep 29, 2022
-
-
- hideoauto.sh generate a .gitignore to ignore Generated files and remove them from repository
-
- last 2.6.4 ( 2017 ) version of OpenDJ from forgerock - provide set_opendj_buildinfo to generate buildinfo files needed for test Remark to get newer should move org.openidentityplatform.opendj
-
- fix IBeans with unmatching <p> - provide script hmtlescape_mails_java.sh - any <mail@lsc-project.org> will replace '<''>' with html counterpart - fix previous one where '<''>' was fully removed, - run script and commit change
-
- update maven plugins compiler and javadoc - javadoc upgrade comes with java8 javadoc errors - need doclint none to pass through - it is not possible to fix all since xsd generation creates invalid javadoc - fix warnings ( convert html in comment mainly < > & ... ) - fix some wrong throws as javadoc check MalformedURLException is never thrown, remains from very old ldap library org.ietf.ldap.LDAPUrl that was later changed by unboundid then apache.directory javadoc does check it is consistent with code - remove obsolete class PivotTransformationServiceType.java
-
- Sep 27, 2022
-
-
Clément OUDOT authored
Advertise and use Libera Chat for irc (#201)
-
philippe lhardy authored
- updated README - updated travis ci notification to #lsc-project on irc.libera.chat
-
- remove parameter in xsd file - provide generated java file after package generation with: LANG=us mvn -Popendj clean package
-
- Sep 26, 2022
-
-
- -V or --version will display version as defined in pom.xml. - add .properties auto-filled (filtered) by maven - bump commons-cli to 1.3 - replace deprecated GnuParser by DefaultParser
-
- Sep 23, 2022
-
-
- http repositories are no more accepted so move dependencies to https - reflections-maven:0.9.9-RC1 causes dependency problem with jade org.jfrog.jade.plugins.common:jade-plugin-common:jar:1.3.8 - declare a pluginRepository for org.jfrog.jade.plugins.common in our project
-
- Feb 01, 2022
-
-
dependabot[bot] authored
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.18 to 1.4.19. - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits ) --- updated-dependencies: - dependency-name: com.thoughtworks.xstream:xstream dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-
- Sep 01, 2021
-
-
Soisik Froger authored
-
Soisik Froger authored
-
- Aug 27, 2021
-
-
Soisik Froger authored
-