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

Remove usages of isjava #270

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Remove usages of isjava #270

merged 1 commit into from
Jul 31, 2023

Conversation

ctrueden
Copy link
Member

@ctrueden ctrueden commented Jul 25, 2023

And bump minimum scyjava version to 1.9.1.

As of scyjava 1.9.1, the work from scijava/scyjava#60 is integrated, meaning such defensive checks around conversion are no longer necessary.

This reverts commit 85f0d5c, titled "Work around jpype convert limitation", and closes #220.

It also removes some other usages of isjava, which are also not needed.

@ctrueden ctrueden requested a review from gselzer July 25, 2023 21:24
And bump minimum scyjava version to 1.9.1.

As of scyjava 1.9.1, the work from scijava/scyjava#60 is integrated,
meaning such defensive checks around conversion are no longer necessary.

This reverts commit 85f0d5c,
titled "Work around jpype convert limitation", and closes #220.

It also removes some other usages of isjava, which are also not needed.
Copy link
Collaborator

@gselzer gselzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me!

@gselzer gselzer merged commit c598ffd into main Jul 31, 2023
8 checks passed
@gselzer gselzer deleted the issue-220 branch July 31, 2023 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove workaround when ConvertService can operate on python types
2 participants