Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Changes in uimaFIT 2.x

Backwards compatibility

Compatibility with legacy annotation is provided by the #Legacy support module.

Change of Maven group ID

The Maven group ID has changed from org.uimafit to org.apache.uima.

...

The base package has been renamed from org.uimafit to org.apache.uima.fit. A global search/replace on Java files with for lines starting with import org.uimafit and replacing that with import org.apache.uima.fit should work.

...

uimaj_core

Dependes on uimaj_core 2.4.1 version

@ConfigurationParameter

The default value for the mandatory attribute now is true.

The default name of configuration parameters is now the name of the annotated field only. The classname is no longer prefixed. The method ConfigurationParameterFactory.createConfigurationParameterName() that was used to generate the prefixed name has been removed.

Compatibility with legacy annotation is provided by the #Legacy support module.

uimaj_core

Dependes on uimaj_core 2.4.1 version

@ConfigurationParameter

The default value for the mandatory attribute now is true.

META-INF/org.uimafit folder

...