From 5f9058ba579001f4ff1ac9371d857e67b13aceb1 Mon Sep 17 00:00:00 2001 From: Tobias Hahnen Date: Mon, 20 Jan 2025 14:53:09 +0100 Subject: [PATCH] SLE-1023: Update SLCORE Adjust to changes coming in the meantime. --- org.sonarlint.eclipse.core/META-INF/MANIFEST.MF | 2 +- .../eclipse/core/internal/backend/SonarLintBackendService.java | 2 +- org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF | 2 +- pom.xml | 2 +- target-platforms/commons-build.target | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/org.sonarlint.eclipse.core/META-INF/MANIFEST.MF b/org.sonarlint.eclipse.core/META-INF/MANIFEST.MF index 70b91f883..1395fe697 100644 --- a/org.sonarlint.eclipse.core/META-INF/MANIFEST.MF +++ b/org.sonarlint.eclipse.core/META-INF/MANIFEST.MF @@ -42,6 +42,6 @@ Require-Bundle: org.eclipse.equinox.security, org.eclipse.jdt.annotation;resolution:=optional, org.eclipse.text, org.eclipse.wildwebdeveloper.embedder.node;resolution:=optional, - org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.12.1,10.13.0)" + org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.13.0,10.14.0)" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-11 diff --git a/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/backend/SonarLintBackendService.java b/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/backend/SonarLintBackendService.java index 9afc69710..b4baa0b5e 100644 --- a/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/backend/SonarLintBackendService.java +++ b/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/backend/SonarLintBackendService.java @@ -195,7 +195,7 @@ protected IStatus run(IProgressMonitor monitor) { Map.of()), httpConfiguration, getSonarCloudAlternativeEnvironment(), - new FeatureFlagsDto(true, true, true, true, false, true, true, true, telemetryEnabled, true), + new FeatureFlagsDto(true, true, true, true, false, true, true, true, telemetryEnabled, true, false), StoragePathManager.getStorageDir(), StoragePathManager.getDefaultWorkDir(), Set.copyOf(embeddedPluginPaths), diff --git a/org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF b/org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF index f939c98cc..5f747653f 100644 --- a/org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF +++ b/org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF @@ -28,7 +28,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.text, org.eclipse.compare, org.eclipse.core.expressions, - org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.12.1,10.13.0)" + org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.13.0,10.14.0)" Export-Package: org.sonarlint.eclipse.ui.internal;x-friends:="org.sonarlint.eclipse.core.tests", org.sonarlint.eclipse.ui.internal.backend;x-friends:="org.sonarlint.eclipse.core.tests", org.sonarlint.eclipse.ui.internal.notifications;x-friends:="org.sonarlint.eclipse.core.tests", diff --git a/pom.xml b/pom.xml index a6d78c8b6..9aebf2efa 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 4.0.8 - 10.12.1.79852 + 10.13.0.79996 11 diff --git a/target-platforms/commons-build.target b/target-platforms/commons-build.target index 4c25ffbcd..9a39f6e0a 100644 --- a/target-platforms/commons-build.target +++ b/target-platforms/commons-build.target @@ -12,7 +12,7 @@ org.sonarsource.sonarlint.core sonarlint-java-client-osgi - 10.12.1.79852 + 10.13.0.79996 jar