Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on java.sql.Timestamp #878

Merged
merged 1 commit into from
Nov 14, 2022

Commits on Nov 14, 2022

  1. Remove dependency on java.sql.Timestamp

    Only one condition test refers to java.sql.Timestamp and it's
    unnecessary anyway because it also refers to java.util.Date
    (Timestamp inherits from Date). Only the Date API is then
    used to marshall and unmarshall values.
    
    This avoids a dependency on the java.sql module, which some
    SDK does not seem to contain (e.g. JavaFX, reported by a user).
    This should also avoid needing this module in some Docker images
    (e.g. PerfTest, which pulls this module in its stripped JRE just
    for this reference apparently).
    
    Mailing list thread: https://groups.google.com/g/rabbitmq-users/c/ORX91PwYhnw/m/xlMR9JTTAQAJ
    acogoluegnes committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    11e20dd View commit details
    Browse the repository at this point in the history