Grégory Fernandez
Grégory Fernandez
Since version 0.7, sourcemaps are not relative paths anymore. Was working perfectly before. Step to reprodruce 1/ Write a small AngularApp using browserify 2/ Create the bundle using "browserify --debug...
Hi, fix #358 I choose to use a post-processor to convert span to tag : * `Underline` -> `Underline` * `Strikethrough` -> `Strikethrough` This post-processor is named fixHtmlTags. It parses...
Hi, When using asciidoc syntax : * `[.underline]#Underline#` * `[.line-through]#Strikethrough#` Text is not underlined or striked through in Confluence :  Generated html is : * Underline : `Underline` *...
Fix for #856 : * Adding resourceType to QuerySpec.equals. * Fix TU failing
* Update DocumentMapperUtil.getRequestedFields to read requested fields on super type. * Add test case. Resolve #852
* Update gradle to 6.9.2 * Update version: plugin gradle-git-publish 3.0.0 -> 3.0.1 * Update build: plugin maven has been renamed: maven -> maven-publish * Update version: library net.jodah:typetools 0.6.2...
2 query parameters 'fields' on different resources but on the same set of fields cancel the last one
# Issue **Given** a resource named `main` having two related resources of type `a` and `b`. **When** requesting `main` using `fields[a]=label` and `fields[b]=label` **Result** all fields of resource `b` are...
When using request parameter field, if specifying a super type of the resource requested, the parameter is not taken into account. Let's define two resources, SuperTask and SpecialTask, the latter...
Just run `./gradlew clean build` And get : Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details Configuration on demand is an incubating feature....
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version * Pulsar 3.0.1 * Java Client 3.0.1 ### Minimal reproduce step . Configure...