Merge branch 'develop-jersey' into stable-jersey

This commit is contained in:
Brian Long 2025-04-08 14:55:08 -04:00
commit 76447b9d41

View File

@ -26,7 +26,7 @@ import org.springframework.stereotype.Component;
*/ */
@Component("aps.protected-api.jersey") @Component("aps.protected-api.jersey")
@Lazy @Lazy
public class ApsProtectedRestApiJerseyImpl extends ApsProtectedRestApiImpl implements ApsPublicRestJerseyApi { public class ApsProtectedRestApiJerseyImpl extends ApsProtectedRestApiImpl implements ApsProtectedRestJerseyApi {
/** /**
* This constructor is for Spring or POJO use * This constructor is for Spring or POJO use