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

#1366 DateTimeType.java:38 NullPointerException #1367

Merged

Conversation

mironbalcerzak
Copy link
Contributor

@mironbalcerzak mironbalcerzak commented Sep 1, 2020


name: Pull Request
about: NPE in DateTimeType core class
title: 'Fix For NPE'
labels: Status:Discovery
assignees: ''


Environment

Liquibase Version: 4.0.0

Pull Request Type

  • Bug fix (non-breaking change which fixes an issue.)
  • Enhancement/New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

NPE in DateTimeType in liquibase 4.0.0
More on that here: #1366

Steps To Reproduce

Generate Changelog for Oracle DB

Fast Track PR Acceptance Checklist:

Need Help?

Come chat with us on our discord channel

@codecov
Copy link

codecov bot commented Sep 1, 2020

Codecov Report

Merging #1367 into master will not change coverage.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1367   +/-   ##
=========================================
  Coverage     48.20%   48.20%           
- Complexity     7558     7559    +1     
=========================================
  Files           755      755           
  Lines         36456    36456           
  Branches       6645     6646    +1     
=========================================
  Hits          17574    17574           
  Misses        16522    16522           
  Partials       2360     2360           
Impacted Files Coverage Δ Complexity Δ
...ain/java/liquibase/datatype/core/DateTimeType.java 28.70% <33.33%> (ø) 18.00 <16.00> (ø)
...e/src/main/java/liquibase/util/DependencyUtil.java 92.10% <0.00%> (-0.88%) 0.00% <0.00%> (ø%)
...re/src/main/java/liquibase/util/ISODateFormat.java 79.16% <0.00%> (+2.08%) 16.00% <0.00%> (+1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99e76ca...2498b07. Read the comment docs.

@molivasdat
Copy link
Contributor

Thanks @mironbalcerzak for creating this PR.
Here’s what happens next:

A member of the Liquibase team will take a look at your contribution and may suggest
changes, additional tests, or provide other feedback. The PR will be prioritized
according to our development and testing capacity.

We’ll let you know when it’s ready to move to the next step or if any changes are needed.

@mironbalcerzak
Copy link
Contributor Author

@kevin-at-datical, @molivasdat
Hey there. Just checking if this PR was not lost "in the process" :) can you please review/accept it?

@mironbalcerzak
Copy link
Contributor Author

@kevin-at-datical, @molivasdat bump

@molivasdat
Copy link
Contributor

Hi @mironbalcerzak It was not lost in process, just taking a bit of time to incorporate changes into the code. We should be able to pull this into the next release.

@mironbalcerzak
Copy link
Contributor Author

@nvoxland, @molivasdat, @kevin-at-datical - guys...it's nearly half a year that this PR is open with major bug with Oracle ... can you kindly merge it please?

@molivasdat
Copy link
Contributor

molivasdat commented Feb 24, 2021

Hi @mironbalcerzak , Yes this is a simple change. Thanks for the pointer. We are working on getting fixes in. Apologies. It won't make 4.3.2 but the next one. We got a new team in place to help out.

@sync-by-unito
Copy link

sync-by-unito bot commented Mar 29, 2021

➤ Erzsebet Carmean commented:

Liquibase unit, integration and functional test suites passed. Moving this to ready to merge. Thanks for the PR!

@nvoxland nvoxland merged commit 6c5e949 into liquibase:master Apr 5, 2021
@nvoxland
Copy link
Contributor

nvoxland commented Apr 5, 2021

Merged into master for 4.4.0

@nvoxland nvoxland mentioned this pull request Jul 30, 2021
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DateTimeType.java:38 NullPointerException (liquibase 4.0.0)
5 participants