Skip to content

Commit

Permalink
Update upgrade documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed Jul 19, 2018
1 parent cd2507e commit 70783cc
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions UPGRADE-1.1.11.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# Upgrade from 1.1.9 to 1.1.10
# Upgrade from 1.1.10 to 1.1.11

## Doctrine Annotations

Instead of simple annotations, wheras parsing them is not bound to the apropriate use statement, up from version 1.1.10 all
annotations of the apperver-io-psr/epb, appserver-io-psr/servlet and appserver-io/routlt libraries are using the Doctrine
Annotations library instead. Therefore it is necessary to add use statements, for all annotations of that libraries, to your
application's classes.

## Annotation Libraries

Annotations Libraries **MUST** not longer be registered with the `persistence.xml` file, instead they have to be registered
in the `META-INF/context.xml` file of your application. This is necessary, as we use Doctrine Annotations for annotation
parsing also.
Updating from 1.1.10 to 1.1.11 doesn't have any impacts. Please read the apropriate UPGRADE-1.x.x files for updates from older versions to 1.1.10.

0 comments on commit 70783cc

Please sign in to comment.