GithubHelp home page GithubHelp logo

vertx-ext-parent's People

Contributors

cescoffier avatar gchauvet avatar pmlopes avatar purplefox avatar tsegismont avatar vietj avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vertx-ext-parent's Issues

Change surefire-plugin configuration to allow 'argLine' injection

The maven jacoco plugin requires a slightly different configuration of the surefire plugin to inject the Jacoco Agent attachment.

The following configuration should be ok:

<argLine>${argLine} -server -Xmx1200M</argLine>

Then, jacoco compute it's own argLine prepended to the surefire configuration.

Unit test with IntelliJ problem

Hello,

I encounter a problem to execute unitary test with IntelliJ since v17 of vertx-ext-parent due to a message "Erreur : impossible de trouver ou charger la classe principale @{surefireArgLine}".
With v15 of vertx-ext-parent, i was able to execute unit test in IntelliJ without problem.

console with v15:

D:\Java\jdk1.8.0_11\bin\java -ea -Dio.netty.leakDetectionLevel=PARANOID -Didea.launcher.port=7535 "-Didea.launcher.bin.path=D:\JetBrains\IntelliJ IDEA Community Edition 14.1\bin" -Dfile.encoding=windows-1252 -classpath "D:\JetBrains\IntelliJ IDEA Community Edition 14.1\lib\idea_rt.jar;...1\json-20090211.jar" com.intellij.rt.execution.application.AppMain com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 io.vertx.ext.marklogic.MarklogicClientWriteTest,write_single_xml_document
Starting test: MarklogicClientWriteTest#write_single_xml_document 

Process finished with exit code 0

console with v17:

D:\Java\jdk1.8.0_11\bin\java -ea -Dio.netty.leakDetectionLevel=PARANOID -server -Xmx1200M @{surefireArgLine} -Didea.launcher.port=7537 "-Didea.launcher.bin.path=D:\JetBrains\IntelliJ IDEA Community Edition 14.1\bin" -Dfile.encoding=windows-1252 -classpath "D:\JetBrains\IntelliJ IDEA Community Edition 14.1\lib\idea_rt.jar;D:\JetB...1\json-20090211.jar" com.intellij.rt.execution.application.AppMain com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 io.vertx.ext.marklogic.MarklogicClientWriteTest,write_single_xml_document
Erreur : impossible de trouver ou charger la classe principale @{surefireArgLine}

Process finished with exit code 1

Allow maven project coordinate substitution in asciidoc

Several users have reported a lack in the current documentation. We never give the Maven / Gradle dependency information in the manuals. We definitely should.

So, here is the first step. In order to not hard-code the information in the documentation, we can let asciidoctor to replace some placeholders by the right values.

For instance:

 * .Maven
 * [source,xml,subs="+attributes"]
 * ----
 * <dependency>
 *   <groupId>{maven-groupId}</groupId>
 *   <artifactId>{maven-artifactId}</artifactId>
 *   <version>{maven-version}</version>
 *</dependency>
 * ----

Notice the subs="+attributes" enabling the substitution in code block (disabled by default).

Introduce docgen.sources property

In some projects it can be useful to override this property so that multiple folders can be used. The default value of this property would be ${asciidoc.dir}/*.adoc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.