-
When i compile my project from Eclipse everything is OK, but if i ran maven i obtain this error:
E:\programy\aikrepo\aik-cms>mvn compile
[INFO] Scanning for projects...
[INFO]
[INFO] -----------…
-
When I'm defining my DSL project as a Java module (with Java 11):
```
module io.sarl.lang {
requires org.eclipse.xtext;
requires org.eclipse.xtext.util;
....
}
```
The Java compile…
-
```
ERROR Error consuming line XML configurations will be removed in the next release. Convert cflint-config.xml to json.
```
-
SPI does not work in Java projects using JPMS, since `module-info.java` does not contains any `provides` directive.
To reproduce, I created a Java project with:
- `module-info.java`
```java
…
-
Specifically, we would want to run a checker to make sure that a new release of a library (e.g. google-cloud-java) wasn't creating new artifacts containing classes that other artifacts already contain…
-
(this issue is for reference for other stumbling over the same problem, not a GraalVM issue)
------
**Background**: we have a project that is based on Maven (3.9.2) and try migrating it from Graal…
-
Adding up to the conventions, opening this issue to discuss java doc tags.
We use:
- `opensearch.internal`
- `opensearch.api`
- etc
Lets chat and clean up the code base for `feature/extensions` …
-
I'm currently doing an analysis of OSGI bundles as found in maven central.
Maven Coordinates | bundle symbolic name | Earliest bundle in central index
------------ |…
-
I've only used this project to do same basic calls into Objective C (the Security Scoped Bookmarks NSURL methods) but it's been working extremely well for me, and getting things done went much more sm…
-
**Is your feature request related to a problem? Please describe.**
Elasticsearch never supported a third-party plugin ecosystem. Elasticsearch plugins were implemented as a mechanism to enable inte…