Andreas Häber
Andreas Häber
Looking at the Java implementation, it seems like Metaparticle is bootstrapped by invoking the Containerize method. And that method checks whether it should execute the method itself, or build &...
Glad you like the approach. Fortunately there are some helpful tools to make it easier, like Google's auto-service. See http://www.baeldung.com/java-annotation-processing-builder for a tutorial that also links to docs for auto-service....
@brendandburns started on the annotation processor in the commit above. Got the annotation processor plumbing added including a unit test, but does not work yet.
@brendandburns After trying out a few options with the Java Annotation Processor I found that it is the wrong place to containerize applications. We're inspecting classes (bits and pieces of...
Hi @ahsonkhan, thanks for the reply. It makes sense that you start with Azure Storage since that is an important enabler. We have a system with two layers that work...
The RFC Editor published an RFC for this draft earlier this year: RFC9396 "OAuth 2.0 Rich Authorization Requests" https://datatracker.ietf.org/doc/html/rfc9396
To show the HTML report generated by dependency-check can follow this sample: https://github.com/microsoft/vsts-extension-samples/blob/master/build-results-enhancer/src/enhancer/tab.ts (notice the code block that is commented out which shows how to pull data from an attachment).