Skip to content

Commit

Permalink
migrate to the actual Build Compatible Extensions API proposal
Browse files Browse the repository at this point in the history
This is present at jakartaee/cdi#451
and defines 2 packages: `jakarta.enterprise.lang.model` and
`jakarta.enterprise.inject.build.compatible.spi`.

This commit removes almost everything from the `api` module,
which contained the proposed API under `cdi.lite.extension`.
  • Loading branch information
Ladicek committed May 25, 2021
1 parent 64e98cf commit 51593a8
Show file tree
Hide file tree
Showing 126 changed files with 577 additions and 2,679 deletions.
143 changes: 84 additions & 59 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down
165 changes: 0 additions & 165 deletions api/src/main/java/cdi/lite/extension/AppArchive.java

This file was deleted.

139 changes: 0 additions & 139 deletions api/src/main/java/cdi/lite/extension/AppDeployment.java

This file was deleted.

33 changes: 0 additions & 33 deletions api/src/main/java/cdi/lite/extension/BuildCompatibleExtension.java

This file was deleted.

24 changes: 0 additions & 24 deletions api/src/main/java/cdi/lite/extension/ExtensionPriority.java

This file was deleted.

0 comments on commit 51593a8

Please sign in to comment.