fabric8io / kubernetes-model

JSON schema generator for OpenShift Origin API objects
36 stars 72 forks source link

Upgrade to sundrio 0.8.1. #309

Closed iocanel closed 6 years ago

iocanel commented 6 years ago

311

piyush-garg commented 6 years ago

earlier this was causing the NPE thing, we should check with client and also openshift 3.9.0 PR

hrishin commented 6 years ago

Last release maven central and Github shows 0.8.0.

So 0.8.1 exists? @iocanel @piyush1594

oscerd commented 6 years ago

http://repo2.maven.org/maven2/io/sundr/sundr-core/0.8.1/

oscerd commented 6 years ago

search.maven.org is not updated in real-time.

piyush-garg commented 6 years ago

@hrishin Maybe @iocanel forgot to push the GitHub tag, but yes it is available.

hrishin commented 6 years ago

Noted @oscerd :+1: .

piyush-garg commented 6 years ago

I just checked and doing this will need a lot of logic changes handling in the client like, we right now expect empty but after this, we need to check null. @hrishin @iocanel @oscerd

piyush-garg commented 6 years ago

I think upgrading to 0.7.1 is safe side right now, later we can work on bumping this.