spring-projects / sts4

The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia
https://spring.io/tools
Eclipse Public License 1.0
869 stars 203 forks source link

STS 4.23.1 - Is not possible apply format in a pom.xml file #1315

Closed manueljordan closed 1 week ago

manueljordan commented 1 month ago

Hello friends

For STS 4.23.1

Describe the bug Is not possible apply format to a pom.xml file

To Reproduce Create a simple Maven project, put some XML code about anything, and try to format the pom.xml file

Thus does not work:

BTW I had no problems with STS 4.21.1 (I did not use 4.22.1 so I am not sure if there the situation exists too)

martinlippert commented 1 month ago

There was a similar issue in the past, mentioned here, for example: https://stackoverflow.com/questions/75838857/eclipse-sts-will-not-format-pom-xml - not sure if the issues are related or not, but wanted to reference this here for further investigations.

manueljordan commented 1 month ago

Thanks for the reply

According with the SO link this situation is for STS 4.18.1 It is very interesting because I am sure that for

The format feature It worked in peace, thus I has assumed the situation started with either 4.22.1 or 4.23.1. Yes, I passed directly from either 4.20.1 or 4.21.1 to 4.23.1 (I never used 4.22.1). Even more, all the STS4 versions had the same set of plugins installed, of course according with their own versions.

Do you want I test with plain Eclipse for a particular version? It to discard if the bug is originated with either STS4 or Eclipse

manueljordan commented 1 month ago

I did do realize this situation risen here to:

but there is no feedback anymore. So I want be the tester

martinlippert commented 1 month ago

@manueljordan Thanks a lot for offering your help here, much appreciated. The initial investigation would be to see if this issue appears when using the plain Eclipse 2024-06 JEE package (without any additional plugins installed), so testing that would be awesome.

martinlippert commented 1 month ago

@manueljordan I tried a fresh installation of Spring Tools for Eclipse 4.24.0 and that seems to work fine (at least on my end). Can you double check that version as well? That would be great, too.

manueljordan commented 1 month ago

Hello @martinlippert

Thanks for the polite feedback. Pls let me do it in detail this weekend. Just in case, in what OS did you install STS4? I am going to do it in Linux Ubuntu. If you consider mandatory indicate me if should be done in Windows - if yes, I can do it for Windows Home 10 too.

martinlippert commented 1 month ago

@manueljordan I am using macOS, but that shouldn't matter too much. If you can double check the above mentioned cases on your machine, that would be the first step. If you can reproduce the formatting issue, the next step could be to double check those versions on Windows, but only if you can reproduce the problem on your machine with the above mentioned versions.

manueljordan commented 1 month ago

Hello

I downloaded the following installers:

Where for each one was:

Therefore for each one was created a Maven Project and is possible apply the format by either keyboard shortcut or mouse. So far all is OK.

Just in case the plugins installed in STS 4.23.1 are:

What plugin, if is the case, would be generating a possible conflict?

martinlippert commented 1 month ago

@manueljordan Thanks for diving into this, looks like we are one step further into the analysis of this. Since the vanilla installs seem to work, I think the most reasonable way to investigate this further would be to take one of those vanilla installs and walk through the list of third-party plugins, install one at a time, and see if the installed plugin causes the issue. At least this would be the way I would approach this.

martinlippert commented 1 month ago

Any news on this @manueljordan ?

manueljordan commented 1 month ago

pls let me do this in detail this weekend ... it to test it for each plugin isolated Thanks for your understanding

manueljordan commented 1 month ago

Thanks for the understanding

Furthermore I am going to test it on STS 4.24.x too..

BTW if there is a snapshot for either 4.25.x or 4.26.x share their links to test them too.

martinlippert commented 1 month ago

You can always find the latest snapshot builds on https://cdn.spring.io/spring-tools/snapshot/STS4/nightly-distributions.html

manueljordan commented 3 weeks ago

Hello

Here the report (each one by a dedicated comment) for a better report structure

Report A

Therefore having the following plugins (as P1 to P5):

Each one installed and playing with a pom.xml file through a simple Maven Project. Therefore with the following sequence:

And applied this approach to:

There is no bug

manueljordan commented 3 weeks ago

Hello

Report B

Because the plugins in Report A did not generate the bug I assumed two things:

Therefore I did do the following upgrade of the following plugins for my STS 4.23.1 (the old installation)

And the bug persists yet

In this old installation is based in an import of

And just in case, the default JRE was removed from the SpringToolSuite4.ini file to put one custom based on Eclipse Temurin. And other few minor settings in the mentioned file

Awaiting instructions

martinlippert commented 3 weeks ago

Thanks @manueljordan for doing all these installation tests and writing up the detailed report, that is awesome.

So if I understand things correctly, you weren't able (yet) to reproduce the problem when starting with a fresh install. Only the old installation shows the error, right? And the Format menu item appears under Source -> Format in the context menu (right-click), but shows up as disabled?

What happens if you disable the Spring Boot Language Server entries in the Preferences -> Language Servers for all content types it appears?

manueljordan commented 3 weeks ago

Hello @martinlippert

Thanks @manueljordan for doing all these installation tests and writing up the detailed report, that is awesome.

Thanks to you and the team for this IDE :)

So if I understand things correctly, you weren't able (yet) to reproduce the problem when starting with a fresh install.

Yes, that's correct

Only the old installation shows the error, right?

Yes, that's correct

And the Format menu item appears under Source -> Format in the context menu (right-click), but shows up as disabled?

Correct and the shift + ctrl + f keyboard shortcut does not work neither

About:

What happens if you disable the Spring Boot Language Server entries in the Preferences -> Language Servers for all content types it appears?

For the old installation

Just removing the unique item related with pom.xml

STS-OLD-01

Nothing happens (the Format item appears disabled) even if the IDE is restarted

STS-OLD-02

Now by removing all

STS-OLD-03

The contextual menu changes as the Format item does not appear anymore, it even if the IDE is restarted

STS-OLD-04

Just in case

in the new IDE (from the scratch) according with the following points:

Appears as follows

STS-NEW-01 STS-NEW-02

From the 2 latest Figures observe there are more items and finally

STS-NEW-03

The Format item appears enabled

martinlippert commented 2 weeks ago

Thanks for the additional details. I also stumbled upon the fact that there are less language server entries showing up in your existing installation, that looks absolutely wrong to me. We should try to find out what happened there, many more language servers should show up there.

My guess is that some update step in the lifecycle of your old installation caused some serious internal dependency conflicts and caused several plugins to not resolve anymore - and therefore disappear from the IDE altogether.

IF you want to dig that deep into this problem, you could do:

Then type "ss" (for short status) in there and press enter. This prints the list of all installed bundles (or plugins) in your installation and their current state. Many of them will show up with a state of ACTIVE, RESOLVED, or STARTING - that is all fine. If there are some plugins showing up as INSTALLED, that would indicate a dependency resolution issue. If you then type diag <no of that bundle> in and press enter, you would get a detailed report why this plugin was not resolved.

All this information is interesting and useful to prevent those things from happening, but it is almost impossible to repair an existing installation in that state. So if you want to dig deeper into this, feel free to try this. At least we would know roughly what the problem might be and that a new fresh install is needed.

manueljordan commented 2 weeks ago

Let me do this this weekend. if I have any issue it is going to be reported here too

Thanks for your understanding

manueljordan commented 1 week ago

Hello

Here the OSGI report

WARNING: This console is connected to the current running instance of Eclipse!
____________________________
Welcome to Apache Felix Gogo

g! ss
"Framework is launched."

id  State       Bundle
0   ACTIVE      org.eclipse.osgi_3.20.0.v20240509-1421
                Fragments=1
1   RESOLVED    org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057
                Master=0
2   ACTIVE      org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301
3   RESOLVED    bcpg_1.78.1
4   RESOLVED    bcpkix_1.78.1
5   RESOLVED    bcprov_1.78.1
6   RESOLVED    bcutil_1.78.1
7   RESOLVED    biz.aQute.bnd.util_7.0.0.202310060912
8   RESOLVED    biz.aQute.bndlib_7.0.0.202310060912
9   RESOLVED    biz.aQute.repository_7.0.0.202310060912
10  RESOLVED    biz.aQute.resolve_7.0.0.202310060912
11  RESOLVED    bndtools.api_7.0.0.202310060912
12  STARTING    bndtools.jareditor_7.0.0.202310060912
13  ACTIVE      ch.qos.logback.classic_1.5.6
                Fragments=353
14  RESOLVED    ch.qos.logback.core_1.5.6
15  RESOLVED    com.fasterxml.jackson.core.jackson-annotations_2.17.1
16  RESOLVED    com.fasterxml.jackson.core.jackson-core_2.17.1
17  RESOLVED    com.fasterxml.jackson.core.jackson-databind_2.17.1
18  RESOLVED    com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations_2.17.1
19  RESOLVED    com.github.jnr.a64asm_1.0.0.v20230715-0746
20  RESOLVED    com.github.jnr.constants_0.10.4
21  RESOLVED    com.github.jnr.enxio_0.32.17
22  RESOLVED    com.github.jnr.ffi_2.2.16
23  RESOLVED    com.github.jnr.jffi_1.3.13
                Fragments=24
24  RESOLVED    com.github.jnr.jffi.native_1.3.13.v20240215-1616
                Master=23
25  RESOLVED    com.github.jnr.posix_3.1.19
26  RESOLVED    com.github.jnr.unixsocket_0.38.22
27  RESOLVED    com.github.jnr.x86asm_1.0.2.v20230715-0746
28  RESOLVED    com.google.gson_2.11.0
29  RESOLVED    com.google.guava_33.2.0.jre
30  RESOLVED    com.google.guava.failureaccess_1.0.2
31  RESOLVED    com.googlecode.javaewah.JavaEWAH_1.2.3
32  RESOLVED    com.ibm.icu_75.1.0
33  RESOLVED    com.jcraft.jsch_0.1.55.v20230916-1400
34  RESOLVED    com.sun.el.javax.el_3.0.4
35  ACTIVE      com.sun.jna_5.14.0.v20231211-1200
36  RESOLVED    com.sun.jna.platform_5.14.0
37  RESOLVED    com.sun.xml.bind_2.3.3.v20221203-1659
38  RESOLVED    io.projectreactor.reactor-core_3.3.1.202211021051-RELEASE
39  RESOLVED    jakarta.activation-api_2.1.3
40  RESOLVED    jakarta.annotation-api_2.1.1
41  RESOLVED    jakarta.enterprise.cdi-api_2.0.2
42  RESOLVED    jakarta.enterprise.lang-model_4.1.0
43  RESOLVED    jakarta.inject.jakarta.inject-api_2.0.1
44  RESOLVED    jakarta.inject.jakarta.inject-api_1.0.5
45  RESOLVED    jakarta.interceptor-api_1.2.5
46  RESOLVED    jakarta.servlet-api_6.0.0
47  RESOLVED    jakarta.transaction-api_1.3.3
48  RESOLVED    jakarta.ws.rs-api_3.1.0
50  RESOLVED    jakarta.xml.bind-api_4.0.2
51  RESOLVED    javassist_3.30.2.GA
52  RESOLVED    javax.activation_1.2.2.v20221203-1659
53  RESOLVED    javax.annotation_1.3.5.v20200909-1856
54  RESOLVED    javax.xml_1.3.4.v201005080400
55  RESOLVED    jaxen_2.0.0
56  RESOLVED    junit-jupiter-api_5.10.2
57  RESOLVED    junit-jupiter-engine_5.10.2
58  RESOLVED    junit-jupiter-migrationsupport_5.10.2
59  RESOLVED    junit-jupiter-params_5.10.2
60  RESOLVED    junit-platform-commons_1.10.2
61  RESOLVED    junit-platform-engine_1.10.2
62  RESOLVED    junit-platform-launcher_1.10.2
63  RESOLVED    junit-platform-runner_1.10.2
64  RESOLVED    junit-platform-suite-api_1.10.2
65  RESOLVED    junit-platform-suite-commons_1.10.2
66  RESOLVED    junit-platform-suite-engine_1.10.2
67  RESOLVED    junit-vintage-engine_5.10.2
68  RESOLVED    net.i2p.crypto.eddsa_0.3.0
69  RESOLVED    org.aopalliance_1.0.0.v20230720-0728
70  RESOLVED    org.apache.ant_1.10.14.v20230922-1200
71  ACTIVE      org.apache.aries.spifly.dynamic.bundle_1.3.7
72  RESOLVED    org.apache.batik.constants_1.17.0.v20231215-1130
73  RESOLVED    org.apache.batik.css_1.17.0.v20231215-1130
74  RESOLVED    org.apache.batik.i18n_1.17.0.v20231215-1130
75  RESOLVED    org.apache.batik.util_1.17.0.v20231215-1130
76  RESOLVED    org.apache.commons.cli_1.8.0
77  RESOLVED    org.apache.commons.collections_3.2.2.v201511171945
78  RESOLVED    org.apache.commons.commons-codec_1.16.0
79  RESOLVED    org.apache.commons.commons-compress_1.26.2
80  RESOLVED    org.apache.commons.commons-io_2.16.1
81  RESOLVED    org.apache.commons.jxpath_1.3.0.v200911051830
82  RESOLVED    org.apache.commons.lang3_3.14.0
83  RESOLVED    org.apache.commons.logging_1.2.0.v20180409-1502
84  ACTIVE      org.apache.felix.gogo.command_1.1.2
85  ACTIVE      org.apache.felix.gogo.runtime_1.1.6
86  ACTIVE      org.apache.felix.gogo.shell_1.1.4
87  ACTIVE      org.apache.felix.scr_2.2.10
88  RESOLVED    org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806
89  RESOLVED    org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600
90  RESOLVED    org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600
91  RESOLVED    org.apache.httpcomponents.httpclient_4.5.14
92  RESOLVED    org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049
93  RESOLVED    org.apache.lucene.analysis-common_9.10.0.v20240221-0830
94  RESOLVED    org.apache.lucene.analysis-smartcn_9.10.0.v20240221-0830
95  RESOLVED    org.apache.lucene.core_9.10.0.v20240221-0830
96  RESOLVED    org.apache.sshd.osgi_2.12.1
97  RESOLVED    org.apache.sshd.sftp_2.12.1
98  RESOLVED    org.apache.xerces_2.12.2.v20230928-1306
99  RESOLVED    org.apache.xml.resolver_1.2.0.v20230928-1222
100 RESOLVED    org.apache.xmlgraphics_2.9.0.v20230916-1600
101 RESOLVED    org.apiguardian.api_1.1.2
102 STARTING    org.bndtools.headless.build.manager_7.0.0.202310060912
103 STARTING    org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912
104 RESOLVED    org.bndtools.templates.template_7.0.0.202310060912
105 STARTING    org.bndtools.templating_7.0.0.202310060912
106 STARTING    org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912
107 STARTING    org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912
108 STARTING    org.eclipse.ant.core_3.7.400.v20240413-1529
109 STARTING    org.eclipse.ant.launching_1.4.400.v20240413-1649
110 STARTING    org.eclipse.ant.ui_3.9.400.v20240419-1233
111 RESOLVED    org.eclipse.buildship.branding_3.1.9.v20240115-1636
112 STARTING    org.eclipse.buildship.compat_3.1.9.v20240115-1636
113 ACTIVE      org.eclipse.buildship.core_3.1.9.v20240115-1636
114 ACTIVE      org.eclipse.buildship.ui_3.1.9.v20240115-1636
115 RESOLVED    org.eclipse.cdt.core.linux_6.1.100.202402230238
                Master=117
116 RESOLVED    org.eclipse.cdt.core.linux.x86_64_11.6.0.202406041555
                Master=117
117 STARTING    org.eclipse.cdt.core.native_6.3.400.202404270026
                Fragments=115, 116
118 STARTING    org.eclipse.compare_3.11.0.v20240524-2010
119 ACTIVE      org.eclipse.compare.core_3.8.500.v20240524-2010
120 RESOLVED    org.eclipse.core.commands_3.12.100.v20240424-0956
121 ACTIVE      org.eclipse.core.contenttype_3.9.400.v20240507-1301
122 STARTING    org.eclipse.core.databinding_1.13.300.v20240424-0444
123 RESOLVED    org.eclipse.core.databinding.beans_1.10.300.v20240321-1245
124 RESOLVED    org.eclipse.core.databinding.observable_1.13.300.v20240424-0444
125 STARTING    org.eclipse.core.databinding.property_1.10.300.v20240424-0444
126 ACTIVE      org.eclipse.core.expressions_3.9.400.v20240413-1529
127 STARTING    org.eclipse.core.externaltools_1.3.400.v20240413-1529
128 RESOLVED    org.eclipse.core.filebuffers_3.8.300.v20240207-1054
129 ACTIVE      org.eclipse.core.filesystem_1.10.400.v20240426-1040
                Fragments=130
130 RESOLVED    org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420
                Master=129
131 ACTIVE      org.eclipse.core.jobs_3.15.300.v20240418-0734
132 ACTIVE      org.eclipse.core.net_1.5.400.v20240413-1529
                Fragments=133
133 RESOLVED    org.eclipse.core.net.linux_1.1.200.v20240413-1529
                Master=132
134 ACTIVE      org.eclipse.core.resources_3.20.200.v20240513-1323
135 ACTIVE      org.eclipse.core.runtime_3.31.100.v20240524-2010
136 ACTIVE      org.eclipse.core.variables_3.6.400.v20240413-1529
137 ACTIVE      org.eclipse.debug.core_3.21.400.v20240415-0528
138 ACTIVE      org.eclipse.debug.ui_3.18.400.v20240516-0857
139 ACTIVE      org.eclipse.debug.ui.launchview_1.1.500.v20240415-0528
140 ACTIVE      org.eclipse.e4.core.commands_1.1.400.v20240424-0444
141 ACTIVE      org.eclipse.e4.core.contexts_1.12.600.v20240413-1529
142 ACTIVE      org.eclipse.e4.core.di_1.9.400.v20240414-1643
143 RESOLVED    org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529
144 ACTIVE      org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529
145 ACTIVE      org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233
146 ACTIVE      org.eclipse.e4.core.services_2.4.400.v20240413-1529
147 RESOLVED    org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245
148 ACTIVE      org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245
149 RESOLVED    org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520
150 ACTIVE      org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245
151 ACTIVE      org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956
                Fragments=158
152 ACTIVE      org.eclipse.e4.ui.di_1.5.400.v20240321-1245
153 RESOLVED    org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957
154 RESOLVED    org.eclipse.e4.ui.ide_3.17.200.v20231201-1637
155 ACTIVE      org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245
156 ACTIVE      org.eclipse.e4.ui.progress_0.4.400.v20240424-0956
157 ACTIVE      org.eclipse.e4.ui.services_1.6.300.v20231201-1637
158 RESOLVED    org.eclipse.e4.ui.swt.gtk_1.2.200.v20240416-0658
                Master=151
159 RESOLVED    org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637
160 ACTIVE      org.eclipse.e4.ui.workbench_1.15.400.v20240502-1134
161 ACTIVE      org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658
162 ACTIVE      org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547
163 ACTIVE      org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840
164 RESOLVED    org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245
165 STARTING    org.eclipse.ecf_3.11.0.v20230507-1923
                Fragments=172
166 STARTING    org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614
167 STARTING    org.eclipse.ecf.identity_3.10.0.v20230422-0242
168 STARTING    org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242
                Fragments=171
169 STARTING    org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417
170 STARTING    org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017
171 RESOLVED    org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242
                Master=168
172 RESOLVED    org.eclipse.ecf.ssl_1.3.0.v20230507-1921
                Master=165
173 STARTING    org.eclipse.egit_6.10.0.202406032230-r
174 ACTIVE      org.eclipse.egit.core_6.10.0.202406032230-r
175 STARTING    org.eclipse.egit.doc_6.10.0.202406032230-r
176 STARTING    org.eclipse.egit.gitflow_6.10.0.202406032230-r
177 STARTING    org.eclipse.egit.gitflow.ui_6.10.0.202406032230-r
178 ACTIVE      org.eclipse.egit.ui_6.10.0.202406032230-r
179 STARTING    org.eclipse.emf.codegen_2.23.0.v20230211-1150
180 ACTIVE      org.eclipse.emf.common_2.30.0.v20240314-0928
181 ACTIVE      org.eclipse.emf.ecore_2.36.0.v20240203-0859
182 STARTING    org.eclipse.emf.ecore.change_2.16.0.v20231208-1346
183 STARTING    org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150
184 ACTIVE      org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346
185 STARTING    org.eclipse.emf.edit_2.21.0.v20231208-1346
186 ACTIVE      org.eclipse.epp.mpc.core_1.10.3.v20240221-1216
187 RESOLVED    org.eclipse.epp.mpc.help.ui_1.10.3.v20240221-1216
188 ACTIVE      org.eclipse.epp.mpc.ui_1.10.3.v20240228-1000
189 ACTIVE      org.eclipse.epp.mpc.ui.css_1.10.3.v20240221-1216
190 ACTIVE      org.eclipse.equinox.app_1.7.100.v20240321-1445
191 STARTING    org.eclipse.equinox.bidi_1.5.100.v20240321-1445
192 ACTIVE      org.eclipse.equinox.common_3.19.100.v20240524-2011
193 ACTIVE      org.eclipse.equinox.concurrent_1.3.100.v20240514-0729
194 ACTIVE      org.eclipse.equinox.console_1.4.800.v20240513-1104
195 ACTIVE      org.eclipse.equinox.event_1.7.100.v20240321-1445
196 ACTIVE      org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450
197 ACTIVE      org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450
198 STARTING    org.eclipse.equinox.http.jetty_3.9.200.v20240321-1445
199 RESOLVED    org.eclipse.equinox.http.registry_1.4.100.v20240321-1445
200 RESOLVED    org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126
201 STARTING    org.eclipse.equinox.http.servlet_1.8.200.v20240321-1445
202 STARTING    org.eclipse.equinox.jsp.jasper_1.2.100.v20240321-1445
203 STARTING    org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427
204 RESOLVED    org.eclipse.equinox.launcher_1.6.800.v20240513-1750
                Fragments=205
205 RESOLVED    org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.1000.v20240506-2123
                Master=204
206 STARTING    org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654
207 STARTING    org.eclipse.equinox.p2.console_1.3.400.v20240321-1450
208 ACTIVE      org.eclipse.equinox.p2.core_2.12.0.v20240515-1919
209 STARTING    org.eclipse.equinox.p2.director_2.6.400.v20240321-1450
210 STARTING    org.eclipse.equinox.p2.director.app_1.3.400.v20240425-1316
211 ACTIVE      org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450
212 RESOLVED    org.eclipse.equinox.p2.discovery_1.3.300.v20240321-1450
213 STARTING    org.eclipse.equinox.p2.discovery.compatibility_1.3.300.v20240417-0757
214 ACTIVE      org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316
215 STARTING    org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450
216 STARTING    org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450
217 RESOLVED    org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450
218 ACTIVE      org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654
219 ACTIVE      org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240515-1919
220 ACTIVE      org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751
221 STARTING    org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755
222 STARTING    org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240519-2013
223 ACTIVE      org.eclipse.equinox.p2.reconciler.dropins_1.5.400.v20240321-1450
224 ACTIVE      org.eclipse.equinox.p2.repository_2.9.100.v20240511-1722
225 STARTING    org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654
226 STARTING    org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240511-1722
227 STARTING    org.eclipse.equinox.p2.touchpoint.natives_1.5.300.v20240423-0755
228 STARTING    org.eclipse.equinox.p2.transport.ecf_1.4.300.v20240321-1450
229 ACTIVE      org.eclipse.equinox.p2.ui_2.8.400.v20240511-1722
230 RESOLVED    org.eclipse.equinox.p2.ui.discovery_1.3.300.v20240321-1450
231 STARTING    org.eclipse.equinox.p2.ui.importexport_1.4.400.v20240321-1450
232 ACTIVE      org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113
233 ACTIVE      org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.300.v20240515-1919
234 ACTIVE      org.eclipse.equinox.p2.updatechecker_1.4.300.v20240514-1422
235 STARTING    org.eclipse.equinox.p2.updatesite_1.3.400.v20240321-1450
236 ACTIVE      org.eclipse.equinox.preferences_3.11.100.v20240327-0645
237 ACTIVE      org.eclipse.equinox.registry_3.12.100.v20240524-2011
238 ACTIVE      org.eclipse.equinox.security_1.4.300.v20240419-2334
                Fragments=239
239 RESOLVED    org.eclipse.equinox.security.linux_1.1.300.v20240419-2334
                Master=238
240 STARTING    org.eclipse.equinox.security.ui_1.4.300.v20240513-1104
241 STARTING    org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450
242 ACTIVE      org.eclipse.help_3.10.400.v20240415-0528
243 STARTING    org.eclipse.help.base_4.4.400.v20240601-0610
244 STARTING    org.eclipse.help.ui_4.7.0.v20240414-1916
245 STARTING    org.eclipse.help.webapp_3.11.400.v20240508-1954
246 RESOLVED    org.eclipse.jdt_3.19.500.v20240601-0610
247 RESOLVED    org.eclipse.jdt.annotation_2.3.0.v20240111-2306
248 RESOLVED    org.eclipse.jdt.annotation_1.2.100.v20240212-1051
249 STARTING    org.eclipse.jdt.apt.core_3.8.400.v20240326-0804
250 STARTING    org.eclipse.jdt.apt.pluggable.core_1.4.400.v20240321-1252
251 STARTING    org.eclipse.jdt.apt.ui_3.8.400.v20240321-1252
252 STARTING    org.eclipse.jdt.bcoview_1.2.400.v20240322-0935
253 ACTIVE      org.eclipse.jdt.core_3.38.0.v20240528-0618
254 ACTIVE      org.eclipse.jdt.core.compiler.batch_3.38.0.v20240524-2033
255 STARTING    org.eclipse.jdt.core.formatterapp_1.2.250.v20240311-0615
256 ACTIVE      org.eclipse.jdt.core.manipulation_1.21.100.v20240524-2038
257 STARTING    org.eclipse.jdt.debug_3.21.400.v20240418-1414
258 STARTING    org.eclipse.jdt.debug.ui_3.13.400.v20240516-0950
259 RESOLVED    org.eclipse.jdt.doc.user_3.15.2200.v20240529-0958
260 STARTING    org.eclipse.jdt.junit_3.16.400.v20240524-2038
261 STARTING    org.eclipse.jdt.junit.core_3.13.200.v20240524-2038
262 RESOLVED    org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952
263 RESOLVED    org.eclipse.jdt.junit4.runtime_1.3.100.v20231214-1952
264 RESOLVED    org.eclipse.jdt.junit5.runtime_1.1.300.v20231214-1952
265 ACTIVE      org.eclipse.jdt.launching_3.22.0.v20240424-1830
266 ACTIVE      org.eclipse.jdt.ui_3.32.100.v20240524-2038
267 STARTING    org.eclipse.jem_2.1.0.v202307260438
268 STARTING    org.eclipse.jem.util_2.2.100.v202405122323
269 STARTING    org.eclipse.jem.workbench_2.2.0.v202405180437
270 RESOLVED    org.eclipse.jetty.ee_12.0.9
271 RESOLVED    org.eclipse.jetty.ee8.annotations_12.0.9
272 RESOLVED    org.eclipse.jetty.ee8.jndi_12.0.9
273 RESOLVED    org.eclipse.jetty.ee8.plus_12.0.9
274 RESOLVED    org.eclipse.jetty.ee8.security_12.0.9
275 RESOLVED    org.eclipse.jetty.ee8.server_12.0.9
276 RESOLVED    org.eclipse.jetty.ee8.servlet_12.0.9
277 RESOLVED    org.eclipse.jetty.ee8.servlets_12.0.9
278 RESOLVED    org.eclipse.jetty.ee8.webapp_12.0.9
279 RESOLVED    org.eclipse.jetty.http_12.0.9
280 RESOLVED    org.eclipse.jetty.io_12.0.9
281 RESOLVED    org.eclipse.jetty.jndi_12.0.9
282 RESOLVED    org.eclipse.jetty.plus_12.0.9
283 RESOLVED    org.eclipse.jetty.security_12.0.9
284 RESOLVED    org.eclipse.jetty.server_12.0.9
285 RESOLVED    org.eclipse.jetty.servlet-api_4.0.6
286 RESOLVED    org.eclipse.jetty.session_12.0.9
287 RESOLVED    org.eclipse.jetty.util_12.0.9
288 RESOLVED    org.eclipse.jetty.xml_12.0.9
289 ACTIVE      org.eclipse.jface_3.34.0.v20240502-1134
290 RESOLVED    org.eclipse.jface.databinding_1.15.300.v20240424-0444
291 RESOLVED    org.eclipse.jface.notifications_0.7.200.v20240321-1245
292 RESOLVED    org.eclipse.jface.text_3.25.100.v20240524-2010
293 ACTIVE      org.eclipse.jgit_6.10.0.202406032230-r
                Fragments=295
294 STARTING    org.eclipse.jgit.archive_6.10.0.202406032230-r
295 RESOLVED    org.eclipse.jgit.gpg.bc_6.10.0.202406032230-r
                Master=293
296 ACTIVE      org.eclipse.jgit.http.apache_6.10.0.202406032230-r
297 RESOLVED    org.eclipse.jgit.lfs_6.10.0.202406032230-r
298 RESOLVED    org.eclipse.jgit.lfs.server_6.10.0.202406032230-r
299 ACTIVE      org.eclipse.jgit.ssh.apache_6.10.0.202406032230-r
                Fragments=300
300 RESOLVED    org.eclipse.jgit.ssh.apache.agent_6.10.0.202406032230-r
                Master=299
301 ACTIVE      org.eclipse.jsch.core_1.5.400.v20240413-1649
302 STARTING    org.eclipse.jsch.ui_1.5.400.v20240413-1529
303 RESOLVED    org.eclipse.jst.common.annotations.controller_1.2.0.v202307260438
304 RESOLVED    org.eclipse.jst.common.annotations.core_1.2.0.v202307260438
305 STARTING    org.eclipse.jst.common.frameworks_1.2.0.v202307260438
306 STARTING    org.eclipse.jst.common.project.facet.core_1.13.100.v202405122323
307 STARTING    org.eclipse.jst.common.project.facet.ui_1.5.0.v202405122301
308 STARTING    org.eclipse.jst.j2ee_1.2.1100.v202405180414
309 STARTING    org.eclipse.jst.j2ee.core_1.5.100.v202405122248
310 STARTING    org.eclipse.jst.j2ee.ejb_1.2.0.v202307260438
311 STARTING    org.eclipse.jst.j2ee.jca_1.2.0.v202307260438
312 STARTING    org.eclipse.jst.j2ee.web_1.3.100.v202405180517
313 STARTING    org.eclipse.jst.jee_1.1.100.v202405180437
314 STARTING    org.eclipse.jst.jee.ejb_1.1.0.v202307260438
315 STARTING    org.eclipse.jst.jee.web_1.1.0.v202307260438
316 STARTING    org.eclipse.jst.server.core_1.3.0.v202401292331
317 STARTING    org.eclipse.jst.server.preview.adapter_1.2.200.v202405180407
318 STARTING    org.eclipse.jst.server.tomcat.core_1.2.700.v202405150145
319 STARTING    org.eclipse.jst.server.tomcat.ui_1.1.1100.v202307100353
320 STARTING    org.eclipse.jst.server.ui_1.1.500.v202308172116
321 RESOLVED    org.eclipse.justj.openjdk.hotspot.jre.full_21.0.3.v20240426-1530
                Fragments=322
322 RESOLVED    org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_21.0.3.v20240426-1530
                Master=321
323 INSTALLED   org.eclipse.linuxtools.docker.core_5.15.0.202406032109
324 RESOLVED    org.eclipse.linuxtools.docker.docs_5.15.0.202406032109
325 INSTALLED   org.eclipse.linuxtools.docker.editor.ls_1.0.1.202406032109
326 INSTALLED   org.eclipse.linuxtools.docker.ui_5.15.0.202406032109
327 INSTALLED   org.eclipse.linuxtools.jdt.docker.launcher_1.0.0.202406032109
328 ACTIVE      org.eclipse.lsp4e_0.18.11.202406071443
329 ACTIVE      org.eclipse.lsp4e.debug_0.15.8.202405212039
330 RESOLVED    org.eclipse.lsp4e.jdt_0.13.0.202402070603
331 RESOLVED    org.eclipse.lsp4j_0.23.1.v20240521-1815
332 RESOLVED    org.eclipse.lsp4j.debug_0.23.1.v20240521-1815
333 RESOLVED    org.eclipse.lsp4j.jsonrpc_0.23.1.v20240521-1815
334 RESOLVED    org.eclipse.lsp4j.jsonrpc.debug_0.23.1.v20240521-1815
335 ACTIVE      org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245
336 ACTIVE      org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245
337 STARTING    org.eclipse.m2e.apt.core_2.2.202.20240411-1122
338 STARTING    org.eclipse.m2e.apt.ui_2.0.402.20240411-1122
339 RESOLVED    org.eclipse.m2e.archetype.catalog_3.2.1.2
                Master=340
340 RESOLVED    org.eclipse.m2e.archetype.common_3.2.104
                Fragments=342, 341, 339
341 RESOLVED    org.eclipse.m2e.archetype.descriptor_3.2.1.2
                Master=340
342 RESOLVED    org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.2
                Master=340
343 STARTING    org.eclipse.m2e.binaryproject_2.1.203.20240411-1122
344 STARTING    org.eclipse.m2e.binaryproject.ui_2.0.200.20231030-1438
345 ACTIVE      org.eclipse.m2e.core_2.6.1.20240602-2342
346 ACTIVE      org.eclipse.m2e.core.ui_2.0.801.20240411-1122
347 STARTING    org.eclipse.m2e.discovery_2.0.202.20240411-1122
348 STARTING    org.eclipse.m2e.editor_2.0.401.20240411-1122
349 INSTALLED   org.eclipse.m2e.editor.lemminx_2.0.600.20240219-1707
350 ACTIVE      org.eclipse.m2e.jdt_2.3.500.20240602-2342
351 STARTING    org.eclipse.m2e.jdt.ui_2.0.401.20240411-1122
352 STARTING    org.eclipse.m2e.launching_2.0.602.20240411-1122
353 RESOLVED    org.eclipse.m2e.logback_2.6.1.20240411-1122
                Master=13
354 RESOLVED    org.eclipse.m2e.maven.runtime_3.9.700.20240602-2313
355 RESOLVED    org.eclipse.m2e.mavenarchiver_2.0.501.20240411-1122
356 STARTING    org.eclipse.m2e.model.edit_2.0.500.20240417-1957
357 STARTING    org.eclipse.m2e.profiles.core_2.1.202.20240411-1122
358 STARTING    org.eclipse.m2e.profiles.ui_2.0.302.20240411-1122
359 STARTING    org.eclipse.m2e.refactoring_2.0.303.20240411-1122
360 RESOLVED    org.eclipse.m2e.scm_2.0.202.20240411-1122
361 STARTING    org.eclipse.m2e.sourcelookup_2.0.301.20231030-1438
362 STARTING    org.eclipse.m2e.sourcelookup.ui_2.0.401.20240411-1122
363 RESOLVED    org.eclipse.m2e.workspace.cli_0.3.1
364 ACTIVE      org.eclipse.m2e.wtp_1.6.1.20231024-1618
365 STARTING    org.eclipse.m2e.wtp.overlay_1.6.1.20231024-1618
366 STARTING    org.eclipse.m2e.wtp.overlay.ui_1.6.1.20231024-1618
367 RESOLVED    org.eclipse.mylyn.wikitext_4.3.0.v20240602-0603
368 RESOLVED    org.eclipse.mylyn.wikitext.ant_4.3.0.v20240602-0603
369 RESOLVED    org.eclipse.mylyn.wikitext.asciidoc_4.3.0.v20240602-0603
370 RESOLVED    org.eclipse.mylyn.wikitext.asciidoc.ui_4.3.0.v20240601-0538
371 RESOLVED    org.eclipse.mylyn.wikitext.confluence_4.3.0.v20240602-0603
372 RESOLVED    org.eclipse.mylyn.wikitext.confluence.ui_4.3.0.v20240509-0539
373 RESOLVED    org.eclipse.mylyn.wikitext.help.ui_4.3.0.v20240509-0539
374 RESOLVED    org.eclipse.mylyn.wikitext.html_4.3.0.v20240602-0603
375 RESOLVED    org.eclipse.mylyn.wikitext.markdown_4.3.0.v20240602-0603
376 RESOLVED    org.eclipse.mylyn.wikitext.markdown.ui_4.3.0.v20240601-0538
377 RESOLVED    org.eclipse.mylyn.wikitext.mediawiki_4.3.0.v20240602-0603
378 RESOLVED    org.eclipse.mylyn.wikitext.mediawiki.ui_4.3.0.v20240509-0539
379 STARTING    org.eclipse.mylyn.wikitext.osgi_4.3.0.v20240509-0539
380 RESOLVED    org.eclipse.mylyn.wikitext.textile_4.3.0.v20240602-0603
381 RESOLVED    org.eclipse.mylyn.wikitext.textile.ui_4.3.0.v20240509-0539
382 RESOLVED    org.eclipse.mylyn.wikitext.tracwiki_4.3.0.v20240602-0603
383 RESOLVED    org.eclipse.mylyn.wikitext.tracwiki.ui_4.3.0.v20240509-0539
384 RESOLVED    org.eclipse.mylyn.wikitext.twiki_4.3.0.v20240602-0603
385 RESOLVED    org.eclipse.mylyn.wikitext.twiki.ui_4.3.0.v20240509-0539
386 STARTING    org.eclipse.mylyn.wikitext.ui_4.3.0.v20240509-0539
387 RESOLVED    org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644
388 RESOLVED    org.eclipse.osgi.util_3.7.300.v20231104-1118
389 RESOLVED    org.eclipse.pde_3.13.2700.v20240601-0610
390 STARTING    org.eclipse.pde.api.tools_1.3.400.v20240419-1823
391 RESOLVED    org.eclipse.pde.api.tools.annotations_1.3.0.v20240207-2106
392 STARTING    org.eclipse.pde.api.tools.ui_1.3.400.v20240416-0657
393 ACTIVE      org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230
394 STARTING    org.eclipse.pde.build_3.12.400.v20240515-2132
395 ACTIVE      org.eclipse.pde.core_3.18.100.v20240531-0649
396 RESOLVED    org.eclipse.pde.doc.user_3.15.200.v20240515-0744
397 STARTING    org.eclipse.pde.ds.annotations_1.3.300.v20240503-2142
398 STARTING    org.eclipse.pde.ds.core_1.3.400.v20240321-1452
399 STARTING    org.eclipse.pde.ds.ui_1.3.400.v20240321-1452
400 STARTING    org.eclipse.pde.genericeditor.extension_1.2.400.v20240430-0753
401 STARTING    org.eclipse.pde.junit.runtime_3.8.100.v20240130-1723
402 ACTIVE      org.eclipse.pde.launching_3.13.0.v20240424-1246
403 STARTING    org.eclipse.pde.runtime_3.8.400.v20240321-1452
404 STARTING    org.eclipse.pde.ua.core_1.3.400.v20240321-1452
405 STARTING    org.eclipse.pde.ua.ui_1.3.400.v20240321-1452
406 ACTIVE      org.eclipse.pde.ui_3.15.200.v20240518-1954
407 RESOLVED    org.eclipse.pde.ui.templates_3.8.400.v20240321-1452
408 RESOLVED    org.eclipse.platform_4.32.0.v20240601-0610
409 RESOLVED    org.eclipse.platform.doc.user_4.32.0.v20240529-0958
410 STARTING    org.eclipse.rcp_4.32.0.v20240601-0610
411 STARTING    org.eclipse.search_3.16.200.v20240426-0859
412 STARTING    org.eclipse.search.core_3.16.200.v20240502-1134
413 RESOLVED    org.eclipse.swt_3.126.0.v20240528-0813
                Fragments=414
414 RESOLVED    org.eclipse.swt.gtk.linux.x86_64_3.126.0.v20240528-0813
                Master=413
415 ACTIVE      org.eclipse.team.core_3.10.400.v20240413-1529
416 RESOLVED    org.eclipse.team.genericeditor.diff.extension_1.2.400.v20240413-1529
417 ACTIVE      org.eclipse.team.ui_3.10.400.v20240416-0654
418 RESOLVED    org.eclipse.text_3.14.100.v20240524-2010
419 STARTING    org.eclipse.text.quicksearch_1.2.400.v20240321-1245
420 RESOLVED    org.eclipse.tips.core_0.3.400.v20240413-1529
421 ACTIVE      org.eclipse.tips.ide_0.3.400.v20240413-1529
422 RESOLVED    org.eclipse.tips.json_0.3.400.v20240525-0701
423 RESOLVED    org.eclipse.tips.ui_0.3.400.v20240413-1529
424 STARTING    org.eclipse.tm.terminal.connector.local_4.8.100.202402230238
425 STARTING    org.eclipse.tm.terminal.connector.process_4.9.100.202402230238
426 STARTING    org.eclipse.tm.terminal.connector.ssh_4.8.300.202403071917
427 STARTING    org.eclipse.tm.terminal.connector.telnet_4.8.100.202312281935
428 STARTING    org.eclipse.tm.terminal.control_5.5.300.202403071917
429 STARTING    org.eclipse.tm.terminal.view.core_4.10.300.202403071917
430 ACTIVE      org.eclipse.tm.terminal.view.ui_4.11.500.202403071917
431 ACTIVE      org.eclipse.tm4e.core_0.12.1.202406131414
432 STARTING    org.eclipse.tm4e.language_pack_0.12.0.202405210827
433 ACTIVE      org.eclipse.tm4e.languageconfiguration_0.12.1.202406131414
434 ACTIVE      org.eclipse.tm4e.registry_0.12.1.202406131414
435 ACTIVE      org.eclipse.tm4e.ui_0.12.1.202406131414
436 ACTIVE      org.eclipse.ui_3.206.0.v20240524-2010
437 STARTING    org.eclipse.ui.browser_3.8.300.v20240524-2010
438 STARTING    org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916
439 ACTIVE      org.eclipse.ui.console_3.14.100.v20240429-1358
440 ACTIVE      org.eclipse.ui.editors_3.17.300.v20240524-2010
441 STARTING    org.eclipse.ui.externaltools_3.6.400.v20240416-0654
442 RESOLVED    org.eclipse.ui.forms_3.13.300.v20240424-0956
443 STARTING    org.eclipse.ui.genericeditor_1.3.400.v20240511-1105
444 ACTIVE      org.eclipse.ui.ide_3.22.200.v20240524-2010
445 ACTIVE      org.eclipse.ui.ide.application_1.5.400.v20240416-0658
446 STARTING    org.eclipse.ui.intro_3.7.400.v20240414-0828
447 STARTING    org.eclipse.ui.intro.quicklinks_1.2.400.v20240414-1916
448 STARTING    org.eclipse.ui.intro.universal_3.5.400.v20240414-1916
449 ACTIVE      org.eclipse.ui.monitoring_1.3.300.v20240321-1245
450 ACTIVE      org.eclipse.ui.navigator_3.12.400.v20240424-0956
451 ACTIVE      org.eclipse.ui.navigator.resources_3.9.300.v20240506-0929
452 ACTIVE      org.eclipse.ui.net_1.5.400.v20240413-1529
453 ACTIVE      org.eclipse.ui.themes_1.2.2400.v20240213-1133
454 ACTIVE      org.eclipse.ui.trace_1.3.300.v20231215-1019
455 RESOLVED    org.eclipse.ui.views_3.12.300.v20240524-2010
456 ACTIVE      org.eclipse.ui.views.log_1.4.400.v20240424-0956
457 RESOLVED    org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956
458 ACTIVE      org.eclipse.ui.workbench_3.132.0.v20240524-2010
459 ACTIVE      org.eclipse.ui.workbench.texteditor_3.17.400.v20240524-2010
460 ACTIVE      org.eclipse.update.configurator_3.5.400.v20240416-0654
461 RESOLVED    org.eclipse.urischeme_1.3.300.v20240424-0956
462 STARTING    org.eclipse.userstorage_1.2.0.v20210517-0327
463 STARTING    org.eclipse.userstorage.oauth_1.1.0.v20190307-0457
464 STARTING    org.eclipse.userstorage.ui_1.1.0.v20190307-0457
465 INSTALLED   org.eclipse.wildwebdeveloper_1.2.2.202405280856
466 INSTALLED   org.eclipse.wildwebdeveloper.embedder.node_1.0.6.202405271237
467 INSTALLED   org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64_1.1.1.202405211302
468 INSTALLED   org.eclipse.wildwebdeveloper.xml_1.3.4.202405270639
469 STARTING    org.eclipse.wst.common.core_1.4.100.v202103232321
470 STARTING    org.eclipse.wst.common.emf_1.2.700.v202007161535
471 STARTING    org.eclipse.wst.common.emfworkbench.integration_1.3.0.v202308161955
472 STARTING    org.eclipse.wst.common.environment_1.1.0.v202308161955
473 STARTING    org.eclipse.wst.common.frameworks_1.3.0.v202308161955
474 STARTING    org.eclipse.wst.common.modulecore_1.3.200.v202108200212
475 STARTING    org.eclipse.wst.common.modulecore.ui_1.1.0.v202308161955
476 STARTING    org.eclipse.wst.common.project.facet.core_1.5.0.v202308161955
477 STARTING    org.eclipse.wst.common.project.facet.ui_1.5.0.v202308161955
478 STARTING    org.eclipse.wst.common.uriresolver_1.4.0.v202308161955
479 STARTING    org.eclipse.wst.internet.monitor.core_1.1.0.v202304050316
480 STARTING    org.eclipse.wst.internet.monitor.ui_1.0.801.v202308110227
481 STARTING    org.eclipse.wst.server.core_1.11.0.v202311141839
482 STARTING    org.eclipse.wst.server.discovery_1.3.600.v202405150145
483 STARTING    org.eclipse.wst.server.http.core_1.0.400.v202007170127
484 STARTING    org.eclipse.wst.server.http.ui_1.0.500.v202007170127
485 STARTING    org.eclipse.wst.server.preview_1.3.0.v202311130434
486 STARTING    org.eclipse.wst.server.preview.adapter_1.2.100.v202401292308
487 STARTING    org.eclipse.wst.server.ui_1.6.200.v202308172116
488 STARTING    org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132
489 RESOLVED    org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132
490 STARTING    org.eclipse.wst.sse.core_1.2.1400.v202405130132
491 STARTING    org.eclipse.wst.sse.ui_1.7.1000.v202404170147
492 STARTING    org.eclipse.wst.validation_1.3.0.v202308161955
493 STARTING    org.eclipse.wst.web_1.3.200.v202305221615
494 STARTING    org.eclipse.wst.xml.core_1.2.900.v202405130132
495 RESOLVED    org.glassfish.hk2.api_3.1.0
496 RESOLVED    org.glassfish.hk2.locator_3.1.0
497 STARTING    org.glassfish.hk2.osgi-resource-locator_1.0.3
498 RESOLVED    org.glassfish.hk2.utils_3.1.0
499 RESOLVED    org.glassfish.jersey.connectors.jersey-apache-connector_3.1.7
500 RESOLVED    org.glassfish.jersey.core.jersey-client_3.1.7
501 STARTING    org.glassfish.jersey.core.jersey-common_3.1.7
502 RESOLVED    org.glassfish.jersey.core.jersey-server_3.1.7
503 RESOLVED    org.glassfish.jersey.ext.jersey-entity-filtering_3.1.7
504 RESOLVED    org.glassfish.jersey.inject.jersey-hk2_3.1.7
505 RESOLVED    org.glassfish.jersey.media.jersey-media-json-jackson_3.1.7
506 RESOLVED    org.gradle.toolingapi_8.1.1.v20240115-1636
507 RESOLVED    org.hamcrest_2.2.0
508 RESOLVED    org.hamcrest.core_2.2.0.v20230809-1000
509 RESOLVED    org.jboss.tools.m2e.wro4j.core_1.2.1.202301111328
510 RESOLVED    org.jboss.tools.m2e.wro4j.ui_1.2.1.202301111328
511 RESOLVED    org.jcodings_1.0.58.v20230703-0749
512 RESOLVED    org.jdom2_2.0.6.v20230720-0727
513 RESOLVED    org.joni_2.2.1.v20230703-0749
514 RESOLVED    org.json_1.0.0.v201011060100
515 RESOLVED    org.jsoup_1.17.2
516 RESOLVED    org.junit_4.13.2.v20230809-1000
517 RESOLVED    org.mandas.docker-client_7.0.8
518 RESOLVED    org.mortbay.jasper.apache-el_9.0.83
519 RESOLVED    org.mortbay.jasper.apache-jsp_9.0.83
520 RESOLVED    org.objectweb.asm_9.7.0
521 RESOLVED    org.objectweb.asm.commons_9.7.0
522 RESOLVED    org.objectweb.asm.tree_9.7.0
523 RESOLVED    org.objectweb.asm.tree.analysis_9.7.0
524 RESOLVED    org.objectweb.asm.util_9.7.0
525 RESOLVED    org.opentest4j_1.3.0
526 RESOLVED    org.osgi.annotation.bundle_2.0.0.202202082230
527 RESOLVED    org.osgi.annotation.versioning_1.1.2.202109301733
528 RESOLVED    org.osgi.namespace.contract_1.0.0.201505202024
529 RESOLVED    org.osgi.namespace.extender_1.0.1.201505202024
530 RESOLVED    org.osgi.namespace.service_1.0.0.201505202024
531 RESOLVED    org.osgi.service.cm_1.6.1.202109301733
532 RESOLVED    org.osgi.service.component_1.5.1.202212101352
533 RESOLVED    org.osgi.service.component.annotations_1.5.1.202212101352
534 RESOLVED    org.osgi.service.coordinator_1.0.2.201505202024
535 RESOLVED    org.osgi.service.device_1.1.1.202109301733
536 RESOLVED    org.osgi.service.event_1.4.1.202109301733
537 RESOLVED    org.osgi.service.http.whiteboard_1.1.1.202109301733
538 RESOLVED    org.osgi.service.metatype_1.4.1.202109301733
539 RESOLVED    org.osgi.service.metatype.annotations_1.4.1.202109301733
540 RESOLVED    org.osgi.service.prefs_1.1.2.202109301733
541 RESOLVED    org.osgi.service.provisioning_1.2.0.201505202024
542 RESOLVED    org.osgi.service.repository_1.1.0.201505202024
543 RESOLVED    org.osgi.service.upnp_1.2.1.202109301733
544 RESOLVED    org.osgi.service.useradmin_1.1.1.202109301733
545 RESOLVED    org.osgi.service.wireadmin_1.0.2.202109301733
546 RESOLVED    org.osgi.util.function_1.2.0.202109301733
547 RESOLVED    org.osgi.util.measurement_1.0.2.201802012109
548 RESOLVED    org.osgi.util.position_1.0.1.201505202026
549 RESOLVED    org.osgi.util.promise_1.3.0.202212101352
550 RESOLVED    org.osgi.util.xml_1.0.2.202109301733
551 RESOLVED    org.reactivestreams.reactive-streams_1.0.3
552 RESOLVED    org.sat4j.core_2.3.6.v20201214
553 RESOLVED    org.sat4j.pb_2.3.6.v20201214
554 RESOLVED    org.snakeyaml.engine_2.7.0
555 RESOLVED    org.sonatype.m2e.egit_0.17.0.202209271423
556 STARTING    org.springframework.boot.ide.branding_4.23.1.202406150140
557 STARTING    org.springframework.ide.eclipse.beans.ui.live_4.23.1.202406150140
558 ACTIVE      org.springframework.ide.eclipse.boot_4.23.1.202406150140
559 STARTING    org.springframework.ide.eclipse.boot.dash_4.23.1.202406150140
560 RESOLVED    org.springframework.ide.eclipse.boot.dash.docker_4.23.1.202406150140
561 STARTING    org.springframework.ide.eclipse.boot.launch_4.23.1.202406150140
562 STARTING    org.springframework.ide.eclipse.boot.refactoring_4.23.1.202406150140
563 STARTING    org.springframework.ide.eclipse.boot.restart_4.23.1.202406150140
564 ACTIVE      org.springframework.ide.eclipse.boot.validation_4.23.1.202406150140
565 STARTING    org.springframework.ide.eclipse.boot.wizard_4.23.1.202406150140
566 STARTING    org.springframework.ide.eclipse.buildship30_4.23.1.202406150140
567 RESOLVED    org.springframework.ide.eclipse.docker.client_4.23.1.202406150140
568 ACTIVE      org.springframework.ide.eclipse.editor.support_4.23.1.202406141939
569 ACTIVE      org.springframework.ide.eclipse.imports_4.23.1.202406150140
570 STARTING    org.springframework.ide.eclipse.maven.pom_4.23.1.202406150140
571 STARTING    org.springframework.ide.eclipse.xml.namespaces_4.23.1.202406150140
572 ACTIVE      org.springframework.tooling.boot.ls_1.55.1.202406141939
573 STARTING    org.springframework.tooling.gradle_4.23.1.202406141939
574 RESOLVED    org.springframework.tooling.jdt.ls.commons_4.23.1.202406141939
575 ACTIVE      org.springframework.tooling.ls.eclipse.commons_4.23.1.202406141939
576 STARTING    org.springframework.tooling.ls.eclipse.gotosymbol_4.23.1.202406141939
577 STARTING    org.springsource.ide.eclipse.commons.boot.ls_4.23.1.202406141939
578 ACTIVE      org.springsource.ide.eclipse.commons.core_4.23.1.202406141939
579 ACTIVE      org.springsource.ide.eclipse.commons.frameworks.core_4.23.1.202406141939
580 STARTING    org.springsource.ide.eclipse.commons.frameworks.ui_4.23.1.202406141939
581 RESOLVED    org.springsource.ide.eclipse.commons.jdk_tools_4.23.1.202406141939
582 ACTIVE      org.springsource.ide.eclipse.commons.livexp_4.23.1.202406141939
583 ACTIVE      org.springsource.ide.eclipse.commons.ui_4.23.1.202406141939
584 RESOLVED    org.tukaani.xz_1.9.0
585 RESOLVED    org.yaml.snakeyaml_2.2.0
586 RESOLVED    slf4j.api_2.0.13
587 RESOLVED    slf4j.simple_2.0.13
588 ACTIVE      de.loskutov.anyedit.AnyEditTools_2.7.2.202006062100
589 RESOLVED    com.genuitec.eclipse.codetogether.api_2024.3.0.202406191543
590 STARTING    com.genuitec.eclipse.codetogether.cm_2024.3.0.202406191543
591 ACTIVE      com.genuitec.eclipse.codetogether.core_2024.3.0.202406191543
592 STARTING    com.genuitec.eclipse.codetogether.epl_2024.3.0.202406191543
593 ACTIVE      com.genuitec.eclipse.codetogether.patches_2024.3.0.202406191543
594 ACTIVE      com.genuitec.eclipse.codetogether.ui_2024.3.0.202406191543
595 ACTIVE      com.genuitec.eclipse.codetogether.ui.client_2024.3.0.202406191543
596 STARTING    com.genuitec.eclipse.codetogether.ui.client.tests_2024.3.0.202406191543
597 STARTING    com.genuitec.eclipse.codetogether.webicons_2024.3.0.202406191543
598 ACTIVE      com.genuitec.eclipse.core.common.platform_2024.2.0.202406171634
599 STARTING    com.genuitec.eclipse.core.common.rss_2024.2.0.202406171634
600 STARTING    com.genuitec.eclipse.genericeditor_2024.3.0.202406191543
601 STARTING    com.genuitec.eclipse.inlinesearch_2024.2.0.202406171634
602 RESOLVED    com.genuitec.eclipse.json.simple_2024.2.0.202406171634
603 ACTIVE      com.genuitec.eclipse.lsp4e_2024.3.0.202406191543
604 ACTIVE      com.genuitec.eclipse.meexplorer_2024.2.0.202406171634
605 ACTIVE      com.genuitec.eclipse.meexplorer.jdt_2024.2.0.202406171634
606 ACTIVE      com.genuitec.eclipse.patches_2024.2.0.202406171634
607 ACTIVE      com.genuitec.eclipse.startup_2024.2.0.202406171634
608 ACTIVE      com.genuitec.eclipse.startup.workspace_2024.2.0.202406171634
609 STARTING    com.genuitec.eclipse.theming.base_2024.2.0.202406171634
610 ACTIVE      com.genuitec.eclipse.theming.core_2024.2.0.202406171634
611 RESOLVED    com.genuitec.eclipse.theming.css_2024.2.0.202406171634
612 RESOLVED    com.genuitec.eclipse.theming.epl_2024.2.0.202406171634
613 STARTING    com.genuitec.eclipse.theming.scrollbar_2024.2.0.202406171634
614 ACTIVE      com.genuitec.eclipse.theming.ui_2024.2.0.202406171634
615 STARTING    com.genuitec.eclipse.tm4e.languageconfiguration_2024.3.0.202406191543
616 ACTIVE      com.genuitec.eclipse.ui.common.platform_2024.2.0.202406171634
617 ACTIVE      com.genuitec.eclipse.webclipse.evergreen_2024.2.0.202406171634
618 ACTIVE      com.genuitec.eclipse.webicons_2024.2.0.202406171634
619 ACTIVE      com.genuitec.eclipsecolortheme.api_2024.2.0.202406171634
620 RESOLVED    jakarta.xml.bind_2.3.3.v20221203-1659
621 RESOLVED    javax.websocket-api_1.1.2
622 RESOLVED    org.apache.commons.commons-collections4_4.4.0
623 RESOLVED    org.apache.commons.httpclient_3.1.0.v20240401-1000
624 STARTING    org.eclipse.mylyn.commons.core_4.3.0.v20240602-0603
625 STARTING    org.eclipse.mylyn.commons.notifications.core_4.3.0.v20240509-0539
626 STARTING    org.eclipse.mylyn.commons.notifications.ui_4.3.0.v20240602-0603
627 RESOLVED    org.eclipse.mylyn.commons.screenshots_4.3.0.v20240509-0539
628 STARTING    org.eclipse.mylyn.commons.ui_4.3.0.v20240602-0603
629 STARTING    org.eclipse.mylyn.commons.workbench_4.3.0.v20240509-0539
630 RESOLVED    org.eclipse.nebula.widgets.gallery_1.0.0.201706221838
631 RESOLVED    org.eclipse.osgi.services_3.12.100.v20240327-0645
632 RESOLVED    org.eclipse.xtext.xbase.lib_2.35.0.v20240528-1523
633 RESOLVED    com.github.jsqlparser_4.5.0
634 RESOLVED    com.jcraft.jsch_0.2.8
635 RESOLVED    org.apache.commons.jexl_3.1.0
636 ACTIVE      org.eclipse.draw2d_3.16.0.202405290843
637 ACTIVE      org.eclipse.gef_3.18.0.202405290843
638 RESOLVED    org.jkiss.bundle.antlr4_1.0.0
639 RESOLVED    org.jkiss.bundle.gis_2.0.7
641 RESOLVED    org.jkiss.bundle.jsvg_1.3.1
642 RESOLVED    org.jkiss.bundle.sshj_0.34.1
751 STARTING    com.essiembre.eclipse.rbe_1.0.6
752 STARTING    org.eclipse.wst.common.frameworks.ui_1.3.0.v202308161955
753 STARTING    org.eclipse.wst.common.ui_1.2.401.v202308161955
754 STARTING    org.eclipse.wst.css.core_1.3.400.v202308160453
755 STARTING    org.eclipse.wst.css.ui_1.2.200.v202308160453
756 STARTING    org.eclipse.wst.html.core_1.4.400.v202308160453
757 STARTING    org.eclipse.wst.html.ui_1.1.801.v202308160453
758 STARTING    org.eclipse.wst.validation.ui_1.3.100.v202405020134
759 STARTING    org.eclipse.wst.xml.ui_1.2.701.v202308160453
760 STARTING    org.thymeleaf.extras.eclipse.contentassist_3.1.0.202310222155
761 RESOLVED    org.jkiss.bundle.jfreechart_1.5.4
762 STARTING    org.jkiss.dbeaver.cmp.simple_6.0.133.202408181605
763 STARTING    org.jkiss.dbeaver.cmp.simple.ui_6.0.133.202408181605
764 ACTIVE      org.jkiss.dbeaver.core_24.1.5.202408181605
765 ACTIVE      org.jkiss.dbeaver.data.gis_1.0.161.202408181605
766 STARTING    org.jkiss.dbeaver.data.gis.view_1.0.132.202408181605
767 STARTING    org.jkiss.dbeaver.data.transfer_2.0.121.202408181605
768 STARTING    org.jkiss.dbeaver.data.transfer.ui_1.0.121.202408181605
769 STARTING    org.jkiss.dbeaver.dpi.app_1.0.27.202408181605
770 STARTING    org.jkiss.dbeaver.dpi.model_1.0.27.202408181605
771 ACTIVE      org.jkiss.dbeaver.erd.model_1.0.97.202408181605
772 ACTIVE      org.jkiss.dbeaver.erd.ui_3.0.97.202408181605
773 STARTING    org.jkiss.dbeaver.ext.altibase_1.0.0.202408181605
774 STARTING    org.jkiss.dbeaver.ext.altibase.ui_1.0.0.202408181605
775 STARTING    org.jkiss.dbeaver.ext.athena_1.0.143.202408181605
776 STARTING    org.jkiss.dbeaver.ext.athena.ui_1.0.107.202408181605
777 STARTING    org.jkiss.dbeaver.ext.bigquery_1.0.143.202408181605
778 STARTING    org.jkiss.dbeaver.ext.bigquery.ui_1.0.107.202408181605
779 STARTING    org.jkiss.dbeaver.ext.clickhouse_1.0.142.202408181605
780 STARTING    org.jkiss.dbeaver.ext.clickhouse.ui_1.0.141.202408181605
781 STARTING    org.jkiss.dbeaver.ext.cubrid_1.0.13.202408181605
782 STARTING    org.jkiss.dbeaver.ext.dameng_1.0.21.202408181605
783 STARTING    org.jkiss.dbeaver.ext.dameng.ui_1.0.21.202408181605
784 STARTING    org.jkiss.dbeaver.ext.databricks_1.0.59.202408181605
785 RESOLVED    org.jkiss.dbeaver.ext.datavirtuality_1.0.87.202408181605
786 STARTING    org.jkiss.dbeaver.ext.db2_2.1.222.202408181605
787 STARTING    org.jkiss.dbeaver.ext.db2.i_1.0.125.202408181605
788 STARTING    org.jkiss.dbeaver.ext.db2.ui_1.0.62.202408181605
789 STARTING    org.jkiss.dbeaver.ext.db2.zos_1.0.140.202408181605
790 RESOLVED    org.jkiss.dbeaver.ext.denodo_1.0.83.202408181605
791 STARTING    org.jkiss.dbeaver.ext.derby_1.1.222.202408181605
792 STARTING    org.jkiss.dbeaver.ext.duckdb_1.0.29.202408181605
793 STARTING    org.jkiss.dbeaver.ext.es_2.0.12.202408181605
794 STARTING    org.jkiss.dbeaver.ext.exasol_1.0.195.202408181605
795 STARTING    org.jkiss.dbeaver.ext.exasol.ui_1.0.106.202408181605
796 STARTING    org.jkiss.dbeaver.ext.firebird_1.0.238.202408181605
797 STARTING    org.jkiss.dbeaver.ext.format.sqlworkbenchj_1.0.144.202408181605
798 STARTING    org.jkiss.dbeaver.ext.gaussdb_1.0.0.202408181605
799 STARTING    org.jkiss.dbeaver.ext.gaussdb.ui_1.0.0.202408181605
800 STARTING    org.jkiss.dbeaver.ext.generic_2.3.223.202408181605
801 STARTING    org.jkiss.dbeaver.ext.generic.ui_1.0.113.202408181605
802 STARTING    org.jkiss.dbeaver.ext.greenplum_1.0.138.202408181605
803 STARTING    org.jkiss.dbeaver.ext.h2_1.0.192.202408181605
804 STARTING    org.jkiss.dbeaver.ext.h2gis_1.0.120.202408181605
805 STARTING    org.jkiss.dbeaver.ext.hana_1.2.115.202408181605
806 STARTING    org.jkiss.dbeaver.ext.hana.ui_1.0.90.202408181605
807 STARTING    org.jkiss.dbeaver.ext.hive_1.0.143.202408181605
808 STARTING    org.jkiss.dbeaver.ext.hsqldb_1.0.184.202408181605
809 STARTING    org.jkiss.dbeaver.ext.import_config_2.1.200.202408181605
810 STARTING    org.jkiss.dbeaver.ext.informix_1.0.228.202408181605
811 STARTING    org.jkiss.dbeaver.ext.kognitio_1.0.121.202408181605
812 STARTING    org.jkiss.dbeaver.ext.mssql_1.0.231.202408181605
813 STARTING    org.jkiss.dbeaver.ext.mssql.ui_1.0.136.202408181605
814 ACTIVE      org.jkiss.dbeaver.ext.mysql_2.1.222.202408181605
815 STARTING    org.jkiss.dbeaver.ext.mysql.ui_1.0.129.202408181605
816 STARTING    org.jkiss.dbeaver.ext.netezza_1.0.202.202408181605
817 STARTING    org.jkiss.dbeaver.ext.oceanbase_1.0.75.202408181605
818 STARTING    org.jkiss.dbeaver.ext.oceanbase.ui_1.0.75.202408181605
819 STARTING    org.jkiss.dbeaver.ext.ocient_1.0.108.202408181605
820 STARTING    org.jkiss.dbeaver.ext.oracle_2.1.222.202408181605
821 STARTING    org.jkiss.dbeaver.ext.oracle.ui_1.0.124.202408181605
822 STARTING    org.jkiss.dbeaver.ext.phoenix_1.0.206.202408181605
823 STARTING    org.jkiss.dbeaver.ext.postgresql_2.1.210.202408181605
824 STARTING    org.jkiss.dbeaver.ext.postgresql.ui_1.0.113.202408181605
825 STARTING    org.jkiss.dbeaver.ext.snowflake.core_1.0.157.202408181605
826 STARTING    org.jkiss.dbeaver.ext.snowflake.ui_1.0.157.202408181605
827 STARTING    org.jkiss.dbeaver.ext.spanner_1.0.124.202408181605
828 STARTING    org.jkiss.dbeaver.ext.spanner.ui_1.0.107.202408181605
829 STARTING    org.jkiss.dbeaver.ext.sqlite_1.0.186.202408181605
830 STARTING    org.jkiss.dbeaver.ext.sqlite.ui_1.0.107.202408181605
831 STARTING    org.jkiss.dbeaver.ext.teradata_1.0.205.202408181605
832 STARTING    org.jkiss.dbeaver.ext.tidb_1.0.17.202408181605
833 STARTING    org.jkiss.dbeaver.ext.tidb.ui_1.0.17.202408181605
834 STARTING    org.jkiss.dbeaver.ext.trino_1.0.30.202408181605
835 STARTING    org.jkiss.dbeaver.ext.ui.locks_1.0.182.202408181605
836 STARTING    org.jkiss.dbeaver.ext.vertica_2.0.167.202408181605
837 STARTING    org.jkiss.dbeaver.ext.vertica.ui_1.0.128.202408181605
838 ACTIVE      org.jkiss.dbeaver.model_1.1.30.202408181605
839 ACTIVE      org.jkiss.dbeaver.model.dashboard_1.0.10.202408181605
840 ACTIVE      org.jkiss.dbeaver.model.jdbc_1.0.30.202408181605
841 ACTIVE      org.jkiss.dbeaver.model.lsm_1.0.32.202408181605
842 ACTIVE      org.jkiss.dbeaver.model.sql_1.0.127.202408181605
843 STARTING    org.jkiss.dbeaver.model.sql.jdbc_1.0.1.202408181605
844 STARTING    org.jkiss.dbeaver.net.ssh_1.0.158.202408181605
845 STARTING    org.jkiss.dbeaver.net.ssh.jsch_1.1.147.202408181605
846 STARTING    org.jkiss.dbeaver.net.ssh.sshj_1.0.158.202408181605
847 STARTING    org.jkiss.dbeaver.net.ssh.ui_1.0.158.202408181605
848 ACTIVE      org.jkiss.dbeaver.registry_1.0.131.202408181605
849 STARTING    org.jkiss.dbeaver.tasks.native_1.0.115.202408181605
850 STARTING    org.jkiss.dbeaver.tasks.native.ui_1.0.115.202408181605
851 STARTING    org.jkiss.dbeaver.tasks.sql.ui_1.0.103.202408181605
852 STARTING    org.jkiss.dbeaver.tasks.ui_1.0.115.202408181605
853 STARTING    org.jkiss.dbeaver.tasks.ui.view_1.0.86.202408181605
854 ACTIVE      org.jkiss.dbeaver.ui_5.1.152.202408181605
855 RESOLVED    org.jkiss.dbeaver.ui.app.eclipse_24.1.5.202408181605
856 STARTING    org.jkiss.dbeaver.ui.charts_1.0.134.202408181605
857 ACTIVE      org.jkiss.dbeaver.ui.dashboard_1.0.134.202408181605
858 STARTING    org.jkiss.dbeaver.ui.editors.acl_1.0.133.202408181605
859 ACTIVE      org.jkiss.dbeaver.ui.editors.base_1.0.137.202408181605
860 ACTIVE      org.jkiss.dbeaver.ui.editors.connection_1.0.128.202408181605
861 ACTIVE      org.jkiss.dbeaver.ui.editors.data_1.0.137.202408181605
862 STARTING    org.jkiss.dbeaver.ui.editors.entity_1.0.137.202408181605
863 STARTING    org.jkiss.dbeaver.ui.editors.hex_1.0.137.202408181605
864 STARTING    org.jkiss.dbeaver.ui.editors.image_1.0.137.202408181605
865 STARTING    org.jkiss.dbeaver.ui.editors.json_1.0.121.202408181605
866 STARTING    org.jkiss.dbeaver.ui.editors.session_1.0.115.202408181605
867 ACTIVE      org.jkiss.dbeaver.ui.editors.sql_1.0.137.202408181605
868 ACTIVE      org.jkiss.dbeaver.ui.editors.sql.terminal_1.0.113.202408181605
869 STARTING    org.jkiss.dbeaver.ui.editors.xml_1.0.137.202408181605
870 ACTIVE      org.jkiss.dbeaver.ui.navigator_1.0.137.202408181605
871 STARTING    org.jkiss.dbeaver.ui.search_1.0.128.202408181605
872 RESOLVED    org.jkiss.utils_2.2.0.202408181605
g! 

As you can see there are few INSTALLED cases. I am going to close this issue because it is a random situation and is not possible duplicate it. I am going to install a new STS release and import the preferences file (.epf) - I hope it does not appear again.