Re: [PR] CXF-9026: Integrate Jacoco into Apache CXF builds to collect code coverage stats [cxf]

2024-06-09 Thread via GitHub


reta merged PR #1906:
URL: https://github.com/apache/cxf/pull/1906


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CXF-9007: NullPointerException in XMLStreamDataWriter.writeNode [cxf]

2024-06-09 Thread via GitHub


reta commented on code in PR #1861:
URL: https://github.com/apache/cxf/pull/1861#discussion_r1596097566


##
core/src/main/java/org/apache/cxf/helpers/DOMUtils.java:
##
@@ -790,7 +790,10 @@ public static DocumentFragment 
getDomDocumentFragment(DocumentFragment fragment)
 //java9 plus hack
 Field f = GET_DOCUMENT_FRAGMENT_FIELDS.get(fragment.getClass());
 if (f != null) {
-return ReflectionUtil.accessDeclaredField(f, fragment, 
DocumentFragment.class);
+final DocumentFragment inner = 
ReflectionUtil.accessDeclaredField(f, fragment, DocumentFragment.class);

Review Comment:
   ~I am not able to reproduce the issue though but it seems like to be the 
only place where `null` could escape~, thanks to hint from the reporter, 
replicated the test case that reproduced the problem sporadically 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump github/codeql-action from 3.25.7 to 3.25.8 [cxf]

2024-06-09 Thread via GitHub


dependabot[bot] opened a new pull request, #1915:
URL: https://github.com/apache/cxf/pull/1915

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.25.7 to 3.25.8.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases";>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.25.8 - 04 Jun 2024
   
   Update default CodeQL bundle version to 2.17.4. https://redirect.github.com/github/codeql-action/pull/2321";>#2321
   
   3.25.7 - 31 May 2024
   
   We are rolling out a feature in May/June 2024 that will reduce the 
Actions cache usage of the Action by keeping only the newest TRAP cache for 
each language. https://redirect.github.com/github/codeql-action/pull/2306";>#2306
   
   3.25.6 - 20 May 2024
   
   Update default CodeQL bundle version to 2.17.3. https://redirect.github.com/github/codeql-action/pull/2295";>#2295
   
   3.25.5 - 13 May 2024
   
   Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and 
GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md";>https://github.com/github/codeql-action/blob/main/README.md.
 https://redirect.github.com/github/codeql-action/pull/2273";>#2273
   Avoid printing out a warning for a missing on.push trigger 
when the CodeQL Action is triggered via a workflow_call event. https://redirect.github.com/github/codeql-action/pull/2274";>#2274
   The tools: latest input to the init Action has 
been renamed to tools: linked. This option specifies that the 
Action should use the tools shipped at the same time as the Action. The old 
name will continue to work for backwards compatibility, but we recommend that 
new workflows use the new name. https://redirect.github.com/github/codeql-action/pull/2281";>#2281
   
   3.25.4 - 08 May 2024
   
   Update default CodeQL bundle version to 2.17.2. https://redirect.github.com/github/codeql-action/pull/2270";>#2270
   
   3.25.3 - 25 Apr 2024
   
   Update default CodeQL bundle version to 2.17.1. https://redirect.github.com/github/codeql-action/pull/2247";>#2247
   Workflows running on macos-latest using CodeQL CLI versions 
before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or 
newer, or change the platform to an Intel MacOS runner, such as 
macos-12. ARM machines with SIP disabled, including the newest 
macos-latest image, are unsupported for CLI versions before 
2.15.1. https://redirect.github.com/github/codeql-action/pull/2261";>#2261
   
   3.25.2 - 22 Apr 2024
   No user facing changes.
   3.25.1 - 17 Apr 2024
   
   We are rolling out a feature in April/May 2024 that improves the 
reliability and performance of analyzing code when analyzing a compiled 
language with the autobuild https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes";>build
 mode. https://redirect.github.com/github/codeql-action/pull/2235";>#2235
   Fix a bug where the init Action would fail if 
--overwrite was specified in 
CODEQL_ACTION_EXTRA_OPTIONS. https://redirect.github.com/github/codeql-action/pull/2245";>#2245
   
   3.25.0 - 15 Apr 2024
   
   The deprecated feature for extracting dependencies for a Python analysis 
has been removed. https://redirect.github.com/github/codeql-action/pull/2224";>#2224
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/2e230e8fe0ad3a14a340ad0815ddb96d599d2aff";>2e230e8
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2323";>#2323 
from github/update-v3.25.8-18b06dd1d
   https://github.com/github/codeql-action/commit/66ad891bd4763033c1a60dc12dc230de94ac2c26";>66ad891
 Update changelog for v3.25.8
   https://github.com/github/codeql-action/commit/18b06dd1df819dc4edec5b409a19f0fd423b4c28";>18b06dd
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2322";>#2322 
from github/dependabot/npm_and_yarn/npm-10d82c2911
   https://github.com/github/codeql-action/commit/200dd0cf5bc2c6048a01d1ebe3c1f66d3daf6887";>200dd0c
 Update checked-in dependencies
   https://github.com/github/codeql-action/commit/2bb35eab2ff95ab7a7aa35eef58886a26d72b922";>2bb35ea
 bump the npm group with 4 updates
   https://github.com/github/codeql-action/commit/9c15e42f19

[PR] Bump cxf.opentelemetry.version from 1.34.1 to 1.39.0 [cxf]

2024-06-09 Thread via GitHub


dependabot[bot] opened a new pull request, #1916:
URL: https://github.com/apache/cxf/pull/1916

   Bumps `cxf.opentelemetry.version` from 1.34.1 to 1.39.0.
   Updates `io.opentelemetry:opentelemetry-bom` from 1.34.1 to 1.39.0
   
   Release notes
   Sourced from https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-bom's
 releases.
   
   Version 1.39.0
   API
   Incubator
   
   BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect 
incubating API conventions (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6497";>#6497)
   
   SDK
   Exporter
   
   BREAKING: Serve prometheus metrics only on /metrics by 
default. To restore the previous behavior and serve metrics on all paths, 
override the default handler as https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java#L251-L259";>demonstrated
 here. (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6476";>#6476)
   Make OTLP exporter memory mode API public (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6469";>#6469)
   Speed up OTLP string marshaling using sun.misc.Unsafe (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6433";>#6433)
   Add exporter data classes for experimental profiling signal type. (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6374";>#6374)
   Start prometheus http server with daemon thread (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6472";>#6472)
   Update the Prometheus metrics library and improve how units are included 
in metric names. (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6473";>#6473)
   Remove android animalsniffer check from prometheus exporter (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6478";>#6478)
   
   Extensions
   
   Load file config YAML using core schema, ensure that env var 
substitution retains string types. (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6436";>#6436)
   Define dedicated file configuration SPI ComponentProvider (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6457";>#6457)
   
   Tooling
   
   Normalize timestamps and file ordering in jars, making the outputs 
reproducible (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6471";>#6471)
   GHA for generating the post-release pull request (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6449";>#6449)
   
   🙇 Thank you
   This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:
   https://github.com/breedx-splk";>@​breedx-splk
   https://github.com/crossoverJie";>@​crossoverJie
   https://github.com/DPUkyle";>@​DPUkyle
   https://github.com/fstab";>@​fstab
   https://github.com/hboutemy";>@​hboutemy
   https://github.com/jack-berg";>@​jack-berg
   https://github.com/jhalliday";>@​jhalliday
   https://github.com/jkwatson";>@​jkwatson
   https://github.com/laurit";>@​laurit
   https://github.com/lizongwu";>@​lizongwu
   https://github.com/nluk";>@​nluk
   https://github.com/trask";>@​trask
   https://github.com/zeitlinger";>@​zeitlinger
   Version 1.38.0
   API
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-bom's
 changelog.
   
   Version 1.39.0 (2024-06-07)
   API
   Incubator
   
   BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect 
incubating API conventions
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6497";>#6497)
   
   SDK
   Exporter
   
   BREAKING: Serve prometheus metrics only on /metrics by 
default. To restore the previous behavior
   and serve metrics on all paths, override the default handler
   as https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java#L251-L259";>demonstrated
 here.
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6476";>#6476)
   Make OTLP exporter memory mode API public
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6469";>#6469)
   Speed up OTLP string marshaling using sun.misc.Unsafe
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6433";>#6433)
   Add exporter data classes for experimental profiling signal type.
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6374";>#6374)
   Start prometheus http server with daemon thread
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6472";>#6472)
   Update the Prometheus metrics library and improve how units are included 
in metric names.
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6473";>#64

[PR] Bump cxf.dropwizard4.version from 4.2.25 to 4.2.26 [cxf]

2024-06-09 Thread via GitHub


dependabot[bot] opened a new pull request, #1917:
URL: https://github.com/apache/cxf/pull/1917

   Bumps `cxf.dropwizard4.version` from 4.2.25 to 4.2.26.
   Updates `io.dropwizard.metrics:metrics-core` from 4.2.25 to 4.2.26
   
   Release notes
   Sourced from https://github.com/dropwizard/metrics/releases";>io.dropwizard.metrics:metrics-core's
 releases.
   
   v4.2.26
   What's Changed
   
   Update dependency org.mockito:mockito-core to v5.10.0 (release/4.2.x) by 
https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3925";>dropwizard/metrics#3925
   Update github/codeql-action digest to b7bf0a3 (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3926";>dropwizard/metrics#3926
   Update dependency org.eclipse.jetty:jetty-bom to v10.0.20 
(release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3930";>dropwizard/metrics#3930
   Update dependency org.eclipse.jetty:jetty-bom to v11.0.20 
(release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3931";>dropwizard/metrics#3931
   Update jetty12.version to v12.0.6 (release/4.2.x) (patch) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3932";>dropwizard/metrics#3932
   Update dependency org.jdbi:jdbi3-core to v3.44.0 (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3933";>dropwizard/metrics#3933
   Update github/codeql-action digest to e8893c5 (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3938";>dropwizard/metrics#3938
   Update dependency org.assertj:assertj-core to v3.25.3 (release/4.2.x) by 
https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3940";>dropwizard/metrics#3940
   Update slf4j monorepo to v2.0.12 (release/4.2.x) (patch) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3943";>dropwizard/metrics#3943
   Update webfactory/ssh-agent action to v0.9.0 (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3945";>dropwizard/metrics#3945
   Update dependency org.jdbi:jdbi3-core to v3.44.1 (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3947";>dropwizard/metrics#3947
   Update jetty9.version to v9.4.54.v20240208 (release/4.2.x) (patch) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3950";>dropwizard/metrics#3950
   Update github/codeql-action digest to e675ced (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3949";>dropwizard/metrics#3949
   Pin JetBrains/qodana-action action to e42ff2d (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3952";>dropwizard/metrics#3952
   Update github/codeql-action digest to 3796146 (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3954";>dropwizard/metrics#3954
   Update dependency net.bytebuddy:byte-buddy to v1.14.12 (release/4.2.x) 
by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3956";>dropwizard/metrics#3956
   Update dependency com.google.errorprone:error_prone_core to v2.25.0 
(release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3957";>dropwizard/metrics#3957
   Update dependency org.jdbi:jdbi3-core to v3.45.0 (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3964";>dropwizard/metrics#3964
   Add module for Logback 1.5.x by https://github.com/joschi";>@​joschi in https://redirect.github.com/dropwizard/metrics/pull/3967";>dropwizard/metrics#3967
   Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2 
(release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3969";>dropwizard/metrics#3969
   Update log4j2 monorepo to v2.23.0 (release/4.2.x) (minor) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3971";>dropwizard/metrics#3971
   Update github/codeql-action digest to e2e140a (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3973";>dropwizard/metrics#3973
   Update github/codeql-action digest to 47b3d88 (release/4.2.x) by https://github.com/renovate";>@​renovate in https://redirect.github.com/dropwizard/metrics/pull/3975";>dropwizard/metrics#3975
   Update logback15.version to v1.5.1 (release/4.2

Re: [PR] CXFXJC-47: XJC DefaultValue plugin uses JAXBElement that does not have a default constructor [cxf-xjc-utils]

2024-06-09 Thread via GitHub


marcelhdl commented on PR #150:
URL: https://github.com/apache/cxf-xjc-utils/pull/150#issuecomment-2157370451

   @reta do you already knwo when the two new versions are released?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CXFXJC-47: XJC DefaultValue plugin uses JAXBElement that does not have a default constructor [cxf-xjc-utils]

2024-06-09 Thread via GitHub


marcelhdl commented on PR #129:
URL: https://github.com/apache/cxf-xjc-utils/pull/129#issuecomment-2157443208

   @reta do you already know when the two new versions are released?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org