Skip to content

Commit

Permalink
[knight][winegrower] since Karaf community kind of abandonned winegro…
Browse files Browse the repository at this point in the history
…wer, drop it from our codebase
  • Loading branch information
rmannibucau committed Jan 30, 2024
1 parent 624ecca commit e6d21bc
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 916 deletions.
11 changes: 0 additions & 11 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}.knights</groupId>
<artifactId>winegrower-knight</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- generation dependencies -->
<dependency>
Expand Down
1 change: 0 additions & 1 deletion documentation/src/content/knights.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The extensions are generally responsible to generate a valid configuration to le
== Available knights

- link:jsch-knight.html[JSch]: it contains some end user API integrated with built-in extensions to simplify application graal-ification,
- link:winegrower-knight.html[Winegrower]: Apache winegrower (Cloud OSGi runtime) support.
- link:openwebbeans-knight.html[OpenWebBeans]: Apache OpenWebBeans (CDI SE runtime) support.
- link:slf4j-knight.html[SLF4J]: SLF4J (JUL binding) integration.
- link:hsqldb-knight[HSQLDB]: HSQL database integration.
Expand Down
177 changes: 0 additions & 177 deletions documentation/src/content/winegrower-knight.adoc

This file was deleted.

6 changes: 0 additions & 6 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}.knights</groupId>
<artifactId>winegrower-knight</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}.knights</groupId>
<artifactId>openwebbeans-knight</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ void cuilliere() {}
@Spec(expectedOutput = "counter=1, from proxy=from proxy")
void owb() {}

@Test
@Spec(expectedOutput = "Starting org.apache.geronimo.arthur.integrationtests.Application")
void scr() {}

@Test
@Spec(expectedOutput = "" +
"[main] INFO org.apache.geronimo.arthur.integrationtests.OpenJPAMain" +
Expand Down
156 changes: 0 additions & 156 deletions integration-test/src/test/resources/integration-tests/scr/pom.xml

This file was deleted.

Loading

0 comments on commit e6d21bc

Please sign in to comment.