eclipse / lsp4jakarta

Language Server for Jakarta EE
Eclipse Public License 2.0
34 stars 51 forks source link

README needs to make scope and project goals clearer #419

Open erik-brangs opened 1 year ago

erik-brangs commented 1 year ago

The contributing guidelines mention that language server will enable developers to

develop cloud-native applications using the Jakarta EE APIs

and the focus is currently seems to be on web-profile. What's the plan for the future? Will support center on the core profile?

Is support for full profile in scope? Will there be separate components for that? What about optional specifications? Hypothetical example: if someone insisted on adding support for unpopular specifications (e.g. JAX-WS or Batch), how would you deal with that?

Those question should be answered by the README (or another place linked from there).

kathrynkodama commented 1 year ago

Thank you for the suggestion @erik-brangs, we will look at answering these questions in our next documentation updates.

Is support for full profile in scope?

Yes, we have plans to look at full profile and include support for more specifications. We are also looking to hear more from the community about which features they would find helpful.