naude-r

Results 17 comments of naude-r

@jvalkeal how do you generate the current ascii diagram?

@jvalkeal Thank you. the samples can print an ascii diagram using the "print" command. it seems to work with: ``` @Qualifier("stateChartModel") ``` how is that processed? can take a stab...

> I adopted your PR, but slightly changed the implementation: Resources are kept in a separate map, because resource names are structured differently than class names, and should thus not...

@aunkrig We use ISimpleCompiler and cache the compiled class. The jar is optionally build only much later (minutes or even hours). We will need to store the map from ICookable::getBytecodes...

bytebuddy seems to use the same mechanism, ie using getResourceAsStream: https://github.com/raphw/byte-buddy/blob/master/byte-buddy-dep/src/main/java/net/bytebuddy/dynamic/ClassFileLocator.java#L367

@aunkrig Thank you for your patience, that it totally understandable.

PR #146 was added with support for SCRAM-SHA-256. @vijeyanidhi can you please apply the PR and check if it works for you? a sample auth.json file: ``` { "mode": "SASL",...

@naushadh thank you for the response. yes, the PR did solve the issue. unfortunately we've since moved on to other solutions and do not require this anymore.