Skip to content
Snippets Groups Projects

update: upgrade to Quarkus 3.15 LTS and latest commons lib

Merged Martin Lowe requested to merge malowe/main/q-3.15-update into main
17 files
+ 267
380
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -14,8 +14,8 @@ package org.eclipsefoundation.openvsx.api;
import java.util.List;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
import org.eclipsefoundation.foundationdb.client.model.PeopleData;
import org.eclipsefoundation.foundationdb.client.model.PeopleDocumentData;
import org.eclipsefoundation.foundationdb.client.runtime.model.people.PeopleData;
import org.eclipsefoundation.foundationdb.client.runtime.model.people.PeopleDocumentData;
import org.eclipsefoundation.openvsx.api.models.ModLogHeaders;
import io.quarkus.oidc.client.filter.OidcClientFilter;
Loading