Sjoerd Talsma

Results 33 issues of Sjoerd Talsma

**Is your feature request related to a problem? Please describe.** Not necessarily a problem at the moment, but possibly an opportunity for improvement. **Describe the solution you'd like** The Doclet...

improvement

## Expected Behavior Each class should have it's own unit test ## Actual Behavior Not every class has it's own unit test ## Steps to Reproduce the Problem 1. Look...

good first issue

Since we already bundle PlantUML with the doclet, including a few extra libraries may not be so bad to reach an all-in-one solution without depending on graphviz. A working solution...

The [Usage page of UMLDoclet version 1](https://github.com/talsma-ict/umldoclet/blob/develop-v1/docs/USAGE.md) is huge and full of many 'fine grained' settings that blur the overall configuration settings that you actually might care about. Therefore it...

improvement

## Expected Behavior Regular javadoc logging. ## Actual Behavior Log statements are marked as warnings in the maven output: ## Steps to Reproduce the Problem 1. Run doclet in maven....

## Is your feature request related to a problem? Please describe. There is a github action for uploading to coveralls.Unfortunately it doesn't understand jacoco XML output. For the moment we...

## Expected Behavior Aggregated Javadoc generated from the parent maven module. ## Actual Behavior - Breaking Javadoc build (see #157). - Manually having to maintain package references in https://github.com/talsma-ict/context-propagation/tree/develop/.mvn/javadoc which...

## Is your feature request related to a problem? Please describe. No problem, maybe a more standard solution available. ## Describe the solution you'd like If possible replace my context-propagation...

## Is your feature request related to a problem? Please describe. Java 8 allows for cleaner code because: - lambda's - `Optional` - Functional interfaces; i.e. lose our `SnapshotSupplier` in...

enhancement

## Is your feature request related to a problem? Please describe. Grpc `Context` offers a fluent api (starting from the static Context class). Let's see if it could be fully...

enhancement