Blog post author pictures
by Brian Stansberry
I just realized that since the conversion of wildfly.org to the new layout
a few years back, the blog posts no longer display the author's picture.
Before we spend any time investigating restoring that, do any of you:
1) Really want your picture displayed
2) Really not want your picture displayed
I don't know how much effort it would be to display them again (properly
sized, missing picture handled reasonably etc) so before anyone spends any
time investigating I figure I'll get some data.
We used to display and still record other author data (bio, location info
etc) but I'm not personally inclined to restore the display of that other
data as it's prone to going out of date. An image might as well, but that
seems less likely to be a problem, and if it is for someone a solution is
just to send a new picture.
Best regards,
Brian
1 year, 11 months
WildFly 27.0.1 freeze
by Alessio Soldano
Folks,
we're getting close to the WildFly 27.0.1 release.
The freeze date will be Friday 9th December.
Please file any PRs against the 27.x [1] branch and make sure there is an
associated WFLY jira. In the jira for the issue, please make sure the Fix
Version is set to "27.0.1.Final". In case of fixes in WildFly Core, the
branch to use is 19.x [2] and the fix version in WFCORE jira is
"19.0.1.Final".
When opening PRs, please link to any new or already merged PRs against the
main branch.
Please note that the payload is meant to be limited, containing only
critical / CVEs fixes, safe fixes explicitly asked by community members,
component upgrades addressing similar issues.
Should you have any questions, please let me know.
Thanks
[1] https://github.com/wildfly/wildfly/tree/27.x
[2] https://github.com/wildfly/wildfly-core/tree/19.x
--
Alessio Soldano
Manager, Software Engineering
Red Hat <https://www.redhat.com>
<https://www.redhat.com>
1 year, 11 months
Another day, another CDI Extension issue :)
by Jason Lee
I'm trying to add a module for MP Telemetry support, and I'm running into a
CDI injection issue that is identical, at least in terms of error
reporting, to the issue that I ran into with the OpenTelemetry module. One
would think that I could just do to this module what I did to the other and
the problem would be solved, but, sadly, that has not been the case so far.
I'm asking here to help with both visibility (external and internal) and
archiving. :)
Before I get into describing the problem, the code can be found at
https://github.com/jasondlee/wildfly/tree/WFLY-17156. Note that I'm using a
local build of smallrye-opentelemetry as I have some changes that are
needed and for which a PR has been opened (
https://github.com/smallrye/smallrye-opentelemetry/pull/174).
With that, here's the error message:
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that
failed:" => {"Operation step-2" => {"WFLYCTL0080: Failed services" =>
{"jboss.deployment.unit.\"service1-1.0-SNAPSHOT.war\".WeldStartService" =>
"Failed to start service
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408:
Unsatisfied dependencies for type OpenTelemetryConfig with qualifiers
@Default
at injection point [UnbackedAnnotatedField] @Inject
io.smallrye.opentelemetry.implementation.cdi.OpenTelemetryProducer.config
at io.smallrye.opentelemetry.implementation.cdi.
OpenTelemetryProducer.config(OpenTelemetryProducer.java:0)
"}}}}
I've gone so far as to copy and paste the module definitions from
opentelemetry to microprofile-telemetry, with those definitions being here:
OpenTelemetry:
-
https://github.com/jasondlee/wildfly/blob/WFLY-17156/ee-feature-pack/comm...
-
https://github.com/jasondlee/wildfly/blob/WFLY-17156/ee-feature-pack/comm...
MicroProfile Telemetry:
-
https://github.com/jasondlee/wildfly/blob/WFLY-17156/microprofile/galleon...
-
https://github.com/jasondlee/wildfly/blob/WFLY-17156/microprofile/galleon...
I've also compared the modules exported in my dependency processor DPU:
-
https://github.com/jasondlee/wildfly/blob/WFLY-17156/observability/opente...
-
https://github.com/jasondlee/wildfly/blob/WFLY-17156/microprofile/micropr...
The CDI Extension (
https://github.com/jasondlee/wildfly/blob/WFLY-17156/microprofile/micropr...)
is actually running and the bean is added, but there's something not quite
right about (I'm guessing) the module dependencies and/or exports that I'm
just not seeing. I spent pretty much all of yesterday and all of today so
far digging and comparing, but I'm not finding anying, so here I am once
again asking for help. :)
I really need two things: 1) A solution to the problem, and 2) Any tips on
tracking down these kinds of issues would be GREAT! :) Matej, in helping me
last time, said I'd need "a magic wand, a CDI scrying orb, and at least two
rubber ducks". If any of you have spares lying around, I can give you my
shipping address. :)
Thanks.
Jason Lee
Principal Software Engineer
Red Hat JBoss EAP
2 years