Frank Jakop

Results 15 issues of Frank Jakop

I've trouble testing this with Firefox (latest). I tested http://localhost:8080/sse/mvc/words and * FF always downloads a file on SSE * no network activity is displayed Do you know this behaviour...

**version**: 1.8.0 **usage context**: maven command line: 3.8.3 **Problem description**: I create a non-default branch, e.g. _dev/feature_, do a commit on this branch and tag this commit with an annotated...

**Context** - jGitVer 1.7.0 - maven 3.6.3 **Problem description**: The README states a common pitfall when hosting the maven local repo (MLR) below the root folder of the reactor execution...

enhancement
good first issue

**version**: 1.4.4 **usage context**: - [x] maven command line: 3.6.1 **Problem description**: When building several Maven projects - all with jgitver enabled - via aggregator POM (no jgitver there) the...

blocked by other

spring-boot 2.7.2 As stated in the docs at https://docs.spring.io/spring-boot/docs/2.7.2/reference/html/features.html#features.logging.file-rotation the log file rotates on a per day basis and when it reaches 10MB. This is working fine when configured in...

type: documentation

Some repositories just do not contain a "master" branch, e.g. https://github.com/RobinHerbots/jquery.inputmask. When a repository of this kind is cached, every time a refresh happens, the log ist cluttered wit the...

We're using semantic-release in our projects with many collaborators. When we develop a new feature we're creating a pre-release branch which publishes to a dist-tag named according to this branch...

As developer we're using feature branches to implement story-based features. Typically we do interim commits just for sharing the code with our co-devs for the case of (un)expected absence (vacation,...

I have an endpoint which supports GET and HEAD methods (Spring RestController, GetMapping). When I generate the Typescript only GET method is generated. /** */ async getTask(requestParameters: GetTaskRequest): Promise {...

This is more a question than an issue. I whonder if it was possible to get the exclusions modeled in the graph too. It seems particularly difficult for me, because...