tchlyah / couchmove

Java data migration tool for Couchbase
Apache License 2.0
39 stars 14 forks source link

Prevent NullPointerException when getting OS name #2

Closed hdurix closed 6 years ago

hdurix commented 6 years ago

In some environments (ie: with OpenShift), username retrieved by the system is null. If this is the case, it should return "unknown" (same as with unknown OS name).

hdurix commented 6 years ago

The travis build is failing because the Couchbase testcontainers version has to be upgraded, am I right?

hdurix commented 6 years ago

Would you have some time to do a release with this fix this week?