Git Product home page Git Product logo

freelib-utils's People

Contributors

dependabot[bot] avatar ksclarke avatar

Watchers

 avatar  avatar

freelib-utils's Issues

Fix failing tests

Failing because test paths are hard-coded. Duh. Rewrite the tests.

Extend SLF4J to embed a xmlresourcebundle

Would be nice if xmlresourcebundle was embedded in the logger rather than having to write stuff like:

LOGGER.warn(BUNDLE.get("INGEST_FILE_FAIL", jp2));

There is a i18n extension to slf4j but I don't think it is as simple as this would be.

Add properties file transcoder

Add an optional properties file transcoder for the I18nCodesMojo. This will create a properties file from an XML resources file, if configured to do so.

Fix Javadocs

Updating to JDK 17's doclet broke the Javadocs CSS. This has been upstream in freelib-build-tools. Pull the new CSS into this project.

Fix logging line numbers

  • Fix logging line numbers
  • Switch from using simple logger to logback for tests
  • Remove obsolete test settings.xml file
  • Add question mark constant

Fix DEBUG logging in I18nException, I18nRuntimeException, and XMLResourceBundle

There are logging messages in these classes that are in the freelib-utils_messages file but not in the messages files of classes that extend them. The result is the message codes come out in the debug messages instead of actual messages. Fix this by removing the debugging logging or have them pull from a different bundle_name than the one that's passed into the extended class.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.