Rudy De Busscher

Results 35 comments of Rudy De Busscher

I already updated PrimeFaces for this, but it seemed me logical that there was also a `rendered` attribute on `f:facet`.

The Administration console of M8 build still does not work. (JDK 11, Mac OS) ``` [2022-09-28T19:29:43.155900+02:00] [GlassFish 7.0] [SEVERE] [NCLS-CORE-00026] [jakarta.enterprise.system.core] [tid: _ThreadID=135 _ThreadName=Thread-23] [levelValue: 1000] [[ Exception during lifecycle...

Issue is due to Helidon 2.4+ containing older versions of MicroStream (due to Helidon integration and using the Helidon POM import. See https://github.com/microstream-one/microstream/pull/444

The JDK17+ requirement will be very confusing as GF 7 only needs JDK 11. And the claim "I have MicroProfile Config since some time ;)" (made here https://twitter.com/glassfish/status/1577202760734457862) is also...

Based on a discussion on another issue, this might not be desirable. Rollback assumes that the state of the memory is not the primary source but the external storage is....

Hi @c-koell , The exception is expected since the type that is associated with the data when it is stored in the past, does not match with the current types...

We can think about a feature that allows for code changes like in your case as it probably makes sense that at some point you sometimes want to start using...

This all depends on the Java SE versions that are supported by the spec.

> Another thought, shouldn't the @Storage annotation be called @Root or @StorageRoot? Maybe/probably. But I'm just following the same naming which was introduced at first with the CDI integration https://github.com/microstream-one/microstream/blob/master/integrations/cdi/src/main/java/one/microstream/integrations/cdi/types/Storage.java...