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

2.x: Update javadocs and links for Jakarta EE and MicroProfile #3721

Merged
merged 2 commits into from Dec 17, 2021
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
11 changes: 11 additions & 0 deletions etc/javadoc/jakarta-cdi/package-list
@@ -0,0 +1,11 @@
javax.decorator
javax.enterprise.context
javax.enterprise.context.control
javax.enterprise.context.spi
javax.enterprise.event
javax.enterprise.inject
javax.enterprise.inject.literal
javax.enterprise.inject.se
javax.enterprise.inject.spi
javax.enterprise.inject.spi.configurator
javax.enterprise.util
1 change: 1 addition & 0 deletions etc/javadoc/jakarta-inject/package-list
@@ -0,0 +1 @@
javax.inject
6 changes: 6 additions & 0 deletions etc/javadoc/jakarta-jaxrs/package-list
@@ -0,0 +1,6 @@
javax.ws.rs
javax.ws.rs.client
javax.ws.rs.container
javax.ws.rs.core
javax.ws.rs.ext
javax.ws.rs.sse
6 changes: 0 additions & 6 deletions etc/javadoc/jakarta-jsonb/element-list

This file was deleted.

@@ -1 +1 @@
javax.transaction
javax.transaction
4 changes: 0 additions & 4 deletions etc/javadoc/javax-persistence/package-list

This file was deleted.

1 change: 1 addition & 0 deletions etc/javadoc/jersey/package-list
Expand Up @@ -51,6 +51,7 @@ org.glassfish.jersey.message
org.glassfish.jersey.message.internal
org.glassfish.jersey.microprofile.config
org.glassfish.jersey.microprofile.restclient
org.glassfish.jersey.microprofile.restclient.internal
org.glassfish.jersey.model
org.glassfish.jersey.model.internal
org.glassfish.jersey.moxy.internal
Expand Down
2 changes: 2 additions & 0 deletions etc/javadoc/microprofile-fault-tolerance-api/package-list
@@ -0,0 +1,2 @@
org.eclipse.microprofile.faulttolerance
org.eclipse.microprofile.faulttolerance.exceptions
1 change: 1 addition & 0 deletions etc/javadoc/microprofile-graphql/package-list
@@ -0,0 +1 @@
org.eclipse.microprofile.graphql
3 changes: 3 additions & 0 deletions etc/javadoc/microprofile-jwt/package-list
@@ -0,0 +1,3 @@
org.eclipse.microprofile.auth
org.eclipse.microprofile.jwt
org.eclipse.microprofile.jwt.config
3 changes: 3 additions & 0 deletions etc/javadoc/microprofile-lra-api/package-list
@@ -0,0 +1,3 @@
org.eclipse.microprofile.lra
org.eclipse.microprofile.lra.annotation
org.eclipse.microprofile.lra.annotation.ws.rs
27 changes: 27 additions & 0 deletions etc/javadoc/microprofile-openapi-api/package-list
@@ -0,0 +1,27 @@
org.eclipse.microprofile.openapi
org.eclipse.microprofile.openapi.annotations
org.eclipse.microprofile.openapi.annotations.callbacks
org.eclipse.microprofile.openapi.annotations.enums
org.eclipse.microprofile.openapi.annotations.extensions
org.eclipse.microprofile.openapi.annotations.headers
org.eclipse.microprofile.openapi.annotations.info
org.eclipse.microprofile.openapi.annotations.links
org.eclipse.microprofile.openapi.annotations.media
org.eclipse.microprofile.openapi.annotations.parameters
org.eclipse.microprofile.openapi.annotations.responses
org.eclipse.microprofile.openapi.annotations.security
org.eclipse.microprofile.openapi.annotations.servers
org.eclipse.microprofile.openapi.annotations.tags
org.eclipse.microprofile.openapi.models
org.eclipse.microprofile.openapi.models.callbacks
org.eclipse.microprofile.openapi.models.examples
org.eclipse.microprofile.openapi.models.headers
org.eclipse.microprofile.openapi.models.info
org.eclipse.microprofile.openapi.models.links
org.eclipse.microprofile.openapi.models.media
org.eclipse.microprofile.openapi.models.parameters
org.eclipse.microprofile.openapi.models.responses
org.eclipse.microprofile.openapi.models.security
org.eclipse.microprofile.openapi.models.servers
org.eclipse.microprofile.openapi.models.tags
org.eclipse.microprofile.openapi.spi
2 changes: 2 additions & 0 deletions etc/javadoc/microprofile-reactive-messaging-api/package-list
@@ -0,0 +1,2 @@
org.eclipse.microprofile.reactive.messaging
org.eclipse.microprofile.reactive.messaging.spi
@@ -0,0 +1,2 @@
org.eclipse.microprofile.reactive.streams.operators
org.eclipse.microprofile.reactive.streams.operators.spi
5 changes: 5 additions & 0 deletions etc/javadoc/microprofile-rest-client/package-list
@@ -0,0 +1,5 @@
org.eclipse.microprofile.rest.client
org.eclipse.microprofile.rest.client.annotation
org.eclipse.microprofile.rest.client.ext
org.eclipse.microprofile.rest.client.inject
org.eclipse.microprofile.rest.client.spi
1 change: 1 addition & 0 deletions etc/javadoc/microprofile-tracing/package-list
@@ -0,0 +1 @@
org.eclipse.microprofile.opentracing
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion microprofile/cdi/src/main/java/module-info.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2020 Oracle and/or its affiliates.
* Copyright (c) 2019, 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2020 Oracle and/or its affiliates.
* Copyright (c) 2018, 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,5 +16,7 @@

/**
* Helidon implementation of microprofile config for CDI.
*
* @see org.eclipse.microprofile.config
*/
package io.helidon.microprofile.config;
2 changes: 2 additions & 0 deletions microprofile/config/src/main/java/module-info.java
Expand Up @@ -16,6 +16,8 @@

/**
* CDI extension for microprofile config implementation.
*
* @see org.eclipse.microprofile.config
*/
module io.helidon.microprofile.config {
requires java.logging;
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,5 +16,7 @@

/**
* Helidon implementation of Microprofile fault tolerance.
*
* @see org.eclipse.microprofile.faulttolerance
*/
package io.helidon.microprofile.faulttolerance;
2 changes: 2 additions & 0 deletions microprofile/fault-tolerance/src/main/java/module-info.java
Expand Up @@ -16,6 +16,8 @@

/**
* Microprofile fault tolerance implementation.
*
* @see org.eclipse.microprofile.faulttolerance
*/
module io.helidon.microprofile.faulttolerance {
requires java.logging;
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,5 +16,7 @@

/**
* Implements the JAX-RS and CDI support for microprofile.
*
* @see org.eclipse.microprofile.health
*/
package io.helidon.microprofile.health;
2 changes: 2 additions & 0 deletions microprofile/health/src/main/java/module-info.java
Expand Up @@ -16,6 +16,8 @@

/**
* Microprofile health module.
*
* @see org.eclipse.microprofile.health
*/
module io.helidon.microprofile.health {
requires java.logging;
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,5 +16,8 @@

/**
* Implementation of Microprofile JWT Auth specification.
*
* @see org.eclipse.microprofile.jwt
* @see org.eclipse.microprofile.auth
*/
package io.helidon.microprofile.jwt.auth;
3 changes: 3 additions & 0 deletions microprofile/jwt-auth/src/main/java/module-info.java
Expand Up @@ -16,6 +16,9 @@

/**
* Microprofile jwt module.
*
* @see org.eclipse.microprofile.jwt
* @see org.eclipse.microprofile.auth
*/
module io.helidon.microprofile.jwt.auth {
requires java.logging;
Expand Down
Expand Up @@ -17,5 +17,7 @@
/**
* Microprofile metrics specification implementation.
* See https://github.com/eclipse/microprofile-metrics/
*
* @see org.eclipse.microprofile.metrics
*/
package io.helidon.microprofile.metrics;
2 changes: 2 additions & 0 deletions microprofile/metrics/src/main/java/module-info.java
Expand Up @@ -16,6 +16,8 @@

/**
* Microprofile metrics implementation.
*
* @see org.eclipse.microprofile.metrics
*/
module io.helidon.microprofile.metrics {
requires java.logging;
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,5 +17,7 @@

/**
* Support for OpenAPI in Helidon MP.
*
* @see org.eclipse.microprofile.openapi
*/
package io.helidon.microprofile.openapi;
5 changes: 5 additions & 0 deletions microprofile/openapi/src/main/java/module-info.java
Expand Up @@ -19,6 +19,11 @@

import io.helidon.microprofile.openapi.OpenApiCdiExtension;

/**
* CDI extension for MicroProfile OpenAPI implementation.
*
* @see org.eclipse.microprofile.openapi
*/
module io.helidon.microprofile.openapi {
requires java.logging;

Expand Down
Expand Up @@ -17,5 +17,7 @@

/**
* Support for MicroProfile Reactive Streams Operators in Helidon MP.
*
* @see org.eclipse.microprofile.reactive.streams.operators
*/
package io.helidon.microprofile.reactive;
2 changes: 2 additions & 0 deletions microprofile/reactive-streams/src/main/java/module-info.java
Expand Up @@ -16,6 +16,8 @@

/**
* MicroProfile Reactive Streams Operators implementation.
*
* @see org.eclipse.microprofile.reactive.streams.operators
*/
module io.helidon.microprofile.reactive {
requires java.logging;
Expand Down
Expand Up @@ -15,5 +15,7 @@
*/
/**
* Helidon specific extension to the rest client implementation from Jersey.
*
* @see org.eclipse.microprofile.rest.client
*/
package io.helidon.microprofile.restclient;
2 changes: 2 additions & 0 deletions microprofile/rest-client/src/main/java/module-info.java
Expand Up @@ -16,6 +16,8 @@

/**
* MP Rest client.
*
* @see org.eclipse.microprofile.rest.client
*/
module io.helidon.microprofile.restclient {
requires java.logging;
Expand Down
Expand Up @@ -17,5 +17,7 @@
* Microprofile extension for tracing.
* Expected location of configuration is at key {@code tracing},
* see {@link io.helidon.tracing.TracerBuilder} for details about configuration.
*
* @see org.eclipse.microprofile.opentracing
*/
package io.helidon.microprofile.tracing;
2 changes: 2 additions & 0 deletions microprofile/tracing/src/main/java/module-info.java
Expand Up @@ -16,6 +16,8 @@

/**
* Eclipse Microprofile Tracing implementation for helidon microprofile.
*
* @see org.eclipse.microprofile.opentracing
*/
module io.helidon.microprofile.tracing {
requires java.logging;
Expand Down