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

console in catalog #13426

Merged
merged 6 commits into from Mar 9, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "catalog",
"title": "Catalog",
"description": "Information about used Camel artifacts",
"deprecated": false,
"javaType": "org.apache.camel.catalog.console.CatalogConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-catalog-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,7 @@
# Generated by camel build tools - do NOT edit this file!
dev-consoles=catalog
groupId=org.apache.camel
artifactId=camel-catalog-console
version=4.5.0-SNAPSHOT
projectName=Camel :: Catalog :: Console
projectDescription=Camel Catalog Developer Console
Expand Up @@ -29,14 +29,14 @@
import org.apache.camel.tooling.model.OtherModel;
import org.apache.camel.util.json.JsonObject;

@DevConsole("catalog")
@DevConsole(name = "catalog", description = "Information about used Camel artifacts")
public class CatalogConsole extends AbstractDevConsole {

private static final String CP = System.getProperty("java.class.path");
private final CamelCatalog catalog = new DefaultCamelCatalog(true);

public CatalogConsole() {
super("camel", "catalog", "Catalog", "Lists all the used Camel Components");
super("camel", "catalog", "Catalog", "Information about used Camel artifacts");
}

@Override
Expand Down
@@ -0,0 +1,41 @@
aws-secrets
aws2-s3
azure-secrets
bean
blocked
circuit-breaker
consumer
context
debug
endpoint
event
fault-tolerance
gc
gcp-secrets
health
inflight
java-security
jvm
log
memory
micrometer
mina
mllp
netty
platform-http
properties
quartz
reload
resilience4j
route
route-controller
route-dump
source
startup-recorder
stub
thread
top
trace
transformers
type-converters
variables
@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "aws-secrets",
"title": "AWS Secrets",
"description": "AWS Secrets Manager",
"deprecated": false,
"javaType": "org.apache.camel.component.aws.secretsmanager.SecretsDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-aws-secrets-manager",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "aws2-s3",
"title": "AWS S3",
"description": "AWS S3 Consumer",
"deprecated": false,
"javaType": "org.apache.camel.component.aws2.s3.AWS2S3Console",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-s3",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "azure-secrets",
"title": "Azure Key Vault Secrets",
"description": "Azure Key Vault Secret Manager",
"deprecated": false,
"javaType": "org.apache.camel.component.azure.key.vault.AzureKeyVaultManagerDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-azure-key-vault",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "bean",
"title": "Bean",
"description": "Displays Java beans from the registry",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.BeanDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "blocked",
"title": "Blocked Exchanges",
"description": "Display blocked exchanges",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.BlockedConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "circuit-breaker",
"title": "Circuit Breaker",
"description": "Display circuit breaker information",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.CircuitBreakerDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "consumer",
"title": "Consumers",
"description": "Display information about Camel consumers",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.ConsumerDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "context",
"title": "CamelContext",
"description": "Overall information about the CamelContext",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.ContextDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "debug",
"title": "Debug",
"description": "Camel route debugger",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.DebugDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "endpoint",
"title": "Endpoints",
"description": "Endpoint Registry information",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.EndpointDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "event",
"title": "Camel Events",
"description": "The most recent Camel events",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.EventConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "fault-tolerance",
"title": "MicroProfile Circuit Breaker",
"description": "Display circuit breaker information",
"deprecated": false,
"javaType": "org.apache.camel.component.microprofile.faulttolerance.FaultToleranceConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-microprofile-fault-tolerance",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "gc",
"title": "Garbage Collector",
"description": "Displays Garbage Collector information",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.GarbageCollectorDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "gcp-secrets",
"title": "GCP Secrets",
"description": "GCP Secret Manager",
"deprecated": false,
"javaType": "org.apache.camel.component.google.secret.manager.GoogleSecretManagerDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-google-secret-manager",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "health",
"title": "Health Check",
"description": "Health Check Status",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.HealthDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "inflight",
"title": "Inflight Exchanges",
"description": "Display inflight exchanges",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.InflightConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "java-security",
"title": "Java Security",
"description": "Displays Java Security (JSSE) information",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.JavaSecurityDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "jvm",
"title": "JVM",
"description": "Displays JVM information",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.JvmDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}

@@ -0,0 +1,15 @@
{
"console": {
"kind": "console",
"group": "camel",
"name": "log",
"title": "Log",
"description": "Logging framework",
"deprecated": false,
"javaType": "org.apache.camel.impl.console.LogDevConsole",
"groupId": "org.apache.camel",
"artifactId": "camel-console",
"version": "4.5.0-SNAPSHOT"
}
}