You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Travis CI <bu...@travis-ci.org> on 2020/03/27 00:05:31 UTC

Passed: apache/geode-native#2351 (rel/v1.12.0.RC2 - 8ddc0e8)

Build Update for apache/geode-native
-------------------------------------

Build: #2351
Status: Passed

Duration: 1 hr, 22 mins, and 58 secs
Commit: 8ddc0e8 (rel/v1.12.0.RC2)
Author: Blake Bender
Message: GEODE-7694: fix pdx type lookup (#572)

- < operator should have used typeId, was using className which is NOT UNIQUE
- This should fix problems with __GEMFIRE_JSON PDX type
- fall back to comparing className when both typeIds are 0
- Local regions appear to operate with typeId == 0 for everything
- Local regions will still be broken for __GEMFIRE_JSON type, because className is the same for different types

View the changeset: https://github.com/apache/geode-native/compare/rel/v1.12.0.RC2

View the full build log and details: https://travis-ci.org/github/apache/geode-native/builds/667468706?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-native repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=11948127&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.