回覆: question on openapi ( 9.0.0rc1-mp )

2022-11-24 Thread W.H. Tsang
Hi, Thanks alot. I have downloaded tomee-4117, compiled and tried. I confirmed the /openapi can generated the api spec. However, it still find some questions. I have created 3 projects ( web, api, impl ) as attached. First, I create "HelloService.class" in web project and expose in /api/hello/ S

Behaviour change between TomEE 8.0.12 and TomEE 8.0.13

2022-11-24 Thread COURTAULT Francois
Hello, I have a REST WS endpoint with the annotation @Path( v1/xxx/{ZZZ}" ) Using TomEE 8.0.11, if I target v1/xxx, I get a 404 but with TomEE 8.0.13, I get a 500. Are you aware of this issue ? Is it a bug according to you ? Best Regards.

Behaviour change between TomEE 8.0.11 and TomEE 8.0.13

2022-11-24 Thread COURTAULT Francois
Hello, I have a REST WS endpoint with the annotation @Path( v1/xxx/{ZZZ}" ) Using TomEE 8.0.11, if I target v1/xxx, I get a 404 but with TomEE 8.0.13, I get a 500. Are you aware of this issue ? Is it a bug according to you ? Best Regards.