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

Version 3.1.4 Release #69

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Version 3.1.4 Release #69

merged 3 commits into from
Dec 7, 2023

Conversation

barrycaceres
Copy link
Contributor

  • Added com.senzing.sql.SQLUtilities.UTC_CALENDAR to provide a reusable Calendar
    instance for working with UTC timestmaps in SQL databases for JDBC getTimestamp()
    function.
  • Added additional constructors for MissingDependenciesException.
  • Added new functions to JsonUtilities:
    • JsonUtilities.add(JsonObjectBuilder,String,JsonObjectBuilder)
    • JsonUtilities.add(JsonObjectBuilder,String,JsonArrayBuilder)
    • JsonUtilities.add(JsonObjectBuilder,String,JsonValue)
    • JsonUtilities.add(JsonArrayBuilder,JsonObjectBuilder)
    • JsonUtilities.add(JsonArrayBuilder,JsonArrayBuilder)
    • JsonUtilities.add(JsonArrayBuilder,JsonValue)
  • Changed sqlite-jdbc dependency to version 3.42.0.1 to avoid the problematic
    version 3.43.x.x which carelessly breaks backwards compatibility by removing
    functionality that has been supported for sixteen (16) years.
  • Updated runtime and build dependencies.

…able `Calendar`

  instance for working with UTC timestmaps in SQL databases for JDBC `getTimestamp()`
  function.
- Added additional constructors for `MissingDependenciesException`.
- Added new functions to `JsonUtilities`:
  - `JsonUtilities.add(JsonObjectBuilder,String,JsonObjectBuilder)`
  - `JsonUtilities.add(JsonObjectBuilder,String,JsonArrayBuilder)`
  - `JsonUtilities.add(JsonObjectBuilder,String,JsonValue)`
  - `JsonUtilities.add(JsonArrayBuilder,JsonObjectBuilder)`
  - `JsonUtilities.add(JsonArrayBuilder,JsonArrayBuilder)`
  - `JsonUtilities.add(JsonArrayBuilder,JsonValue)`
- Changed `sqlite-jdbc` dependency to version `3.42.0.1` to avoid the problematic
  version `3.43.x.x` which carelessly breaks backwards compatibility by removing
  functionality that has been supported for sixteen (16) years.
- Updated runtime and build dependencies.
@barrycaceres barrycaceres self-assigned this Dec 7, 2023
@barrycaceres barrycaceres requested a review from a team as a code owner December 7, 2023 19:06
@barrycaceres barrycaceres merged commit 3362e00 into main Dec 7, 2023
@barrycaceres barrycaceres deleted the caceres.version-3.1.4 branch October 15, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants