-
1. Re: Update undertow in wildfly 8.2
ctomc Apr 28, 2015 7:38 AM (in response to thomasge)Just update the old jars with new one in
- io.undertow.core
- io.undertow.jsp
- io.undertow.servlet
- io.undertow.websocket
modules
there should be no issues if you stay on 1.1.x versions.
-
2. Re: Update undertow in wildfly 8.2
thomasge Apr 28, 2015 9:12 AM (in response to ctomc)Thanks. I'll try it.
-
3. Re: Update undertow in wildfly 8.2
scyta1e Apr 29, 2015 5:46 PM (in response to thomasge)I'm facing a similar challenge I need fixes from undertow 1.1.2 (specifically UNDERTOW-351 ). I have tried replacing 1.1.3 for undertow core/servlet/websocket. For jsp I tried leaving the jastow-1.0.0 .Final.jar (I also tried jastow-1.1.1-Final.jar).
I found that my original problem was resolved but for some reason I can't login to the management web console - it just blocks with initial loading progress bar - no obvious errors on the UI or the server.
I would be interested to hear if anyones successfully upgraded undertow 1.1.x without side effects.
-
4. Re: Update undertow in wildfly 8.2
tole42 May 4, 2015 9:03 AM (in response to scyta1e)I have the same issue as Chris Hewitt (updated undertow core/servlet/websocket to 1.1.3). Is there any solution?
-
5. Re: Update undertow in wildfly 8.2
ctomc May 4, 2015 11:18 AM (in response to tole42)Guys, you can try 9.0.0.CR1 that we released on Friday.
-
6. Re: Update undertow in wildfly 8.2
marks1900 May 6, 2015 2:26 PM (in response to ctomc)I have been unable to find any documentation on updating/upgrading Undertow on Wildfly. Also, the only link to libraries I found was on Maven Central Site (http://undertow.io/downloads.html > http://search.maven.org/#search|ga|1|g%3A%22io.undertow%22). Is there any documentation on upgrading these Undertow Modules?
Undertow Module Jars for Wildfly 8.2.0.Final:
wildfly-8.2.0.Final/modules/system/layers/base/io/undertow/core/main/undertow-core-1.1.0.Final.jar
wildfly-8.2.0.Final/modules/system/layers/base/io/undertow/jsp/main/ecj-4.3.1.jar
wildfly-8.2.0.Final/modules/system/layers/base/io/undertow/jsp/main/jastow-1.0.0.Final.jar
wildfly-8.2.0.Final/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.1.0.Final.jar
wildfly-8.2.0.Final/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.1.0.Final.jar
Undertow Module Jars for Wildfly 9.0.0.CR1:
wildfly-9.0.0.CR1/modules/system/layers/base/io/undertow/core/main/undertow-core-1.2.4.Final.jar
wildfly-9.0.0.CR1/modules/system/layers/base/io/undertow/jsp/main/jastow-1.1.1.Final.jar
wildfly-9.0.0.CR1/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.2.4.Final.jar
wildfly-9.0.0.CR1/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.2.4.Final.jar
-
7. Re: Update undertow in wildfly 8.2
jkomulai Jun 18, 2015 6:02 AM (in response to ctomc)Is undertow 1.2.x compatible with WF 8.2?
-
8. Re: Update undertow in wildfly 8.2
epeters Jun 19, 2015 12:31 PM (in response to jkomulai)As to updating within the 1.1.x branch of Undertow, if you look at the actual changes from 1.1.0-Final and up, you'll find it's just bug-fixes. The problem I'm facing is that not all bug fixes make it back into 1.1.x, and some of what hasn't made it into 1.1.x is important for our servers here.
It's been suggested that I move from Undertow 1.1.x to 1.2.8, but I too face the dilemma of figuring out if Wildfly 8.2 will work reliably with the Undertow 1.2.x branch. I'd like to know if that can be done without needing to upgrade all of Wildfly - the goal here is to make a stable/reliable platform so I'd like to minimize how much of the Wildfly package gets updated. Can we get away with updating just the Undertow Jars, or will more be needed?
//EricP
-
9. Re: Update undertow in wildfly 8.2
guru.1306 Jun 22, 2015 4:57 AM (in response to ctomc)I have upgraded the undertow jar files to 1.1,2 but the management console is not loading. Is there a way to fix this or debug it?
Thanks
Guru
-
10. Re: Update undertow in wildfly 8.2
epeters Jun 22, 2015 5:22 PM (in response to guru.1306)Prashanth, did you upgrade to 1.1.2 or to 1.2.x? I've seen no problems with using 1.1.4 on our servers, but in fairness we don't make regular use of the management console.
Honestly, if you updated within the 1.1.x branch, go ahead and upgrade to 1.1.5. There's some fixes in it which I'd consider significant for servers dealing with memory constraints.
Where I stand with my own projects:
Undertow 1.1.5 was just cut. It won't fix everything that's been found wrong with Undertow, but it fixes everything that's been identified by my department in the field. As it's still on the same branch, it's unlikely it will add more bugs than it fixes, so my department will use 1.1.5.
//EricP
-
11. Re: Update undertow in wildfly 8.2
guru.1306 Jun 23, 2015 4:42 AM (in response to epeters)Thanks Eric. That works. I am able to load the management console. But the console doesn't display any information about the ear deployed.
~Guru
-
12. Re: Update undertow in wildfly 8.2
swd847 Jun 23, 2015 5:05 AM (in response to guru.1306)I have cut Undertow 1.1.6.Final with a fix for the web console issue.