Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdi-dev] Meeting minutes Nov 23 2021

https://docs.google.com/document/d/1LJgN9UZlSwYASnE-IpaFVw9D7spJoK2J1vlys7AyNG4/edit?pli=1#heading=h.hpaqh0cs396q

[2021-11-23]

Attendees:

  • Scott Stark

  • Ladislav Thon

  • Tomas Langer

  • Matej Novotny

Agenda

  • It looks like we need new releases of the jakarta.enterprise.cdi-api and jakarta.enterprise.lang-model as well as an initial TCK release with the outstanding PRs?

    • Ladislav already did it today

    • The lang-model artifact is being released as part of the cdi-api job

  • CDI TCK release has the version of 4.1.0.x whereas CDI API is 4.0.0

    • We will need to align this and make the TCK 4.0.0 as well

    • No big deal since we have only Alphas ATM

    • Scott will do a 4.0.0.Alpha4 today

  • Merge the pending TCKs for lang model

    • There is one last TODO focused on testing records (Java 16+)

      • We cannot test this ATM since baseline is Java 11

      • We will just add a note to the README

  • Keep the extension TCK PR open for the time being

    • We want to be able to have it tested with either Weld or Quarkus before merging

  • Ladislav will write a blog post about comparison between Lite and Full extension models

    • Based on Ladislav’s StillDI README

  • Portable Extension SPI doesn’t allow to access the Bean object from ObserverMethod while the new SPI does

    • We could extend PE to allows this as well, it shouldn’t be an issue



Back to the top