Skip to content
View BorisDaich's full-sized avatar
  • Boris Daich Consulting
  • Israel
Block or Report

Block or report BorisDaich

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. experiments experiments Public

    different experiments, Tech evaluations, attempts to solve specific problem

    Java

  2. vault-maven-plugin vault-maven-plugin Public

    Forked from DecipherNow/vault-maven-plugin

    A Maven plugin that extracts secrets from Vault and populate Maven properties.

    Java

  3. vz-public-apps vz-public-apps Public

    hosting of the VocalZoom WebStart based apps distribution

  4. camel sample Junit test - how to rep... camel sample Junit test - how to replace a pollEnrich call to a 3rd party service in an existing Route with a constant
    1
    package biz.daich.learning.camel;
    2
    
    
    3
    import org.apache.camel.builder.AdviceWithRouteBuilder;
    4
    import org.apache.camel.builder.RouteBuilder;
    5
    import org.apache.camel.component.mock.MockEndpoint;
  5. Test_oncompletion_agregate.java Test_oncompletion_agregate.java
    1
    package biz.daich.learning.camel;
    2
    
    
    3
    import org.apache.camel.builder.RouteBuilder;
    4
    import org.apache.camel.component.mock.MockEndpoint;
    5
    import org.apache.camel.processor.aggregate.GroupedBodyAggregationStrategy;
  6. patrickpr/YAOG patrickpr/YAOG Public

    Yet Another Openssl GUI : Qt based openssl GUI to create CSR, certificates, keys (RSA / DSA / EC)

    C 106 11