Matthias Bläsing

Results 187 comments of Matthias Bläsing

@neilcsmith-net @jtulach you two worked previously on this test. This change is triggered by the commit validation errors reported in #4692 (Commit [da98cbd](https://github.com/apache/netbeans/pull/4692/commits/da98cbdaedfc0a80730e0d11a370dc2c11a8cc9e)). From my observation the problem is, that...

The new project wizard is coupled with the server registry. For each application server there is a list of supported profiles and for wildfly this list is not yet updated....

To my understanding (a few years old) a war deployed into a full profile server can access all JavaEE features (JMS, JCA, EJBs), so I tend to agree, that a...

The snap is inofficial. Please test if the issue is reproducible with the ZIP distribution: https://netbeans.apache.org/front/main/download/nb21/ https://www.apache.org/dyn/closer.lua/netbeans/netbeans/21/netbeans-21-bin.zip Please note: That only concerns: > I get entity classes in the list...

In general I think it is a bad idea to reuse a single issue for multiple problems. That is bad for both sides, either a problem gets overlooked or the...

You don't show the dependencies node. The maven implementation of the EntityClassScopeProvider (that supplied the entity implementations) scans the whole classpath and thus also in dependencies. This still needs steps...

@bhavinp311 please provide a minimal reproducer, that demonstrates the problem.

@bhavinp311 Running on JDK 8 is not supported anymore. Please use a recent JDK, at least JDK 11, I suggest JDK 17 (21 is to young to be properly supported).

In addition to @Chris2011 answer you should check in what project you are operating, both PHP and HTML project allow to configure a default charset. What is missing at this...

@Chris2011 something went wrong here. There is a massive set of changes where and you have conflict with master. This needs to be redone.