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

Reduce the number of JAI ImageIO registrations #583

Merged
merged 2 commits into from Jul 9, 2013

Conversation

melissalinkert
Copy link
Member

Fixes ticket #11034.

}

/** Register the JPEG-2000 readers with the reader service. */
private IIORegistry registerServiceProviders() {
Copy link
Member

Choose a reason for hiding this comment

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

This could be static to prevent any funkiness, i.e. attempting to use class state during the constructor or similar.

@ghost
Copy link

ghost commented Jul 3, 2013

Looks fine to me and builds/tests fine; all jobs are green. Agreed WRT making registerServiceProviders static.

Suggested by @joshmoore and @rleigh-dundee.
@melissalinkert
Copy link
Member Author

registerServiceProviders is now static.

@ghost
Copy link

ghost commented Jul 3, 2013

Super, thanks. This is good to merge.

melissalinkert added a commit that referenced this pull request Jul 9, 2013
Reduce the number of JAI ImageIO registrations
@melissalinkert melissalinkert merged commit 34aa07c into ome:develop Jul 9, 2013
@melissalinkert melissalinkert deleted the imageio-registration branch November 6, 2013 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants