yanavasileva

Results 220 comments of yanavasileva

- [ ] Can I run the docker CI from the wildfly branch?

#### Release notes * https://www.wildfly.org/news/2024/01/25/WildFly31-Released/ * https://www.wildfly.org/news/2023/10/18/WildFly30-Released/ * `During the WildFly 30 development cycle we moved the [main WildFly source code](https://github.com/wildfly/wildfly) and the [WildFly Core source code](https://github.com/wildfly/wildfly-core) from the Lesser...

Code marked for removal * `getServiceTarget()` in `org.jboss.as.server.deployment.DeploymentPhaseContext` has been deprecated and marked for removal * use `getRequirementServiceTarget()` * `getServiceTarget()` in `org.jboss.as.controller.OperationContext` has been deprecated and marked for removal *...

While looking for best practices and how to revamp the subsystem, the usage of deprecated API gets in a way. Next steps: * create prototype to get rid of as...

Notes: * some deprecated (JBoss) API can't be dropped as WildFly library still uses it: https://github.com/camunda/camunda-bpm-platform/pull/4044/commits/b94dc9d26adea0fe9f3a3ae657d139703f9dcce3 * 🟡/🟢 With [more adoption of the latest API](https://github.com/camunda/camunda-bpm-platform/pull/4044/commits/de3256cbcaf60ee99a4e8ad1bda2bd99b3ca2f8c) the previous error seems to...

## Kickoff WildFly 31 * https://www.wildfly.org/news/2024/01/25/WildFly31-Released/ >Subsystem authoring — WildFly Core 23 now includes two new Maven modules, subsystem and service. Both of these aim to make developing and maintaining...

@tasso94, ping for risk assessment. * Define phase is done after we conducted kickoff and breakdown competed (last point of previous comments)

Closing as done, testing can be completed with the release testing.

Changes are merged and will be available to test with the next alpha release: `7.22.0-alpha3` scheduled for **Edit:** ~~July~~ June.

Notes from innovation week: * I didn't find any docs beside javadocs in the classes * Overall the issue with usage of non-encapsulated service is still problematic. We will need...