Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote components out of incubator #917

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions cloud/docker-image/src/main/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
cat zpm.json.template | env VERSION=develop-SNAPSHOT envsubst > zpm.json
```

```bash
./zpmw clean
```

```bash
./zpmw install --debug --exclude-remote-repositories
```
Expand Down
80 changes: 0 additions & 80 deletions incubator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,13 @@

<modules>
<module>binding-amqp.spec</module>
<module>binding-asyncapi.spec</module>
<module>binding-openapi.spec</module>
<module>binding-openapi-asyncapi.spec</module>
<module>catalog-apicurio.spec</module>
<module>catalog-inline.spec</module>
<module>exporter-otlp.spec</module>
<module>exporter-stdout.spec</module>
<module>model-avro.spec</module>
<module>model-core.spec</module>
<module>model-json.spec</module>
<module>model-protobuf.spec</module>

<module>binding-amqp</module>
<module>binding-asyncapi</module>
<module>binding-openapi</module>
<module>binding-openapi-asyncapi</module>

<module>catalog-apicurio</module>
<module>catalog-inline</module>

<module>command-log</module>
<module>command-dump</module>
<module>command-generate</module>
<module>command-tune</module>

<module>exporter-otlp</module>
<module>exporter-stdout</module>

<module>model-avro</module>
<module>model-core</module>
<module>model-json</module>
<module>model-protobuf</module>
</modules>

<dependencyManagement>
Expand All @@ -59,31 +34,6 @@
<artifactId>binding-amqp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>binding-asyncapi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>binding-openapi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>binding-openapi-asyncapi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>catalog-apicurio</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>catalog-inline</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>command-log</artifactId>
Expand All @@ -104,36 +54,6 @@
<artifactId>command-generate</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>exporter-otlp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>exporter-stdout</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model-avro</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model-json</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>model-protobuf</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.aklivity.zilla</groupId>
<artifactId>incubator</artifactId>
<artifactId>runtime</artifactId>
<version>develop-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>binding-asyncapi</artifactId>
<name>zilla::incubator::binding-asyncapi</name>
<name>zilla::runtime::binding-asyncapi</name>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
*/
package io.aklivity.zilla.runtime.binding.asyncapi.internal;

import io.aklivity.zilla.runtime.common.feature.Incubating;
import io.aklivity.zilla.runtime.engine.Configuration;
import io.aklivity.zilla.runtime.engine.binding.BindingFactorySpi;

@Incubating
public final class AsyncapiBindingFactorySpi implements BindingFactorySpi
{
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,20 @@ This project includes:
jackson-databind under The Apache Software License, Version 2.0
Jackson-dataformat-YAML under The Apache Software License, Version 2.0
Jakarta JSON Processing API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
JSR 353 (JSON Processing) Default Provider under Dual license consisting of the CDDL v1.1 and GPL v2
org.leadpony.justify under The Apache Software License, Version 2.0
SnakeYAML under Apache License, Version 2.0
zilla::incubator::binding-asyncapi under Aklivity Community License Agreement
zilla::incubator::binding-openapi under Aklivity Community License Agreement
zilla::incubator::catalog-inline under Aklivity Community License Agreement
zilla::incubator::model-core under Aklivity Community License Agreement
zilla::incubator::model-json under Aklivity Community License Agreement
zilla::runtime::binding-asyncapi under Aklivity Community License Agreement
zilla::runtime::binding-http under The Apache Software License, Version 2.0
zilla::runtime::binding-http-kafka under Aklivity Community License Agreement
zilla::runtime::binding-kafka under The Apache Software License, Version 2.0
zilla::runtime::binding-mqtt under The Apache Software License, Version 2.0
zilla::runtime::binding-mqtt-kafka under Aklivity Community License Agreement
zilla::runtime::binding-openapi under Aklivity Community License Agreement
zilla::runtime::binding-tcp under The Apache Software License, Version 2.0
zilla::runtime::binding-tls under The Apache Software License, Version 2.0
zilla::runtime::catalog-inline under Aklivity Community License Agreement
zilla::runtime::model-core under Aklivity Community License Agreement
zilla::runtime::model-json under Aklivity Community License Agreement


This project also includes code under copyright of the following entities:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.aklivity.zilla</groupId>
<artifactId>incubator</artifactId>
<artifactId>runtime</artifactId>
<version>develop-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>binding-openapi-asyncapi</artifactId>
<name>zilla::incubator::binding-openapi-asyncapi</name>
<name>zilla::runtime::binding-openapi-asyncapi</name>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
*/
package io.aklivity.zilla.runtime.binding.openapi.asyncapi.internal;

import io.aklivity.zilla.runtime.common.feature.Incubating;
import io.aklivity.zilla.runtime.engine.Configuration;
import io.aklivity.zilla.runtime.engine.binding.BindingFactorySpi;

@Incubating
public final class OpenapiAsyncapiBindingFactorySpi implements BindingFactorySpi
{
@Override
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ This project includes:
ICU4J under Unicode/ICU License
Jakarta JSON Processing API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
org.leadpony.justify under The Apache Software License, Version 2.0
zilla::incubator::catalog-inline under Aklivity Community License Agreement
zilla::incubator::model-core under Aklivity Community License Agreement
zilla::incubator::model-json under Aklivity Community License Agreement
zilla::runtime::binding-http under The Apache Software License, Version 2.0
zilla::runtime::binding-tcp under The Apache Software License, Version 2.0
zilla::runtime::binding-tls under The Apache Software License, Version 2.0
zilla::runtime::catalog-inline under Aklivity Community License Agreement
zilla::runtime::model-core under Aklivity Community License Agreement
zilla::runtime::model-json under Aklivity Community License Agreement


This project also includes code under copyright of the following entities:
https://github.com/reaktivity/
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.aklivity.zilla</groupId>
<artifactId>incubator</artifactId>
<artifactId>runtime</artifactId>
<version>develop-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>binding-openapi</artifactId>
<name>zilla::incubator::binding-openapi</name>
<name>zilla::runtime::binding-openapi</name>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
*/
package io.aklivity.zilla.runtime.binding.openapi.internal;

import io.aklivity.zilla.runtime.common.feature.Incubating;
import io.aklivity.zilla.runtime.engine.Configuration;
import io.aklivity.zilla.runtime.engine.binding.BindingFactorySpi;

@Incubating
public final class OpenapiBindingFactorySpi implements BindingFactorySpi
{
@Override
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.aklivity.zilla</groupId>
<artifactId>incubator</artifactId>
<artifactId>runtime</artifactId>
<version>develop-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>catalog-apicurio</artifactId>
<name>zilla::incubator::catalog-apicurio</name>
<name>zilla::runtime::catalog-apicurio</name>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
*/
package io.aklivity.zilla.runtime.catalog.apicurio.internal;

import io.aklivity.zilla.runtime.common.feature.Incubating;
import io.aklivity.zilla.runtime.engine.Configuration;
import io.aklivity.zilla.runtime.engine.catalog.Catalog;
import io.aklivity.zilla.runtime.engine.catalog.CatalogFactorySpi;

@Incubating
public class ApicurioCatalogFactorySpi implements CatalogFactorySpi
{
@Override
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.aklivity.zilla</groupId>
<artifactId>incubator</artifactId>
<artifactId>runtime</artifactId>
<version>develop-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>catalog-inline</artifactId>
<name>zilla::incubator::catalog-inline</name>
<name>zilla::runtime::catalog-inline</name>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
*/
package io.aklivity.zilla.runtime.catalog.inline.internal;

import io.aklivity.zilla.runtime.common.feature.Incubating;
import io.aklivity.zilla.runtime.engine.Configuration;
import io.aklivity.zilla.runtime.engine.catalog.Catalog;
import io.aklivity.zilla.runtime.engine.catalog.CatalogFactorySpi;

@Incubating
public class InlineCatalogFactorySpi implements CatalogFactorySpi
{
@Override
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.aklivity.zilla</groupId>
<artifactId>incubator</artifactId>
<artifactId>runtime</artifactId>
<version>develop-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>exporter-otlp</artifactId>
<name>zilla::incubator::exporter-otlp</name>
<name>zilla::runtime::exporter-otlp</name>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
*/
package io.aklivity.zilla.runtime.exporter.otlp.internal;

import io.aklivity.zilla.runtime.common.feature.Incubating;
import io.aklivity.zilla.runtime.engine.Configuration;
import io.aklivity.zilla.runtime.engine.exporter.Exporter;
import io.aklivity.zilla.runtime.engine.exporter.ExporterFactorySpi;

@Incubating
public class OtlpExporterFactorySpi implements ExporterFactorySpi
{
@Override
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.aklivity.zilla</groupId>
<artifactId>incubator</artifactId>
<artifactId>runtime</artifactId>
<version>develop-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>exporter-stdout</artifactId>
<name>zilla::incubator::exporter-stdout</name>
<name>zilla::runtime::exporter-stdout</name>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
*/
package io.aklivity.zilla.runtime.exporter.stdout.internal;

import io.aklivity.zilla.runtime.common.feature.Incubating;
import io.aklivity.zilla.runtime.engine.Configuration;
import io.aklivity.zilla.runtime.engine.exporter.Exporter;
import io.aklivity.zilla.runtime.engine.exporter.ExporterFactorySpi;

@Incubating
public class StdoutExporterFactorySpi implements ExporterFactorySpi
{
@Override
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions incubator/model-avro/pom.xml → runtime/model-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.aklivity.zilla</groupId>
<artifactId>incubator</artifactId>
<artifactId>runtime</artifactId>
<version>develop-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>model-avro</artifactId>
<name>zilla::incubator::model-avro</name>
<name>zilla::runtime::model-avro</name>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@

import java.net.URL;

import io.aklivity.zilla.runtime.common.feature.Incubating;
import io.aklivity.zilla.runtime.engine.Configuration;
import io.aklivity.zilla.runtime.engine.model.Model;
import io.aklivity.zilla.runtime.engine.model.ModelFactorySpi;

@Incubating
public final class AvroModelFactorySpi implements ModelFactorySpi
{
@Override
Expand Down
Loading