mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 05:30:00 +00:00
Build: Update JavaEE javadocs to EE8
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# Javadocs
|
||||
# Note: Include the trailing slash! Don't surround the URL in quotes!
|
||||
javasedocs.url=https://docs.oracle.com/en/java/javase/17/docs/api/
|
||||
javaeedocs.url=https://docs.oracle.com/javaee/7/api/
|
||||
javaeedocs.url=https://javaee.github.io/javaee-spec/javadocs/
|
||||
jettydocs.url=https://javadoc.jetty.org/jetty-12/
|
||||
wrapperdocs.url=https://wrapper.tanukisoftware.com/jdoc/
|
||||
# these are only for unit test javadocs
|
||||
|
||||
@@ -16,6 +16,7 @@ javax.ejb.spi
|
||||
javax.el
|
||||
javax.enterprise.concurrent
|
||||
javax.enterprise.context
|
||||
javax.enterprise.context.control
|
||||
javax.enterprise.context.spi
|
||||
javax.enterprise.deploy.model
|
||||
javax.enterprise.deploy.model.exceptions
|
||||
@@ -27,14 +28,19 @@ javax.enterprise.deploy.spi.factories
|
||||
javax.enterprise.deploy.spi.status
|
||||
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
|
||||
javax.faces
|
||||
javax.faces.annotation
|
||||
javax.faces.application
|
||||
javax.faces.bean
|
||||
javax.faces.component
|
||||
javax.faces.component.behavior
|
||||
javax.faces.component.html
|
||||
javax.faces.component.search
|
||||
javax.faces.component.visit
|
||||
javax.faces.context
|
||||
javax.faces.convert
|
||||
@@ -44,6 +50,7 @@ javax.faces.flow
|
||||
javax.faces.flow.builder
|
||||
javax.faces.lifecycle
|
||||
javax.faces.model
|
||||
javax.faces.push
|
||||
javax.faces.render
|
||||
javax.faces.validator
|
||||
javax.faces.view
|
||||
@@ -53,10 +60,14 @@ javax.inject
|
||||
javax.interceptor
|
||||
javax.jms
|
||||
javax.json
|
||||
javax.json.bind
|
||||
javax.json.bind.adapter
|
||||
javax.json.bind.annotation
|
||||
javax.json.bind.config
|
||||
javax.json.bind.serializer
|
||||
javax.json.bind.spi
|
||||
javax.json.spi
|
||||
javax.json.stream
|
||||
javax.jws
|
||||
javax.jws.soap
|
||||
javax.mail
|
||||
javax.mail.event
|
||||
javax.mail.internet
|
||||
@@ -78,6 +89,10 @@ javax.security.auth.message
|
||||
javax.security.auth.message.callback
|
||||
javax.security.auth.message.config
|
||||
javax.security.auth.message.module
|
||||
javax.security.enterprise
|
||||
javax.security.enterprise.authentication.mechanism.http
|
||||
javax.security.enterprise.credential
|
||||
javax.security.enterprise.identitystore
|
||||
javax.security.jacc
|
||||
javax.servlet
|
||||
javax.servlet.annotation
|
||||
@@ -100,6 +115,7 @@ javax.validation.executable
|
||||
javax.validation.groups
|
||||
javax.validation.metadata
|
||||
javax.validation.spi
|
||||
javax.validation.valueextraction
|
||||
javax.websocket
|
||||
javax.websocket.server
|
||||
javax.ws.rs
|
||||
@@ -107,12 +123,7 @@ javax.ws.rs.client
|
||||
javax.ws.rs.container
|
||||
javax.ws.rs.core
|
||||
javax.ws.rs.ext
|
||||
javax.xml.bind
|
||||
javax.xml.bind.annotation
|
||||
javax.xml.bind.annotation.adapters
|
||||
javax.xml.bind.attachment
|
||||
javax.xml.bind.helpers
|
||||
javax.xml.bind.util
|
||||
javax.ws.rs.sse
|
||||
javax.xml.registry
|
||||
javax.xml.registry.infomodel
|
||||
javax.xml.rpc
|
||||
@@ -122,12 +133,3 @@ javax.xml.rpc.handler.soap
|
||||
javax.xml.rpc.holders
|
||||
javax.xml.rpc.server
|
||||
javax.xml.rpc.soap
|
||||
javax.xml.soap
|
||||
javax.xml.ws
|
||||
javax.xml.ws.handler
|
||||
javax.xml.ws.handler.soap
|
||||
javax.xml.ws.http
|
||||
javax.xml.ws.soap
|
||||
javax.xml.ws.spi
|
||||
javax.xml.ws.spi.http
|
||||
javax.xml.ws.wsaddressing
|
||||
|
||||
Reference in New Issue
Block a user