Skip to content

Commit 5f9058b

Browse files
committed
SLE-1023: Update SLCORE
Adjust to changes coming in the meantime.
1 parent 94c4dca commit 5f9058b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

org.sonarlint.eclipse.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ Require-Bundle: org.eclipse.equinox.security,
4242
org.eclipse.jdt.annotation;resolution:=optional,
4343
org.eclipse.text,
4444
org.eclipse.wildwebdeveloper.embedder.node;resolution:=optional,
45-
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.12.1,10.13.0)"
45+
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.13.0,10.14.0)"
4646
Bundle-ActivationPolicy: lazy
4747
Bundle-RequiredExecutionEnvironment: JavaSE-11

org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/backend/SonarLintBackendService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ protected IStatus run(IProgressMonitor monitor) {
195195
Map.of()),
196196
httpConfiguration,
197197
getSonarCloudAlternativeEnvironment(),
198-
new FeatureFlagsDto(true, true, true, true, false, true, true, true, telemetryEnabled, true),
198+
new FeatureFlagsDto(true, true, true, true, false, true, true, true, telemetryEnabled, true, false),
199199
StoragePathManager.getStorageDir(),
200200
StoragePathManager.getDefaultWorkDir(),
201201
Set.copyOf(embeddedPluginPaths),

org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Require-Bundle: org.eclipse.core.runtime,
2828
org.eclipse.text,
2929
org.eclipse.compare,
3030
org.eclipse.core.expressions,
31-
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.12.1,10.13.0)"
31+
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.13.0,10.14.0)"
3232
Export-Package: org.sonarlint.eclipse.ui.internal;x-friends:="org.sonarlint.eclipse.core.tests",
3333
org.sonarlint.eclipse.ui.internal.backend;x-friends:="org.sonarlint.eclipse.core.tests",
3434
org.sonarlint.eclipse.ui.internal.notifications;x-friends:="org.sonarlint.eclipse.core.tests",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<tycho.version>4.0.8</tycho.version>
7878

7979
<!-- Sloop embedded CLI version for fragment projects -->
80-
<sloop.version>10.12.1.79852</sloop.version>
80+
<sloop.version>10.13.0.79996</sloop.version>
8181

8282
<!-- SonarQube analysis -->
8383
<sonar.java.source>11</sonar.java.source>

target-platforms/commons-build.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.sonarsource.sonarlint.core</groupId>
1414
<artifactId>sonarlint-java-client-osgi</artifactId>
15-
<version>10.12.1.79852</version>
15+
<version>10.13.0.79996</version>
1616
<type>jar</type>
1717
</dependency>
1818
</dependencies>

0 commit comments

Comments
 (0)