{"id":64434,"library":"geronimo-interceptor-1-2-spec","title":"Geronimo Interceptor 1.2 Spec","description":"Apache Geronimo implementation of the Java Interceptor API 1.2 specification.","status":"active","version":"1.2","language":"java","source_language":null,"source_url":"http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-interceptor_1.2_spec-1.2","tags":["java","interceptor","spec","geronimo"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.geronimo.specs</groupId>\n  <artifactId>geronimo-interceptor_1.2_spec</artifactId>\n  <version>1.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.geronimo.specs:geronimo-interceptor_1.2_spec:1.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Interceptor","correct":"javax.interceptor.Interceptor"}],"quickstart":{"code":"import javax.interceptor.Interceptor;\nimport javax.interceptor.InvocationContext;\n\n@Interceptor\npublic class LoggingInterceptor {\n    public Object log(InvocationContext ctx) throws Exception {\n        System.out.println(\"Calling method: \" + ctx.getMethod().getName());\n        return ctx.proceed();\n    }\n}","lang":"java","description":"Define a simple interceptor using the javax.interceptor API."},"warnings":[{"fix":"Use jakarta.interceptor:jakarta.interceptor-api for Jakarta EE 9+.","message":"This spec is outdated; consider using Jakarta Interceptors 2.x for modern Java EE/Jakarta EE.","severity":"breaking","affected_versions":">=1.2"}],"env_vars":null,"search_vec":"'1.2':3,13 'apach':5 'api':12 'geronimo':1,6,18 'implement':7 'interceptor':2,11,16 'java':10,15 'spec':4,17 'specif':14","created_at":"2026-06-17T16:55:53.563780+00:00","updated_at":"2026-06-17T16:55:53.563780+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://geronimo.apache.org/maven/specs/geronimo-interceptor_1.2_spec/1.2","github":null,"docs":"https://appdoc.app/artifact/org.apache.geronimo.specs/geronimo-interceptor_1.2_spec/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}