Fabian Bahle

Results 18 comments of Fabian Bahle

I think we have the same issue as described by @txtad. The strange thing is that sometimes it compiles and sometimes it doesn't. We changed our configuration now from `src/main/resources/xsd/schema.xsd`...

@txtad We switched to another plugin in the meantime: ``` com.github.davidmoten jax-maven-plugin ``` Because we had also issues compiling with JDK 11, maybe that's also an option for you.

@ddbdev I think you have two options, either use [openapi-maven-plugin](https://github.com/kbuntrock/openapi-maven-plugin) which seems to be not so mature/stable yet or [springdoc](https://github.com/springdoc/springdoc-openapi-maven-plugin) but there you have to startup your spring boot server...

@ddbdev Ah ok, so you have a JEE project? Then you should have a look into the OpenAPI Maven plugin: https://github.com/openapi-tools/swagger-maven-plugin It's quite old, but it should work for JEE...

I'm using Vaadin 24.2.3 with Java 21, SpringBoot 3.2 and Spring Framework 6.1 (on macOS Ventura 13.5) and still see this issue: ``` java.lang.UnsupportedOperationException: Unexpected message id from the client....

I already have a plugin for this feature which is open source (originally implemented by @AlexanderYastrebov), maybe the code helps to implement this feature: https://github.com/funfried/nb-editor-close-left-right Edit: Just saw @mbien already...

I wasn't able to find the necessary Eclipse libraries, please comment or raise a PR if someone knows where to find those.

So far I could not find a promising Java implementation of a PHP formatter, please let me know if someone knows any.

Hi @steamboatid, first of all, thanks for sharing your idea! The problem with that solution would be that NetBeans needs a way to now how to indent the next line...

Hello @moxit0, I think the libraries of the IntelliJ code formatter are not public. At least I could not find any of them in Maven Central or on the JetBrains...