Results 68 issues of Jonah Graham

The embedcdt plug-ins are quite close to warning free. I think a little push can get us there, or close enough to make it easish to tell there are warnings....

enhancement

org.eclipse.embedcdt.core currently exports some classes/packages for use within embedcdt bundles. This can cause weird and terrible wiring errors. For example, if another bundle does Import-Package: org.json.simple they can get the...

This is the Release plan and TODO list for LSP4J release v0.16.0. ## Steps for Release Items at the beginning of development - [x] Create an Endgame Issue to track...

endgame

Lets migrate to Java 11. Any objections?

Running LSP4J's build with Java 11 has numerous warnings and errors, such as: - `warning - invalid usage of tag >` and similar in many javadocs - `TracingMessageConsumerTest` has many...

At the moment LSP4J has a bunch of custom build logic to handle building the various Maven/p2 outputs - there is a new feature that is being added to Tycho...

This has been on the todo list for a while and is required for us to graduate the project. It was most recently discussed in [the mailing list](https://www.eclipse.org/lists/lsp4j-dev/msg00066.html) but there...

We should enforce coding standards with tooling, including a way to format the code. I assume gradle has such capabilities readily accessible. This is to prevent future contributors to have...

help_wanted

As part of the governance of an Eclipse project retiring inactive committers should be done on occasion. At the moment no LSP4J committers have retired since the formation of the...

Hi PDT team - the PDT project is the only project that is using org.apache.commons.exec in all of SimRel these days. In the past I think other may have used...

bug