Adem Simsek

Results 20 comments of Adem Simsek

We also have these issues. In our pipelines and can also be reproduced locally. There was a change recently, maybe related to that? https://ossindex.sonatype.org/updates-notice Also tried out the same POST...

> @ankurga The NVD database was updated, see e.g. [spring-projects/spring-framework#24434 (comment)](https://github.com/spring-projects/spring-framework/issues/24434#issuecomment-1132080062) - you have to suppress it by yourself. I'm not sure if suppression is related to this. These are...

> It looks like sonatype have started rate limiting more aggressively for anonymous accounts. One solution is to register for an account with sonatype and supply a username and password...

> I wouldn't recommend disabling the oss indexer though, we are currently getting four failures with the indexer enabled, but none with it disabled. I would instead recommend registering with...

> > I wouldn't recommend disabling the oss indexer though, we are currently getting four failures with the indexer enabled, but none with it disabled. I would instead recommend registering...

> > > > I wouldn't recommend disabling the oss indexer though, we are currently getting four failures with the indexer enabled, but none with it disabled. I would instead...

CSS files are handled by webpack, the typical bundler when choosing ESM. This has nothing to do neither with ECMA nor with the browsers. For more information about webpack and...

Sorry for the disappointment for not fitting in your expectation. I think the ESM Version is thought to be bundled with webpack in this project, I'm quite sure that bundled/optimizied/tree-shaked...

@JosefJezek Didn't realize I'm still subscribed to this. Never intended to participate in such discussion. Personally I don't even know where the problem is. If you want ESM spec compliance,...

I'm also having this issue. This is my pom.xml ``` 4.0.0 dev.simsek demo 1.0-SNAPSHOT demo UTF-8 13 13 javaee-api javax 7.0 provided org.wildfly.plugins wildfly-maven-plugin 2.1.0.Beta1 ``` This is the output...