You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Benjamin Runnels (JIRA)" <ji...@apache.org> on 2017/05/04 14:24:04 UTC

[jira] [Created] (OLINGO-1119) UriInfoType enum change to private breaking change

Benjamin Runnels created OLINGO-1119:
----------------------------------------

             Summary: UriInfoType enum change to private breaking change
                 Key: OLINGO-1119
                 URL: https://issues.apache.org/jira/browse/OLINGO-1119
             Project: Olingo
          Issue Type: Bug
          Components: odata2-jpa
    Affects Versions: V2 2.0.8
            Reporter: Benjamin Runnels


This changeset switched JPAQueryBuilder.UriInfoType to private.
https://github.com/apache/olingo-odata2/commit/3ed58899d76c57ef8a26a3a02098c736f4740856

I have code extending ODataJPAQueryExtensionEntityListener that was using the UriInfoType  enum.  I upgraded from olingo 2.0.7 to olingo 2.0.8 and making that enum private is a breaking change.  Is there a reason this was changed?  Do you have an alternative I should be using?

Here's a link to the CustomQueryBuilder that it breaks.  https://github.com/hwestphal/spring-boot-odata/blob/master/src/main/java/io/github/hwestphal/odata/server/CustomJpaQueryBuilder.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)