Re: question on openapi ( 9.0.0rc1-mp )

2022-12-01 Thread Jean-Louis Monteiro
: Jean-Louis Monteiro > 寄件日期: 2022年12月1日 21:28 > 收件者: users@tomee.apache.org > 主旨: Re: question on openapi ( 9.0.0rc1-mp ) > > Hi, > > I reworked the SmallRye OpenAPI integration in the server. The short story > is that it uses a Jandex index to find annotations,

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

2022-12-01 Thread W.H. Tsang
Hi, Thanks alot and look forward for the new release. Cheers, Hong. 寄件者: Jean-Louis Monteiro 寄件日期: 2022年12月1日 21:28 收件者: users@tomee.apache.org 主旨: Re: question on openapi ( 9.0.0rc1-mp ) Hi, I reworked the SmallRye OpenAPI integration in the server

Re: question on openapi ( 9.0.0rc1-mp )

2022-12-01 Thread Jean-Louis Monteiro
orrectly. >> but openapi didn't generate the api/oops docs >> >> >> best regards, >> Hong. >> >> -- >> *寄件者:* Jean-Louis Monteiro >> *寄件日期:* 2022年11月24日 4:12 >> *收件者:* users@tomee.apache.org >> *主旨:* Re:

Re: question on openapi ( 9.0.0rc1-mp )

2022-11-28 Thread Jean-Louis Monteiro
pi/oops docs > > > best regards, > Hong. > > -- > *寄件者:* Jean-Louis Monteiro > *寄件日期:* 2022年11月24日 4:12 > *收件者:* users@tomee.apache.org > *主旨:* Re: question on openapi ( 9.0.0rc1-mp ) > > Never mind, I created it https://issues.apache.org/j

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

2022-11-24 Thread W.H. Tsang
onteiro 寄件日期: 2022年11月24日 4:12 收件者: users@tomee.apache.org 主旨: Re: question on openapi ( 9.0.0rc1-mp ) Never mind, I created it https://issues.apache.org/jira/browse/TOMEE-4117 Here is the PR with a minimal happy path itest https://github.com/apache/tomee/pull/978 -- Jean-Louis Monteiro htt

Re: question on openapi ( 9.0.0rc1-mp )

2022-11-23 Thread Jean-Louis Monteiro
>> >> Cheers, >> Hong >> >> Get Outlook for Android<https://aka.ms/AAb9ysg> >> >> From: Jean-Louis Monteiro >> Sent: Saturday, November 19, 2022 12:59:20 AM >> To: users@tomee.apache.org >> Subject: Re: question on openapi ( 9.

Re: question on openapi ( 9.0.0rc1-mp )

2022-11-23 Thread Jean-Louis Monteiro
Sent: Saturday, November 19, 2022 12:59:20 AM > To: users@tomee.apache.org > Subject: Re: question on openapi ( 9.0.0rc1-mp ) > > Hi, > > I've been able to successfully build and test your project. I think I found > a bug in the deployment process and the openapi model does not

Re: question on openapi ( 9.0.0rc1-mp )

2022-11-19 Thread W.H. Tsang
Dear Jean-Louis, Many thanks and have a nice weekend. Cheers, Hong Get Outlook for Android<https://aka.ms/AAb9ysg> From: Jean-Louis Monteiro Sent: Saturday, November 19, 2022 12:59:20 AM To: users@tomee.apache.org Subject: Re: question on openapi ( 9.0.0

Re: question on openapi ( 9.0.0rc1-mp )

2022-11-18 Thread Jean-Louis Monteiro
Hi, I've been able to successfully build and test your project. I think I found a bug in the deployment process and the openapi model does not get generated. I know how to fix it, but I'm in the middle of a CXF mess. I'd like to get this finished before but I'll fix the OpenAPI bug and publish a

Re: question on openapi ( 9.0.0rc1-mp )

2022-11-18 Thread Jean-Louis Monteiro
Hi, Good idea to create a small example. I'll run that and let you know. Jean Louis Le ven. 18 nov. 2022, 05:02, W.H. Tsang a écrit : > Dear Tomee developer, > > > > I am new to microprofile and would like to test the openapi feature. > > I use NetBeans12 and Tomee 9.0.0rc1 microprofile. > >

轉寄: question on openapi ( 9.0.0rc1-mp )

2022-11-17 Thread W.H. Tsang
Dear Tomee developer, I am new to microprofile and would like to test the openapi feature. I use NetBeans12 and Tomee 9.0.0rc1 microprofile. I have created a minimal project with just one jaxrs service. However, I cannot get the openapi spec via http://localhost:8080/openapi. Really