Skip to content

Commit

Permalink
misc mp qs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Feb 22, 2024
1 parent 6b811ed commit 03b9c0e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 37 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ build.metadata
*.tgz
/**/nbproject/
.ci/openshift-ci/build-root/scripts/InstallCert/jssecacerts
private.pem
4 changes: 2 additions & 2 deletions microprofile-fault-tolerance/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Add the following properties to the `pom.xml`:

[source,options="nowrap",subs="attributes+"]
----
<version.microprofile.bom>{versionMicroprofileBom}</version.microprofile.bom>
<version.server.bom>{versionServerBom}</version.server.bom>
<version.bom.microprofile>{versionMicroprofileBom}</version.bom.microprofile>
<version.bom.ee>{versionServerBom}</version.bom.ee>
----

Also the project can be updated to use Java 8 as the minimum:
Expand Down
2 changes: 1 addition & 1 deletion microprofile-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<configuration>
<!-- adds versions properties as attributes for substitutions in README.adoc source blocks -->
<attributes>
<versionMicroprofileBom>${version.microprofile.bom}</versionMicroprofileBom>
<versionMicroprofileBom>${version.bom.microprofile}</versionMicroprofileBom>
</attributes>
</configuration>
</plugin>
Expand Down
8 changes: 4 additions & 4 deletions microprofile-jwt/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ Add the following properties to the `pom.xml`.
----
<version.com.nimbusds.jose.jwt>{versionComNimbusdsJoseJwt}</version.com.nimbusds.jose.jwt>
<version.glassfish.json>{versionGlassfishJson}</version.glassfish.json>
<version.microprofile.bom>{versionMicroprofileBom}</version.microprofile.bom>
<version.server.bom>{versionServerBom}</version.server.bom>
<version.bom.microprofile>{versionMicroprofileBom}</version.bom.microprofile>
<version.bom.ee>{versionServerBom}</version.bom.ee>
----

Also the project can be updated to use Java 11 as the minimum.
Expand All @@ -188,14 +188,14 @@ Before the dependencies are defined add the following boms.
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-ee-with-tools</artifactId>
<version>${version.server.bom}</version>
<version>${version.bom.ee}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-microprofile</artifactId>
<version>${version.microprofile.bom}</version>
<version>${version.bom.microprofile}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
28 changes: 0 additions & 28 deletions microprofile-jwt/private.pem

This file was deleted.

1 change: 0 additions & 1 deletion microprofile-lra/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ The first thing to do is to change the minimum JDK to Java 11 and set the other
<!-- The versions for the BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.bom.microprofile>${version.server}</version.bom.microprofile>
<version.pack.cloud>{versionPackCloud}</version.pack.cloud>
<version.plugin.wildfly>{versionPluginWildfly}</version.plugin.wildfly>
<version.plugin.wildfly-jar>{versionPluginWildflyJar}</version.plugin.wildfly-jar>
----
Expand Down
1 change: 0 additions & 1 deletion microprofile-lra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
<!-- adds versions properties as attributes for substitutions in README.adoc source blocks -->
<attributes>
<versionServer>${version.server}</versionServer>
<versionPackCloud>${version.pack.cloud}</versionPackCloud>
<versionPluginWildfly>${version.plugin.wildfly}</versionPluginWildfly>
<versionPluginWildflyJar>${version.plugin.wildfly-jar}</versionPluginWildflyJar>
</attributes>
Expand Down

0 comments on commit 03b9c0e

Please sign in to comment.