Mark for removal i platform configuration factory#1867
Conversation
91b0715 to
c6085b4
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
8e419d8 to
037e2db
Compare
|
Does anyone know what to do to solve the Javadoc warnings? This points to an import statement and I see no warning in my IDE. |
|
@fedejeanne do you know how I can remove the Javadoc errors? This is similar to what you might have seen in eclipse-platform/eclipse.platform.ui#2966 |
037e2db to
b07a32f
Compare
I don't I had warnings in the imports, I only had warnings in the usage of the methods (they were not imported statically so it was a different scenario). I also don't see a warning in my IDE and can't find any configuration to activate such warning. The only way I know to get rid of such warnings is to not have the imports i.e. use fully qualified names. I took the liberty of do that for |
|
Thanks @fedejeanne the removal of the import is a great idea. |
b07a32f to
b50693e
Compare
These interfaces are currently only used by ConfiguratorUtils that is already marked for removal on 2024-03
b50693e to
a39ce19
Compare
|
Thanks @fedejeanne for the help |
|
My pleasure :-) Sorry for the late response, I finally managed to stay offline for the rest of the weekend after my last comment (it took some convincing though 😅 ) Have a nice day! |
* Dropins (https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fp2_dropins_format.html ) are by design unsafe as if any conflict or missing dependency arise they will not be installed. It is strongly recommended to use p2 operation to install directly thus no need to manually start the dropins bundle. * Update configurator (org.eclipse.update.configurator) is pre p2 thing that is simply not needed nowadays and even marked fro removal in 2025-06 (eclipse-platform/eclipse.platform#1867 ) This should have some (probably minimal) effect on startup time but what's more important is: * reduces the unexpected installation possibilities of someone using dropins * prepares for the actual removal of update.configurator
* Dropins (https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fp2_dropins_format.html ) are by design unsafe as if any conflict or missing dependency arise they will not be installed. It is strongly recommended to use p2 operation to install directly thus no need to manually start the dropins bundle. * Update configurator (org.eclipse.update.configurator) is pre p2 thing that is simply not needed nowadays and even marked fro removal in 2025-06 (eclipse-platform/eclipse.platform#1867 ) This should have some (probably minimal) effect on startup time but what's more important is: * reduces the unexpected installation possibilities of someone using dropins * prepares for the actual removal of update.configurator
* Dropins (https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fp2_dropins_format.html ) are by design unsafe as if any conflict or missing dependency arise they will not be installed. It is strongly recommended to use p2 operation to install directly thus no need to manually start the dropins bundle. * Update configurator (org.eclipse.update.configurator) is pre p2 thing that is simply not needed nowadays and even marked fro removal in 2025-06 (eclipse-platform/eclipse.platform#1867 ) This should have some (probably minimal) effect on startup time but what's more important is: * reduces the unexpected installation possibilities of someone using dropins * prepares for the actual removal of update.configurator Continuation of eclipse-chemclipse/chemclipse#2574
* Dropins (https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fp2_dropins_format.html ) are by design unsafe as if any conflict or missing dependency arise they will not be installed. It is strongly recommended to use p2 operation to install directly thus no need to manually start the dropins bundle. * Update configurator (org.eclipse.update.configurator) is pre p2 thing that is simply not needed nowadays and even marked fro removal in 2025-06 (eclipse-platform/eclipse.platform#1867 ) This should have some (probably minimal) effect on startup time but what's more important is: * reduces the unexpected installation possibilities of someone using dropins * prepares for the actual removal of update.configurator Continuation of eclipse-chemclipse/chemclipse#2574
No description provided.