Skip to content

Commit

Permalink
fix: Bump supportedSourceVersion of ExoEntityProcessor to 21 - EXO-71474
Browse files Browse the repository at this point in the history
 - Meeds-io/MIPs#91 (#897)

This PR will upgrade supportedSourceVersion of ExoEntityProcessor to 21
  • Loading branch information
hbenali authored and exo-swf committed May 22, 2024
1 parent 9699bd5 commit 9deac3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* 7/22/15
*/
@SupportedAnnotationTypes("org.exoplatform.commons.api.persistence.ExoEntity")
@SupportedSourceVersion(SourceVersion.RELEASE_17)
@SupportedSourceVersion(SourceVersion.RELEASE_21)
public class ExoEntityProcessor extends AbstractProcessor {

/**
Expand Down

0 comments on commit 9deac3f

Please sign in to comment.