Skip to content
Snippets Groups Projects

Upgrade API to use Quarkus 3.x and Java 17 as compilation target

Merged Martin Lowe requested to merge (removed):malowe/main/q3-j17-upgrade into main
61 files
+ 246
282
Compare changes
  • Side-by-side
  • Inline
Files
61
@@ -13,7 +13,7 @@ package org.eclipsefoundation.git.eca.api.models;
import java.util.List;
import javax.annotation.Nullable;
import jakarta.annotation.Nullable;
import org.eclipsefoundation.git.eca.namespace.HCaptchaErrorCodes;
Loading