caelum / vraptor4

A web MVC action-based framework, on top of CDI, for fast and maintainable Java development.
http://vraptor.org
Apache License 2.0
349 stars 329 forks source link

Does not work with Wildfly 18.0.0.Final #1142

Open pbaris opened 4 years ago

pbaris commented 4 years ago

I am trying to make it work with Wildfly 18.0.0.Final and i have some issues.

I don't see any progress over a year now. Could you please let me know if the project is discontinued? If yes i should remove it from my stack, otherwise i could resolve my issues and make PR

jonatansalemes commented 4 years ago

I'm asking same thing. Whats the current status of project ?

jonatansalemes commented 4 years ago

I have fixed problems with wildfly 18.

Add: `

com.jslsolucoes
<artifactId>vraptor</artifactId>
<version>4.3.2</version>

`

and excludes another versions if exists in your classpath (dependencies of plugins for example).

pbaris commented 4 years ago

Thanks @jslsolucoes

valeriolopes commented 3 years ago

@jslsolucoes can you make a PR with the changes so they can merge into the official rep?