Strat1987

Results 8 comments of Strat1987

using jdk Using java version 17.0.2.fx-zulu opens the app but still gives an error trying to open the xml file. [2022-02-17 11:32:38] [INFO ] {jgnash.plugin.PluginFactory getDefaultPluginDirectory} Plugin path: /_path_/jGnash/jGnash-3.5.1/plugins/ [2022-02-17...

I'm loading the xml file from Google Drive and since the latest release it seems to be handled as an external Volume on OS X. This can be resolved by...

@SudharakaP would this one be eligible to get a hacktoberfest label?

I'm currently up to 64% and trying to triage on what seems sensible to test, is there any specific target set?

Of the list mentioned above I covered the JdlMetadataService. I have to admit that most of the listed once would take up more time / complexity than I can spare...

Thanks for the quick reply! I've indeed came to a similar conclusion that it behaves the same on the datastore itself. There doesn't seem a method that accepts undefined. I've...

Thanks for your input. I've already tried and failed using CaseOperator.when(Eq.valueOf("field.property")).equalToValue(BsonType.UNDEFINED)).then("undef"), ConditionalOperators.switchCases( CaseOperator.when(Eq.valueOf(IfNull.ifNull("field.property").then("undefined")).equalToValue("undefined")).then("undef"), CaseOperator.when(Gte.valueOf("field.property") .greaterThanEqualToValue(5) .then("gte"), CaseOperator.when(Lt.valueOf("correlationId.priority") .lessThanValue(5) .then("lte") ) .defaultTo("default') Unfortunately it still prints the defaultTo case when there...

@shsteimer Also looking forward to have this up and running again. To me, it is a huge productivity boost when working with AEM!