2012-11-27

Instructions for migration to Ujorm 1.30

If you are considering migrating to Ujorm 1.30, I recommend to use three simple steps:
  1. upgrade Maven dependendecies to: groupId=org.ujorm + version=1.30
  2. replace all texts "UjoProperty" for the targets "Key" in your project and
  3. fix deprecated methods

Optionally, you can use the KeyFactory class to create new keys instead of original static factory methods.

No comments: