diff --git a/pom.xml b/pom.xml index 00d3d3063346f534652513971c54853c990e2e16..625f9631d348afa3ff0a42b8ae5831aa845263c6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <surefire-plugin.version>3.3.1</surefire-plugin.version> <auto-value.version>1.10.4</auto-value.version> <hibernate.version>5.5.6.Final</hibernate.version> - <eclipse-api-version>1.2.3</eclipse-api-version> + <eclipse-api-version>1.2.4</eclipse-api-version> <org.mapstruct.version>1.5.5.Final</org.mapstruct.version> <fdndb-api-version>1.1.2</fdndb-api-version> <sonar.sources>src/main</sonar.sources> diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 742eede55a8afdd768403ab42f00d9c757860687..04dc27fe386cc9ee3a18801847aa65284c1683d6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,6 +6,9 @@ quarkus.oidc.enabled=false fdndb-api/mp-rest/url=http://foundationdb:8095 %dev.fdndb-api/mp-rest/url=http://localhost:10112 +## Bypass the cache for user objects, as we want to always have latest +eclipse.cache.cache-bypass-classes=org.eclipsefoundation.efservices.api.models.EfUser + eclipse.security.oauth2.filter.enabled=true eclipse.security.oauth2.filter.always-on.enabled=true