-
Bug
-
Resolution: Done
-
Major
-
7.2.0.GA
Having a bean class with @ApplicationScoped, which has a none public @PostConstruct and is implementing the following Interface:
@Path("/validated") public interface ValidatedJaxRsInterface { @GET @Valid @Produces(MediaType.APPLICATION_JSON) GreetingModel getHelloGreeting(); }
will result in calling the getHelloGreeting method of the implementation class twice before the @PostConstruct is getting executed.
This issue was present for public @PostConstruct as well and was fixed for those with JBEAP-16688.
- clones
-
RESTEASY-2249 Detect private and protected @PostConstruct methods
- Resolved
- incorporates
-
RESTEASY-2249 Detect private and protected @PostConstruct methods
- Resolved
- is incorporated by
-
JBEAP-17365 [GSS](7.2.z) Upgrade RESTEasy from 3.6.1.SP6 to 3.6.1.SP7
- Closed
- relates to
-
JBEAP-16688 [GSS](7.2.z) @PostConstruct on @ApplicationScoped bean called too late in case @Valid is annotated on a business method
- Closed
-
JBEAP-17705 Upgrade RESTEasy to 3.9.3.Final
- Closed
-
JBEAP-18075 Upgrade RESTEasy to 3.9.1.Final
- Closed