* New licensing module to contain licensing info and HELIDON_THIRD_PARTY_LICENSES.xml
* Add third-party-license-report execution to helidon-maven-plugin
* Update surefire and failsafe to 3.0.0-M5
Remove dependencies on jupiter-engine, and junit-platform-surefire-provider
* disable module path for surefire and failsafe
* version.lib.surefire.testng to 3.0.0-M5
remove duplicates dependencies in tests/integration/mp-grpc/pom.xml
suppress warnings in top level pom
* add back junit-jupiter-engine
* add junit:junit in config/jgit as jgit.junit requires junit4
* add junit-jupiter-api to database-se archetype
* Upgraded to the latest version of the Eclipselink Maven plugin and aligned Eclipselink version to correspond with it.
* Fixed Pokemon example which was using EclipseLink weaving but a Hibernate runtime.
* Removed commented out code.
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* Native image update
* Remove use of AutomaticFeature (unsupported API)
* Remove use of context impl (unsupported API)
* Using a third-party classpath scanning tool
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
* Properly stop wiremock after rest-client tcks
* Bump wiremock maven plugin to version which supports stop goal
* Javadoc fix
* Switch from MultiFromOutputStream to IoMulti
* Add module-info.java
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
* save work
* Create archetype catalog.
Flatten the existing archetypes in a single directory layout
Add integration tests for the archetypes
* remove 'All rights reserves from copyright headers'
* Add modelVersion and name attributes to both catalog and archetype descriptor.
Update catalog to use latest refined model.
* Update maven dependency plugin to support dependency:analyze with Java 11
* Remove internal-test-libs
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
* Dependency convergence + jakarta libraries.
* Tests for jar and module path fro MP.
* Dependency fixes to resolve javadoc issues.
* Fixed the command line scripts that validate classpath and module path.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
* Remove work-around for building maven-javadoc-plugin 3.2.0
* Restore dependency on sitegen-maven-plugin
* Update BUILDDOCS to reflect latest site changes
* Java 11 javadoc fixes. Turn on failOnError
* Switch to javadoc aggregate goal. Docs are generated as part of site lifecycle
* Update build.sh to build aggregated javadocs after build
* Cleanup based on PR feedback
* Removed requires java.activation
* Update jpa-cdi module-info
* Javadoc: update webclient module-info. Restore webserver dep in native-image-extension
* Update build.sh to use tagged release of javadoc-pluing
Docs: update pre-reqs, change Java references to 11
Cleanup bom/pom.xml, remove use of project.version
Update quickstart Dockerfiles to maven:3.6.3-jdk-11 and openjdk:11-jre-slim
Update quickstart build.gradle to Java 11 and work with Gradle 6
Update build tools to 1.1.1.
Update helidon-maven-plugin to 1.1.1
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Work around issues with the reduced pom created by maven-shade-plugin.
See https://issues.apache.org/jira/browse/MNG-5899
Inline the reduced dependencies in the original pom.
Turn-off reduced pom generation.
Update microprofile/weld/pom.xml
Build fixes after repackaging weld.
Build fix - spotbugs exclude missing.
Simplify build and runtime events.
Using predefined priorities.
Validations for all modules in test.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
* Removed com.google.protobuf:protobuf-java dependency; it becomes 4th party as it is used by io.grpc:grpc-protobuf.
* Updated com.typesafe:config version from 1.3.3 to 1.4.0.
* Removed unnecessary junit dependency.
* Updated jgit from 4.9.0.201710071750-r to 5.5.1.201910021850-r.
* Updated etcd4j from 2.16.0 to 2.17.0.
* Change jgit version to v4.11.9.201909030838-r.
* Change jgit version to 4.11.9.201909030838-r.
* Change jgit version to 4.9.9.201903122025-r.
* Add com:jcraft.jsch:0.1.55 dependency to update version used by jgit.
* Update automatic module "protobuf.java" name to "com.google.protobuf".