File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed
com.avaloq.tools.ddk.check.core.test/META-INF
com.avaloq.tools.ddk.checkcfg.core/META-INF
com.avaloq.tools.ddk.xtext.test/src/com/avaloq/tools/ddk/xtext/builder Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ Require-Bundle: com.avaloq.tools.ddk.check.core,
2525 org.eclipse.ui.workbench;resolution:=optional,
2626 org.eclipse.xtext.xbase,
2727 org.eclipse.xtext.xbase.lib,
28- org.apache.logging.log4j,
2928 org.apache.commons.lang,
29+ org.apache.logging.log4j.api,
30+ org.apache.logging.log4j.core,
3031 org.eclipse.xtext.xbase.testing,
3132 junit-jupiter-api,
3233 junit-jupiter-engine,
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Require-Bundle: org.eclipse.xtext,
2121 com.avaloq.tools.ddk.check.core,
2222 com.avaloq.tools.ddk.check.runtime.core,
2323 org.eclipse.xtext.xbase.lib,
24- org.apache.logging.log4j,
24+ org.apache.logging.log4j.api,
25+ org.apache.logging.log4j.core,
2526 org.objectweb.asm;resolution:=optional,
2627 io.github.classgraph.classgraph
2728Export-Package : com.avaloq.tools.ddk.checkcfg,
Original file line number Diff line number Diff line change @@ -73,6 +73,6 @@ public void testTriggerRespectsAutoBuilding() {
7373 when (workspace .getRoot ()).thenReturn (root );
7474 when (root .getProjects ()).thenReturn (projects );
7575 buildTrigger .scheduleFullBuild ();
76- verify (scheduler ).scheduleBuildIfNecessary (eq (Arrays .asList (projects )), ArgumentMatchers .< IBuildFlag []> any () );
76+ verify (scheduler ).scheduleBuildIfNecessary (eq (Arrays .asList (projects )));
7777 }
7878}
Original file line number Diff line number Diff line change 4444 <unit id =" org.eclipse.lsp4j.sdk.feature.group" version =" 0.0.0" />
4545 </location >
4646 <location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
47- <repository location =" https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository" />
48- <unit id =" org.apache.logging.log4j" version =" 2.17.1.v20220106-2156" />
49- <unit id =" org.apache.commons.lang" version =" 2.6.0.v20220406-2305" />
50- <unit id =" org.apache.log4j" version =" 1.2.24.v20221221-2012" />
51- <unit id =" org.slf4j.ext" version =" 1.7.30.v20221112-0806" />
52- <unit id =" org.mockito.mockito-core" version =" 4.8.1.v20221103-2317" />
53- <unit id =" org.hamcrest" version =" 2.2.0.v20210711-0821" />
54- <unit id =" org.junit" version =" 4.13.2.v20211018-1956" />
47+ <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-09" />
48+ <unit id =" net.bytebuddy.byte-buddy" version =" 1.17.7" />
49+ <unit id =" net.bytebuddy.byte-buddy-agent" version =" 1.17.7" />
50+ <unit id =" org.apache.commons.lang" version =" 2.6.0" />
51+ <unit id =" org.apache.logging.log4j.api" version =" 2.25.1" />
52+ <unit id =" org.apache.logging.log4j.core" version =" 2.25.1" />
53+ <unit id =" org.apache.logging.log4j.to.slf4j" version =" 2.25.1" />
54+ <unit id =" org.mockito.mockito-core" version =" 5.19.0" />
55+ <unit id =" org.hamcrest" version =" 2.2.0" />
56+ <unit id =" org.junit" version =" 4.13.2.v20240929-1000" />
5557 </location >
5658 <location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
5759 <repository location =" https://download.eclipse.org/tools/orbit/simrel/maven-osgi/2025-09" />
You can’t perform that action at this time.
0 commit comments