From 7f44b6118486f068b90ab119f56a49bd9b05931d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Chicchiricc=C3=B2?= Date: Wed, 15 May 2024 11:46:10 +0200 Subject: [PATCH] Upgrading Swagger Core --- .../console/tasks/SchedTaskWizardBuilder.java | 18 +++++++++--------- pom.xml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/tasks/SchedTaskWizardBuilder.java b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/tasks/SchedTaskWizardBuilder.java index e7d82c63c5..b5db4efcd4 100644 --- a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/tasks/SchedTaskWizardBuilder.java +++ b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/tasks/SchedTaskWizardBuilder.java @@ -124,26 +124,26 @@ protected List searchRealms(final String realmQuery) { getResult().stream().map(RealmTO::getFullPath).collect(Collectors.toList()); } - public class Profile extends WizardStep { + protected class Profile extends WizardStep { private static final long serialVersionUID = -3043839139187792810L; - private final IModel> taskJobDelegates = SyncopeWebApplication.get(). + protected final IModel> taskJobDelegates = SyncopeWebApplication.get(). getImplementationInfoProvider().getTaskJobDelegates(); - private final IModel> reconFilterBuilders = SyncopeWebApplication.get(). + protected final IModel> reconFilterBuilders = SyncopeWebApplication.get(). getImplementationInfoProvider().getReconFilterBuilders(); - private final IModel> macroActions = SyncopeWebApplication.get(). + protected final IModel> macroActions = SyncopeWebApplication.get(). getImplementationInfoProvider().getMacroActions(); - private final IModel> pullActions = SyncopeWebApplication.get(). + protected final IModel> pullActions = SyncopeWebApplication.get(). getImplementationInfoProvider().getPullActions(); - private final IModel> pushActions = SyncopeWebApplication.get(). + protected final IModel> pushActions = SyncopeWebApplication.get(). getImplementationInfoProvider().getPushActions(); - public Profile(final SchedTaskTO taskTO) { + protected Profile(final SchedTaskTO taskTO) { AjaxTextFieldPanel name = new AjaxTextFieldPanel( Constants.NAME_FIELD_NAME, Constants.NAME_FIELD_NAME, new PropertyModel<>(taskTO, Constants.NAME_FIELD_NAME), @@ -444,11 +444,11 @@ public void setObject(final Integer object) { } } - public class Schedule extends WizardStep { + protected class Schedule extends WizardStep { private static final long serialVersionUID = -785981096328637758L; - public Schedule(final SchedTaskTO taskTO) { + protected Schedule(final SchedTaskTO taskTO) { crontabPanel = new CrontabPanel( "schedule", new PropertyModel<>(taskTO, "cronExpression"), taskTO.getCronExpression()); add(crontabPanel); diff --git a/pom.xml b/pom.xml index 35bddad19e..40a7892431 100644 --- a/pom.xml +++ b/pom.xml @@ -442,7 +442,7 @@ under the License. 2.2.224 - 2.2.21 + 2.2.22 5.17.2 1.3.8