ptitbob / swagger-ui-integration

Swagger core and Swagger UI integration effortless for Java EE application
GNU Lesser General Public License v3.0
4 stars 2 forks source link

New Relase with swagger-ui:3.x.x #1

Closed Tibor17 closed 6 years ago

Tibor17 commented 6 years ago

Would you make a new release of swagger-ui-integration with swagger-ui:3.x.x? Thx.

Tibor17 commented 6 years ago

@ptitbob Would you upgrade your project with swagger 3.x and make release?

ptitbob commented 6 years ago

Hello, i'll try to update before chrismas :) My professional stuffs was get me away from this project. Thanks to you for making me come back :) - it'll be fun :)

eriskooo commented 6 years ago

It would be great to have option to use form-based auth with JAAS on wildfly -> somehow adding JSESSION id cookie to each request.

Tibor17 commented 6 years ago

@ptitbob Do you need a help from us? Should we create a PR. Where is it good to start from?

kaushalsmile08 commented 6 years ago

With 1.0 version i am getting below error. javax.servlet.ServletException: Servlet.init() for servlet com.walmart.services.mosaic.imslite.router.service.SimpleApplicationConfiguration threw exception org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:502) org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1132) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684) org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1539) org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1495) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) java.lang.Thread.run(Thread.java:748) root cause

com.sun.jersey.spi.inject.Errors$ErrorMessagesException com.sun.jersey.spi.inject.Errors.processErrorMessages(Errors.java:170) com.sun.jersey.spi.inject.Errors.postProcess(Errors.java:136) com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:199) com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:765) com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:760) com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:489)

Tibor17 commented 6 years ago

@ptitbob Here is PR https://github.com/ptitbob/swagger-ui-integration/pull/2 Who seconds testing the PR?

ptitbob commented 6 years ago

Hi I just integrated version upgrading that you made. grateful thanks for this upgrade. I think i'll be create version 1.1 with this. And i'll come back to ths project for several update : first split for separate API from implementation, and after upgrade JavaEE version for version 8.0. This move for the version 2 of Swagger integration. For the swagger integration version 3, the target was Jakarta EE, and especially for microprofile. :) keep connect. And if you want to play, join us soon.

Tibor17 commented 6 years ago

Pls do not make the release yet. I tested 1.1-SNAPSHOT with swagger-ui-integration-test and the screen is displayed without CSS as it seems. I only changed the versions of swagger-core:1.5.19 and swagger-ui-integration:1.1-SNAPSHOT in the test application swagger-ui-integration-test.

On Sat, May 12, 2018 at 11:04 PM, François Robert notifications@github.com wrote:

Hi I just integrated version upgrading that you made. grateful thanks for this upgrade. I think i'll be create version 1.1 with this. And i'll come back to ths project for several update : first split for separate API from implementation, and after upgrade JavaEE version for version 8.0. This move for the version 2 of Swagger integration. For the swagger integration version 3, the target was Jakarta EE, and especially for microprofile. :) keep connect. And if you want to play, join us soon.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ptitbob/swagger-ui-integration/issues/1#issuecomment-388582725, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_yRzShECVT4exrXHyrCSv2lhDwJr1Lks5tx05KgaJpZM4QSbVW .

-- Cheers Tibor

Tibor17 commented 6 years ago

Pls see next PR https://github.com/ptitbob/swagger-ui-integration/pull/3 where GUI works as expected.