Stefan

Results 23 comments of Stefan

Hello @nmarra , I have a running example with "ngIf" (and other things like Angular Material) at https://github.com/stefanocke/extension-mechanism-demo. I think the issue with the original sample is that angular is...

I am aware that I don't achieve something like 'global ordering' by the proposed improvements. But when using the sequence number instead of timestamp and by getting the sequence number...

By the way, we seem to agree that sos-restful has some flaws regarding event timestamps. So what is the solution you propose to make it work for 'real life'?

I changed the description and title to make clear it is not my intention to get reliable timestamps.

IMHO, sos-restful is an approach that is based on the transactional guarantees of a relational database. To be more specific: It relies on persisting the aggregate and the domain event...

To prepare for future JDKs, this warning should be fixed.

And when using Groovy: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass$3$1 (file:/C:/java/maven/repository/org/codehaus/groovy/groovy-all/2.4.7/groovy-all-2.4.7-indy.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers...

When passing --illegal-access=debug (or warn) as VM parameter to the build of japkit-examples, further illegal access messages are revealed from / to; - javax.el.BeanELResolver to com.sun.tools.javac.code, com.sun.tools.javac.util - org.codehaus.groovy.reflection.CachedClass to...

Example Stacktrace (with--illegal-access=deny ): ``` [ERROR] java.lang.IllegalAccessException: class javax.el.BeanELResolver cannot access class com.sun.tools.javac.util.List (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @41f686af, cause: class javax.el.BeanELResolver...

- With jdt, there are no warnings related to accessing the compiler API. - Most of the warnings are groovy related then