Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulls #14025

Closed
wants to merge 84 commits into from
Closed

Pulls #14025

wants to merge 84 commits into from

Conversation

bstansberry
Copy link
Contributor

Just for CI. #13924, #13993 and #14024 are three main remain key PRs for WF 23 Beta and I want to confirm that they play together nicely.

kabir and others added 30 commits December 21, 2020 14:30
Fix the mp-4.0 GH action to build the PR branch
We're currently running this elsewhere
Later when we come to constructing the builder they will always be added
in the same order. SmallRye 2.x uses the order they were added to the
builder to resolve the order of config sources that have the same
ordinal.

Update the test so that the directory sources come after the property
sources. This effectively results in the same behaviour as we saw in
SmallRye Config 1.x
Modify how we extract host and port from Tracer to avoid NPE
Undo test change
…date

[WFLY-14230] - Integrate MP OpenTracing 2.0 into EAP
so that we can have the 3.15.0.Alpha1 upgrade in a separate commit
RestEasy implements some MP Config interfaces. 3.14 implements the MP
Config 1.0 version of the interfaces, but MP Config 2.0 introduces some
new methods in those interfaces so we fail to load the classes from
RestEasy 3.14.

RestEasy 3.15 uses MP Config 2.0 versions of those interfaces and loads
properly.
[WFLY-14272] Separate out the RestEasy 3.15 upgrade
[WFLY-14261] Integrate MP Health 3.0 into EAP
Integrate MP Metrics 3.0 Final
Update smallrye-metrics
Add test to cover duplicate metrics deployments
Disable all Fault Tolerance tests for now due to breaking changes. To be addressed in WFLY-14281.
[WFLY-14206] Update MP Metrics to 3.0
WFLY-14245 Integrate MicroProfile OpenAPI 2.0
kabir and others added 25 commits February 15, 2021 12:42
[WFLY-14328] Update Smallrye-Metrics to 3.0.1
[MP4] WFLY-14281 Upgrade smallrye-reactive-utils to 2.1.1
[WFLY-14277] Upgrade RESTEasy to 3.15.0.Final and introduce the Eclipse MicroProfile REST Client 2.0.
…-servlet

One aspect of this is moving the input files for license.xml generation from src/license to src/main/resource/license so it can be handled consistently with other resource files. This change was implemented for all feature packs, not just servlet.

There was also some cleanup of direct declaration of the org.wildfly.core:wildfly-core-galleon-pack, which is not really on-topic for this JIRA. It was done trying to resolve problems but in the end was probably not relevant to the solution. But it's the right thing to do so I left it.
@bstansberry bstansberry added the hold PR should not be merged for some reason. label Feb 22, 2021
@github-actions
Copy link

Dependency Tree Analyzer Output:

New Dependencies:

  • io.smallrye.common:smallrye-common-annotation:jar:1.5.0:compile
  • io.smallrye.common:smallrye-common-classloader:jar:1.5.0:compile
  • io.smallrye.common:smallrye-common-constraint:jar:1.5.0:compile
  • io.smallrye.common:smallrye-common-expression:jar:1.5.0:compile
  • io.smallrye.common:smallrye-common-function:jar:1.5.0:compile
  • io.smallrye.config:smallrye-config-core:jar:2.0.2:compile
  • io.smallrye.reactive:smallrye-reactive-converter-api:jar:2.1.1:compile
  • io.smallrye:smallrye-jwt-cdi-extension:jar:3.0.0:compile
  • io.smallrye:smallrye-jwt-common:jar:3.0.0:compile
  • io.smallrye:smallrye-jwt-http-mechanism:jar:3.0.0:compile
  • org.jboss.resteasy:resteasy-client-microprofile-base:jar:3.15.0.Final:compile

Major Version Changes:

  • io.jaegertracing:jaeger-core:jar:0.34.3:compile -> 1.5.0
  • io.jaegertracing:jaeger-thrift:jar:0.34.3:compile -> 1.5.0
  • io.opentracing.contrib:opentracing-jaxrs2:jar:0.4.1:compile -> 1.0.0
  • io.smallrye.config:smallrye-config-common:jar:1.6.2:compile -> 2.0.2
  • io.smallrye.config:smallrye-config-source-file-system:jar:1.6.2:compile -> 2.0.2
  • io.smallrye.config:smallrye-config:jar:1.6.2:compile -> 2.0.2
  • io.smallrye:smallrye-fault-tolerance-api:jar:4.3.2:compile -> 5.0.0
  • io.smallrye:smallrye-fault-tolerance-core:jar:4.3.2:compile -> 5.0.0
  • io.smallrye:smallrye-fault-tolerance:jar:4.3.2:compile -> 5.0.0
  • io.smallrye:smallrye-health:jar:2.2.5:compile -> 3.0.0
  • io.smallrye:smallrye-jwt:jar:2.0.13:compile -> 3.0.0
  • io.smallrye:smallrye-metrics-api:jar:2.4.4:compile -> 3.0.1
  • io.smallrye:smallrye-metrics:jar:2.4.4:compile -> 3.0.1
  • io.smallrye:smallrye-opentracing:jar:1.3.4:compile -> 2.0.0
  • org.eclipse.microprofile.config:microprofile-config-api:jar:1.4:compile -> 2.0
  • org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:2.1.1:compile -> 3.0
  • org.eclipse.microprofile.health:microprofile-health-api:jar:2.2:compile -> 3.0
  • org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:2.3:compile -> 3.0
  • org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:1.1.2:compile -> 2.0
  • org.eclipse.microprofile.opentracing:microprofile-opentracing-api:jar:1.3.3:compile -> 2.0
  • org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:1.4.0:compile -> 2.0
  • org.wildfly.core:wildfly-cli:jar:client:14.0.0.Final:compile -> 15.0.0.Beta1
  • org.wildfly.core:wildfly-elytron-integration:jar:14.0.0.Final:compile -> 15.0.0.Beta1
  • org.wildfly.core:wildfly-event-logger:jar:14.0.0.Final:compile -> 15.0.0.Beta1
  • org.wildfly.core:wildfly-version:jar:14.0.0.Final:compile -> 15.0.0.Beta1

CC @wildfly/prod

@github-actions github-actions bot added the deps-changed Dependencies have been checked, and there are changes highlighted in a comment label Feb 22, 2021
@bstansberry bstansberry deleted the pulls branch February 23, 2021 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-changed Dependencies have been checked, and there are changes highlighted in a comment hold PR should not be merged for some reason.
Projects
None yet
10 participants