Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PropertyIsBetween operator test. #197

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

keshavnangare
Copy link

@keshavnangare keshavnangare commented Apr 7, 2021

This pull request is not finalized yet (in progress) and can be used as a basis for future work.

Fixes #30

@ghobona
Copy link
Contributor

ghobona commented Apr 21, 2021

Just a note that I had to add the following to the Maven pom file when testing on a Java 11 VM. The dependency is not needed for Java 8 deployment.

<dependency>
    <groupId>javax.xml.bind</groupId>
    <artifactId>jaxb-api</artifactId>
    <version>2.3.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.xml.soap/javax.xml.soap-api -->
<dependency>
    <groupId>javax.xml.soap</groupId>
    <artifactId>javax.xml.soap-api</artifactId>
    <version>1.4.0</version>
</dependency>

@dstenger dstenger marked this pull request as draft October 26, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for standard joins
3 participants