﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15683	[PATCH] Fix registration of JAI operations	george-hopkins	Don-vip	"As the JAI JARs are bundled with the plugin, the regular initialization procedure does not work for JAI. We therefore register the operations by hand. However, the manually registered operations are lost as soon as JAI-Ext gets initialized because JAI-Ext replaces the operation registry once it is initialized. With the attached patched, JAI-Ext is initialized before we load the remaining operations.

Timeline how the bug gets triggered in ImageImportPlugin:
 * JAI gets initialized
 * User loads first image successfully (with ImageRead operation)
 * JOSM displays layer which triggers the initialization of JAI-Ext
 * JAI-Ext replaces the operation registry
 * User loads second image which fails as ImageRead operation is no longer available

Fixes: #12097, #13056, #13083, #14046, #14047"	enhancement	closed	normal		Plugin geotools		fixed		
