Skip to content

Commit

Permalink
Merge pull request #21202 from dazey3/updateECL2610_v2_integration
Browse files Browse the repository at this point in the history
Fix NPE initializing EclipseLink ExpressionOperator
  • Loading branch information
jhanders34 authored May 21, 2022
2 parents e84179d + e3b5fe2 commit 23749a2
Show file tree
Hide file tree
Showing 5 changed files with 5,154 additions and 314 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ Include-Resource: \
@${repo;com.ibm.ws.org.eclipse.persistence:org.eclipse.persistence.jpa.jpql;${eclFullVersion};EXACT}!/!META-INF/maven/*,\
@${repo;com.ibm.ws.org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen;${eclFullVersion};EXACT}!/!META-INF/maven/*,\
@${repo;com.ibm.ws.org.eclipse.persistence:org.eclipse.persistence.jpa;${eclFullVersion};EXACT}!/!META-INF/maven/*,\
org/eclipse/persistence/expressions=${bin}/org/eclipse/persistence/expressions,\
org/eclipse/persistence/internal/helper=${bin}/org/eclipse/persistence/internal/helper,\
org/eclipse/persistence/descriptors=${bin}/org/eclipse/persistence/descriptors
org/eclipse/persistence/platform/database=${bin}/org/eclipse/persistence/platform/database

publish.wlp.jar.suffix: dev/api/third-party

Expand All @@ -126,7 +127,9 @@ publish.wlp.jar.suffix: dev/api/third-party
instrument.classesExcludes: \
org/eclipse/persistence/exceptions/i18n/*.class, \
org/eclipse/persistence/internal/localization/i18n/*.class, \
org/eclipse/persistence/internal/helper/*.class
org/eclipse/persistence/expressions/*.class, \
org/eclipse/persistence/internal/helper/*.class, \
org/eclipse/persistence/platform/database/*.class

-buildpath: \
com.ibm.ws.org.eclipse.persistence:org.eclipse.persistence.core;version=${eclFullVersion};strategy=exact,\
Expand Down

This file was deleted.

Loading

0 comments on commit 23749a2

Please sign in to comment.