Alex Boyko
Alex Boyko
Just noticed that STS would pull `org.eclipse.wst.xml.core` as long as we ship it with org.eclipse.m2e which is always going to be the case. Unless m2e removes WTP XML editing in...
Can you provide the stack trace for the exception? You should be able to find it in the error log... If you could share a sample project that reproduces the...
Yes, we could do this as well (thanks for the sharing your solution!) but this would require a sweep kind of change, ie. `URI.create(strUri)` vs `Absolute.uri(strUri)`. The point is to...
@jonahgraham I'd add a constructor that takes `java.net.URI` which would call `uri.toASCIIString()` to set the string `uri` field. In addition I'd make the constructor taking `String` creating a `java.net.URI` from...
I think having `java.net.URI` rather than `String` would be ideal... Somehow, I suspect it is `String` due to perhaps some JSON serialization/deserialization limitations?
POC is working which is a great thing of course :-) but we are still miles away from the final solution: 
I'd factor out SQL is a separate issue as we don't have SQL parser and semantic token syntax highlighting for SQL. At the moment all SQL support comes from upstream...
JPQL and HQL are in with 385c35e832a0af23c6ac6e9da54dc6e4f800c3a2
SQL was the last one. Went in with fe953bde5b0291c49f7b6c58f0f1b63cfb46d21f
@pcdavid I hate to say that but the release doesn't have a setting to switch this validation off unfortunately. The setting didn't get generated and it has gone unnoticed. I...