Jboss Jakarta Interceptors API

Jakarta Interceptors defines a means of interposing on business method invocations and specific events—such as lifecycle events and timeout events—that occur on instances of Jakarta EE components and other managed classes.

License

License

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.spec.javax.interceptor
ArtifactId

ArtifactId

jboss-interceptors-api_1.2_spec
Last Version

Last Version

2.0.0.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Jboss Jakarta Interceptors API
Jakarta Interceptors defines a means of interposing on business method invocations and specific events—such as lifecycle events and timeout events—that occur on instances of Jakarta EE components and other managed classes.
Project URL

Project URL

https://github.com/jboss/jboss-jakarta-interceptors-api_spec
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

https://github.com/jboss/jboss-jakarta-interceptors-api_spec.git

Download jboss-interceptors-api_1.2_spec

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec/ -->
<dependency>
    <groupId>org.jboss.spec.javax.interceptor</groupId>
    <artifactId>jboss-interceptors-api_1.2_spec</artifactId>
    <version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec/
implementation 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:2.0.0.Final'
// https://jarcasting.com/artifacts/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec/
implementation ("org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:2.0.0.Final")
'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:2.0.0.Final'
<dependency org="org.jboss.spec.javax.interceptor" name="jboss-interceptors-api_1.2_spec" rev="2.0.0.Final">
  <artifact name="jboss-interceptors-api_1.2_spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.spec.javax.interceptor', module='jboss-interceptors-api_1.2_spec', version='2.0.0.Final')
)
libraryDependencies += "org.jboss.spec.javax.interceptor" % "jboss-interceptors-api_1.2_spec" % "2.0.0.Final"
[org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec "2.0.0.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

JBoss Jakarta Interceptors

This is fork of Jakarta Interceptors, with few extra fixes to make it work better inside WildFly.

Upstream used: https://github.com/eclipse-ee4j/interceptor-api

Building

Jakarta Interceptors can be built by executing the following from the project root:

mvn clean package

The API jar can then be found in /api/target.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About Jakarta Interceptors

Jakarta Interceptors defines a means of interposing on business method invocations and specific events—such as lifecycle events and timeout events—that occur on instances of Jakarta EE components and other managed classes.

Versions

Version
2.0.0.Final
2.0.0.CR2
2.0.0.CR1
1.0.1.Final
1.0.0.Final
1.0.0.Alpha3
1.0.0.Alpha2
1.0.0.Alpha1