Skip to main content

Jakarta EE Platform Call

Date: 2022-06-07

Present:

  • Jared Anderson (IBM)
  • Emily Jiang (IBM)
  • Tom Watson (IBM)
  • Jan Westerkamp (iJUG)
  • Brian Stansberry (Red Hat)
  • Werner Keil (Individual/Ambassador)
  • Scott Marlow (Red Hat)
  • Arjan Tijms (OmniFaces / Piranha)
  • Cesar Hernández (Tomitribe)
  • Scott Stark (Red Hat)
  • Ivar Grimstad (Eclipse Foundation)
  • BJ Hargrave (IBM)
  • John Clingan (Red Hat)
  • Petr Aubrecht (Payara)
  • Lukas Jungmann (Oracle)
  • Dmitry Kornilov (Oracle)
  • Kenji Kazumura (Fujitsu)

Agenda and Minutes

Jakarta EE 10 Status (standing agenda item)

  • Deprecate Managed Beans in EE 10
    • Deprecate (jakarta.annotation.ManagedBean) Managed Beans
    • Adding @Deprecated to ManagedBean annotation a service release for the common annotation spec
    • Test in platform TCK with @ManagedBean
      • com.sun.ts.tests.appclient.deploy.metadatacomplete.testapp
      • com.sun.ts.tests.appclient.deploy.metadatacomplete.testapp.files
      • com.sun.ts.tests.ejb30.assembly.appres.common
      • com.sun.ts.tests.ejb30.assembly.mbean.appclient
      • com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
      • com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
      • com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
      • com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
      • com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecyclecdi
      • com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecyclecdijsf
      • com.sun.ts.tests.ejb30.misc.moduleName.appclientejb
      • com.sun.ts.tests.ejb30.misc.moduleName.twojars
      • com.sun.ts.tests.ejb30.misc.moduleName.twowars
      • com.sun.ts.tests.jaxrs.platform.managedbean
      • com.sun.ts.tests.jms.ee20.cditests.ejbweb
  • Platform TCK is passing Full Platform
    • Two Web Profile signature test failures (Concurrency)
    • Glassfish passed the platform TCKs but not standalone TCKs
  • JSON-B CDI Java SE issue (https://github.com/eclipse-ee4j/jsonb-api/issues/326)
    • Scott S to provide a PR to address this issue (e.g. test group etc) Note: UserGuide should be updated to include group name(s), the way one can be in/excluded etc - sync with David(Verdent) as he may have this in progress already
  • Authentication TCK team has pending work to do to fix bug running old TCK
    • We just need to merge the old TCK tests into the Authentication git repo project and release a new module. Will do a service release of Authentication TCK, with just one bundle.
  • GlassFish team has pending Concurrency (server side) changes to make
    • Work cannot just be copied from Payara project due to license used
  • Concurrency team has Standalone tck challenges to process that could be accepted now via lazy consensus
  • Still getting BV/CDI 503 failures on JBoss Nexus repo.
  • DI spec
    • Does it make sense to merge into CDI?
      • More discussion to happen

jQA dependency analysis report update

  • https://github.com/eclipse-ee4j/jakartaee-api/issues/125#issuecomment-1146002593

Back to the top