code-examples icon indicating copy to clipboard operation
code-examples copied to clipboard

A collection of code examples from blog posts etc.

Results 134 code-examples issues
Sort by recently updated
recently updated
newest added

https://github.com/thombergs/code-examples/tree/master/resilience4j/bulkhead ``` F:\nag\DWork\osource\experiments\java\nfrs\resilience\resilience4j\sb\ex3\bulkhead>mvn build [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------< io.reflectoring.resilience4j.bulkhead:bulkhead >------------------------------------ [INFO] Building bulkhead 1.0-SNAPSHOT [INFO] from pom.xml [INFO] ---------------------------------------------------------[ jar ]---------------------------------------------------------- [INFO] -------------------------------------------------------------------------------------------------------------------------- [INFO] BUILD FAILURE [INFO]...

Please review the changes you did in this PR and check these points to make sure that the code examples are of high quality: - [ ] the source branch...

Please review the changes you did in this PR and check these points to make sure that the code examples are of high quality: - [ ] the source branch...

I think it would be a better example for your readers to have a controller base class method like: ```Java private static final NOT_FOUND = ResponseEntity.notFound().build(); protected Mono OkOrNotFound(Mono result){...

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0. Changelog Sourced from dns-packet's changelog. Version 5.4.0 - 2022-06-14 Feature: Added support for the SSHFP record type. Version 5.2.0 - 2019-02-21 Feature: Added support...

dependencies
javascript

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache), [handlebars](https://github.com/wycats/handlebars.js), [@pact-foundation/pact](https://github.com/pact-foundation/pact-js) and [@pact-foundation/pact-node](https://github.com/pact-foundation/pact-node). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced...

dependencies
javascript

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies
javascript

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [@pact-foundation/pact](https://github.com/pact-foundation/pact-js) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog....

dependencies
javascript

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [@pact-foundation/pact](https://github.com/pact-foundation/pact-js). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies
javascript

Bumps hsqldb from 2.4.0 to 2.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hsqldb:hsqldb&package-manager=maven&previous-version=2.4.0&new-version=2.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java