Manos Batsis
Manos Batsis
Consider a (kotlin) enum: ```kotlin enum class Symbol { FOO, BAR, BAZ } ``` and it's use in some entity: ```kotlin @Entity @Include(rootLevel = true, name = "myentity") class MyEntity(...
Fixes #767 There is no easy way to control target country randomization when creating IBANs, because both `countryCodeToBasicBankAccountNumberPattern` and `createCountryCodeToBasicBankAccountNumberPatternMap()` are private. This PR adds a `Finance.ibanCountryCodes()` to allow finer...
Trying to get an IBAN using a country code provided by Faker itself results to a null pointer, e.g. `faker.finance().iban(faker.country().countryCode2())` Gives: ``` java.lang.NullPointerException: Cannot invoke "String.length()" because "str" is null...
Using: ``` ``` redefines a RequestMappingHandlerAdapter, with the other instance configured by a third party dpeendency: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter] is defined: expected single matching bean but...
Would be great if the build was updated to produce multiplatform artifacts with [compose-multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/)
Even Premier Support for Java 11 by Oracle has [already ended](https://www.oracle.com/java/technologies/java-se-support-roadmap.html), which is a concern for our clients in banking/finance.
Needed to add/link more data with a Corda Account. After looking at issues, i found https://github.com/corda/accounts/issues/77 where @roger3cev naturally makes the reasonable proposal of using the `linearId`'s `externalId` to map...
The README instructs for v2.0 dependencies, but those do not see m to contain `SelfIssueMembershipFlow` as documented in the same document. Is there __any__ version available where the BNO can...
`ConfigurationService` and `ConfigUtils` should use `CordappContext.config` as described in [CorDapp configuration files](https://docs.corda.net/head/cordapp-build-systems.html#cordapp-configuration-files), or at least provide compatibility with the convention. The current implementation is incompatible with cordapp configuration hooks available,...
It appears `com.r3:vr-db-service` is not publicly accessible: ``` manos@tower:~/git/corda-solutions$ ./gradlew build > Task :bn-apps:ledger-sync:ledger-sync-service:compileTestKotlin FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':bn-apps:ledger-sync:ledger-sync-service:compileTestKotlin'....