Skip to content
  1. Oct 19, 2023
  2. Oct 18, 2023
  3. Oct 08, 2023
  4. Oct 04, 2023
    • Antoine Mottier's avatar
      Fix maven-javadoc-plugin configuration · cc59a3e7
      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).
      cc59a3e7
    • Antoine Mottier's avatar
      Fix inaccurate log message when loading script engine · a1c815b2
      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.
      a1c815b2
  5. Sep 12, 2023
  6. Sep 11, 2023
  7. Jul 11, 2023
  8. Jul 10, 2023
  9. Oct 05, 2022
    • philippe lhardy's avatar
      javascript graaljs support and rhino update · 741b0535
      philippe lhardy authored and Soisik Froger's avatar Soisik Froger committed
      - 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.
      741b0535
  10. Sep 30, 2022
  11. Sep 29, 2022
    • philippe lhardy's avatar
      script to ignore autogenerated files in git · 072c028c
      philippe lhardy authored and Soisik Froger's avatar Soisik Froger committed
      - hideoauto.sh generate a .gitignore to ignore Generated files and remove them from repository
      072c028c
    • philippe lhardy's avatar
      upgrade dependency OpenDJ 2.6.4 · 4c06155c
      philippe lhardy authored and Soisik Froger's avatar Soisik Froger committed
      - 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
      4c06155c
    • philippe lhardy's avatar
      escape lsc-project.org mails html in all java files · c96aee1b
      philippe lhardy authored and Soisik Froger's avatar Soisik Froger committed
      - 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
      c96aee1b
    • philippe lhardy's avatar
      Update logback, maven plugin compiler and javadoc · 4a3facbe
      philippe lhardy authored and Soisik Froger's avatar Soisik Froger committed
      - 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
      4a3facbe
  12. Sep 27, 2022
  13. Sep 26, 2022
  14. Sep 23, 2022
    • philippe lhardy's avatar
      Support for maven >= 3.8.1 #195 · 392b36a6
      philippe lhardy authored and Soisik Froger's avatar Soisik Froger committed
      - 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
      392b36a6
  15. Feb 01, 2022
  16. Sep 01, 2021
  17. Aug 27, 2021
Loading