Re: [PR] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 [cxf]
reta merged PR #2158: URL: https://github.com/apache/cxf/pull/2158 -- 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] Allow JDK23 compatibility for Subject#getSubject [cxf]
reta commented on PR #1972: URL: https://github.com/apache/cxf/pull/1972#issuecomment-2488550074 > Even before upgrading the baseline, we could perhaps avoid calling `Subject.getSubject(AccessController.getContext())` if the current Java Runtime is 18+ and `System.getSecurityManager()` returns null. That might be faster. WDYT? My apologies @ppalaga , took me a bit more time to look into it. AFAIK, there is no relation between `System.getSecurityManager()` returning `null` and `Subject.getSubject(AccessController.getContext())` . The only setting that matters is `-Djava.security.manager=allow` which is sadly is hidden inside `System::allowSecurityManager()` class, having access to it would have been helpful to not call `Subject.getSubject()` at all. -- 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 cxf.hibernate.em.version from 6.5.2.Final to 6.6.2.Final [cxf]
dependabot[bot] opened a new pull request, #2157: URL: https://github.com/apache/cxf/pull/2157 Bumps `cxf.hibernate.em.version` from 6.5.2.Final to 6.6.2.Final. Updates `org.hibernate.orm:hibernate-core` from 6.5.2.Final to 6.6.2.Final Release notes Sourced from https://github.com/hibernate/hibernate-orm/releases";>org.hibernate.orm:hibernate-core's releases. Hibernate ORM 6.6.2.Final released Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.2.Final. What's new This release introduces a few minor improvements as well as bug fixes. You can find the full list of 6.6.2.Final changes https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.2";>here. Conclusion For additional details, see: the https://hibernate.org/orm/releases/6.6/";>release page the https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html";>Migration Guide the https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html";>Introduction Guide the https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html";>User Guide See also the following resources related to supported APIs: the https://hibernate.org/community/compatibility-policy/";>compatibility policy the https://docs.jboss.org/hibernate/orm/6.6/incubating/incubating.txt";>incubating API report (@Incubating) the https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt";>deprecated API report (@Deprecated + @Remove) the https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt";>internal API report (internal packages, @Internal) Visit the https://hibernate.org/community/";>website for details on getting in touch with us. Hibernate ORM 6.6.1.Final released Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.1.Final. What's new This release introduces a few minor improvements as well as bug fixes. You can find the full list of 6.6.1.Final changes https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.1";>here. Conclusion For additional details, see: the https://hibernate.org/orm/releases/6.6/";>release page the https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html";>Migration Guide the https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html";>Introduction Guide the https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html";>User Guide See also the following resources related to supported APIs: the https://hibernate.org/community/compatibility-policy/";>compatibility policy ... (truncated) Changelog Sourced from https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt";>org.hibernate.orm:hibernate-core's changelog. Changes in 6.6.2.Final (November 07, 2024) https://hibernate.atlassian.net/projects/HHH/versions/32350";>https://hibernate.atlassian.net/projects/HHH/versions/32350 ** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for https://github.com/NamedQuery";>@NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using https://github.com/EmbeddedId";>@EmbeddedId with https://github.com/OneToMany";>@OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle https://github.com/Id";>@Id and https://github.com/Version";>@Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - https://github.com/Find";>@Find method for single https://github.com/NaturalId";>@NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-
Re: [PR] Enabling power support for apache/cxf [cxf]
jgoodyear commented on PR #2156: URL: https://github.com/apache/cxf/pull/2156#issuecomment-2486161611 Main branch also completed a full build with tests successfully. -- 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 com.puppycrawl.tools:checkstyle from 10.18.2 to 10.20.1 [cxf]
dependabot[bot] opened a new pull request, #2159: URL: https://github.com/apache/cxf/pull/2159 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.2 to 10.20.1. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>com.puppycrawl.tools:checkstyle's releases. checkstyle-10.20.1 Checkstyle 10.20.1 - https://checkstyle.org/releasenotes.html#Release_10.20.1";>https://checkstyle.org/releasenotes.html#Release_10.20.1 Bug fixes: https://redirect.github.com/checkstyle/checkstyle/issues/15851";>#15851 - google_checks: False positive on left curly brace in switch statement with lambda-like construct checkstyle-10.20.0 Checkstyle 10.20.0 - https://checkstyle.org/releasenotes.html#Release_10.20.0";>https://checkstyle.org/releasenotes.html#Release_10.20.0 Breaking backward compatibility: https://redirect.github.com/checkstyle/checkstyle/issues/15687";>#15687 - JavadocMethodCheck: removed unnecessary tokens from acceptable New: https://redirect.github.com/checkstyle/checkstyle/issues/14424";>#14424 - HideUtilityClassConstructor - Add option to skip validation based on list of annotations Bug fixes: https://redirect.github.com/checkstyle/checkstyle/issues/15831";>#15831 - google_checks.xml not allowing eol left curly for switch statement with lambda-like construct ... (truncated) Commits https://github.com/checkstyle/checkstyle/commit/892800d6caf384d76963f965d89bb9f751dd9e57";>892800d [maven-release-plugin] prepare release checkstyle-10.20.1 https://github.com/checkstyle/checkstyle/commit/9a03ea811b3095c4c85ee16eba30105eb1b4bd76";>9a03ea8 doc: release notes for 10.20.1 https://github.com/checkstyle/checkstyle/commit/aef0bf12f3489d157e672082ed14a669fde5f3f4";>aef0bf1 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13345";>#13345: Enabled example tests for DefaultComesLast https://github.com/checkstyle/checkstyle/commit/c4eaaba03bb0c38ebf59883d200d969b486604e4";>c4eaaba Issue https://redirect.github.com/checkstyle/checkstyle/issues/14631";>#14631: Updated JAVADOC_INLINE_TAG_START of JavadocTokenTypes to new AS... https://github.com/checkstyle/checkstyle/commit/c2a03aea661352000565a7d6974c609443a15c9d";>c2a03ae Issue https://redirect.github.com/checkstyle/checkstyle/issues/13345";>#13345: Enable examples tests for IllegalInstantiationCheck https://github.com/checkstyle/checkstyle/commit/f75123e43c04ea41a37cfc8e8cfe9254baf75088";>f75123e Issue https://redirect.github.com/checkstyle/checkstyle/issues/15851";>#15851: suppress LeftCurlyNl for switch expressions https://github.com/checkstyle/checkstyle/commit/3dc2a3d713b21f005a12219803f8a5f08d0a8dd1";>3dc2a3d Issue https://redirect.github.com/checkstyle/checkstyle/issues/13345";>#13345: Enable examples tests for IllegalCatchCheck https://github.com/checkstyle/checkstyle/commit/2a843c09ca782f901056806fb6ea87f49ee1a588";>2a843c0 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13345";>#13345: Enabled example tests for TrailingCommentCheck https://github.com/checkstyle/checkstyle/commit/301521610d7cec2f7a756b974dac247afb3a8643";>3015216 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13345";>#13345: Enable examples tests for StringLiteralEqualityCheck https://github.com/checkstyle/checkstyle/commit/aadc3771a2219e784cd7611213fd7f6534da7cb8";>aadc377 Issue https://redirect.github.com/checkstyle/checkstyle/issues/14625";>#14625: fix noinspectionreason for TestMethodWithoutAssertion Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.2...checkstyle-10.20.1";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@depen