Source compatibility report for the Felix OSGi Core library between 5.0.0 and 5.0.1 versions

Test Info


Library NameFelix OSGi Core
Version #15.0.0
Version #25.0.1

Test Results


Total Java ARchives1
Total Methods / Classes1567 / 250
VerdictIncompatible
(0.1%)

Problem Summary


SeverityCount
Added Methods-9
Removed MethodsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (9)


felix.jar, HookRegistry.class
package org.apache.felix.framework
HookRegistry.addHooks ( String[ ] classNames, Object svcObj, ServiceReference ref )  :  void
HookRegistry.blackListHook ( ServiceReference sr )  :  void
HookRegistry.getHooks ( Class hookClass )  :  Set
HookRegistry.HookRegistry ( )
HookRegistry.isHookBlackListed ( ServiceReference sr )  :  boolean
HookRegistry.removeHooks ( ServiceReference ref )  :  void
HookRegistry.updateHooks ( ServiceReference ref )  :  void

felix.jar, ServiceRegistry.class
package org.apache.felix.framework
ServiceRegistry.getHookRegistry ( )  :  HookRegistry
ServiceRegistry.registerService ( Bundle bundle, String[ ] classNames, Object svcObj, Dictionary dict )  :  ServiceRegistration

to the top

Removed Methods (2)


felix.jar, ServiceRegistry.class
package org.apache.felix.framework
ServiceRegistry.getHooks ( Class hookClass )  :  Set
ServiceRegistry.registerService ( BundleContext context, String[ ] classNames, Object svcObj, Dictionary dict )  :  ServiceRegistration

to the top

Java ARchives (1)


felix.jar

to the top