eclipse-ee4j / krazo

Apache License 2.0
50 stars 19 forks source link

Replace hard-coded priorities with constants from Jakarta Interceptor #324

Closed erdlet closed 2 years ago

erdlet commented 2 years ago

We have in a few classes hard-coded priorities which can lead to problems in CDI or misunderstandings in common. To avoid this, we should use constants like Interceptor.Priority.PLATFORM_AFTER and order them by adding some number.