-
1. Re: upgrade JBeret version in JBoss EAP 7.x
cfang Jul 17, 2018 8:52 AM (in response to crettig)For official EAP support issues, please go through Red Hat support channel. In this community JBeret space, we are happy to discuss issues and provide best-effort help with no SLA.
We currently have plan to upgrade JBeret in WildFly: [WFLY-10662] Upgrade JBeret from 1.3.0.Final to 1.3.1.Final - JBoss Issue Tracker
In the pull request details, you can examine what changes are.
There is also plan to patch JBeret in EAP: [JBEAP-14952] [GSS](7.1.z) Upgrade jberet to 1.2.6.Final - JBoss Issue Tracker
Hope that helps.
-
2. Re: upgrade JBeret version in JBoss EAP 7.x
crettig Jul 18, 2018 3:40 AM (in response to cfang)Hello,
I think my question was misleading as its not an official support request: I was just wondering if it would be possible to replace an existing JBeret module with a newer one.
From your answer I assume that this is not possible as it need developer effort to provide a JBeret module with a newer version in a eap. So I would think that if I want to use a newer JBeret version
then I will have to go with wildfly instead of eap?
chris
-
3. Re: upgrade JBeret version in JBoss EAP 7.x
cfang Jul 18, 2018 10:42 AM (in response to crettig)For JBoss EAP in production, I would not recommend replacing jberet module with newer version, since it may cause unexpected behavior and make it unsupportable. For development use, whether a newer version of jberet-core module works in your EAP or WildFly installation varies case by case. In general, if the vesion numbers are close, then it's more likely to work, by simply replacing jberet-core jar file, and updating the jberet-core version number in the module.xml for jberet-core module.
-
4. Re: upgrade JBeret version in JBoss EAP 7.x
crettig Jul 19, 2018 5:30 AM (in response to cfang)Hello,
one last question on this: replacing the jberet-core jar will probably not give me the brand new admin interface you announced recently?
chris
-
5. Re: upgrade JBeret version in JBoss EAP 7.x
cfang Jul 19, 2018 8:01 AM (in response to crettig)Replacing jberet-core will not affect WildFly Admin Console.