Unfortunately it does. Switching over to another application server at this point would involve even more work than replacing Guice.
On Tuesday, October 27, 2020 at 2:14:20 PM UTC-4 [email protected] wrote: > Does your app need JBoss? I personally prefer Jetty > > On Tue, Oct 27, 2020 at 11:03 AM Patrick Buchheit <[email protected]> > wrote: > >> I already tried looking for answers from the Jboss side with no success. >> The Jboss community forums are read-only now and stackoverflow has yet to >> produce any useful responses. I'm hoping someone here can at least point me >> in the right direction. >> >> On Tuesday, October 27, 2020 at 1:53:05 PM UTC-4 [email protected] >> wrote: >> >>> Perhaps a better question for the JBoss folks. Maybe it conflicts with >>> their CDI impl or something. >>> >>> Bob >>> >>> On Tue, Oct 27, 2020 at 10:41 AM Patrick Buchheit <[email protected]> >>> wrote: >>> >>>> I'm in the process of modernizing one of our legacy applications. As >>>> part of the process, we are migrating from Jboss AS 6 to Wlldfly. Things >>>> were going well until I tried to do a maven build. It turns out wildfly >>>> has >>>> a list of maven dependencies that it 'blacklists' via maven-enforcer and >>>> one of those prohibited dependencies is Guice. >>>> >>>> We use Guice extensively across multiple projects, so simply replacing >>>> it is going to be a huge task. I'm sure I could simply override the maven >>>> enforcer settings to allow guice, but I have no idea WHY it was >>>> blacklisted >>>> and there doesn't seem to be any documentation. >>>> >>>> Has anyone here successfully used guice with a modern (wildfly 8+) >>>> jboss application server? If so, what steps did you have to take to get it >>>> to play nice and not conflict with the native DI implementations from >>>> jboss? >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "google-guice" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/google-guice/716ad8f0-817f-40cf-a07f-1694e91d06ben%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/google-guice/716ad8f0-817f-40cf-a07f-1694e91d06ben%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "google-guice" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-guice/d3150f8f-ad95-43e6-baac-26ef7079da54n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-guice/d3150f8f-ad95-43e6-baac-26ef7079da54n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/2a2c5a22-f5df-4c61-aa2f-5998a412a87bn%40googlegroups.com.
