Rafael Chaves
Rafael Chaves
This prevents using `chrome-trace`profiler with Gradle itself. Just hit this with 0.19. ``` org.gradle.api.InvalidUserCodeException: Listener registration 'Gradle.addListener' by build is unsupported. at org.gradle.configurationcache.initialization.DefaultConfigurationCacheProblemsListener.onBuildScopeListenerRegistration(ConfigurationCacheProblemsListener.kt:168) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)...
# Design notes ## Cases where an optional should be used ### elvis operator ``` expr1 ?: expr2 ``` If exp2 is required: ``` Optional.of(expr1).orElseGet(() -> expr2) ``` If expr2...
Depends on abstratt/textuml#130
cc: @atanaka
Also, the init-project fails to convert (or escape) on-ASCII characters to ISO-8859-1 when generating the mdd.properties file.
The init-project command creates a mdd.properties file. You can still use this command as it is right now. There may be issues around showing the application name on the upper...
Note the workaround will only work if it matches the UML model/package name.
Workaround refactor the query to always take parameters for all non-DB data needs, and then create another query that just invokes it with the correct values.
The data is gone in disk, all nodestores have 0 nodes in them.
Note that the derived property was omitted in the metadata as well.