Stefan Berger
Stefan Berger
**Is your feature request related to a problem? Please describe.** I have a case where I want to read the first X bytes from the request and route to a...
I have a `dataset.yml` similar to this: ```yaml test_data: - id: 1 created_at: 2021-03-01T00:01:00.00+00:00 ``` The Hibernate class for that would be something like ```java @Entity @Table(name = "TEST_DATA") public...
In my fork I've added status checks with Travis so all Tests are run on pull requests before they are accepted. This prevents users from checking in changes which break...
Fixes #2129 I'm not sure if another method for exposing the original request's cookies is necessary. Otherwise users have to use reflection to read them. Should probably also be cherry-picked...
I have a pom.xml which is structed like this: ```xml 4.0.0 com.mycompany.app my-module 0.0.1-SNAPSHOT 3.2.2 au.com.acegi xml-format-maven-plugin 3.2.2 xml-format xml-format process-sources 2 true true pom.xml CRLF ``` Here's a screenshot...
### Checklist before you being - [X] I am sure that I am already using latest version of Jira Assistant - [X] I had verified that, no similar issues are...