Vladimir V. Bychkov

Results 9 issues of Vladimir V. Bychkov

This pull request contains changes described in [CAMEL-17136](https://issues.apache.org/jira/browse/CAMEL-17136): dependencies are updated to their Jakarta EE 8 analogues then possible. Current known limitations and notices: 1. Jetty 9 -> Jetty 10...

components
core
catalog
dsl
tooling
tooling-maven
components-jms
tests
test-infra

By executing `DELETE FROM entity_name` Eclipselink 3.0.3 gives a NullPointerException error. But execution `DELETE FROM entity_name x` works correctly. Identification variable is required, but specification [defines it as optional](https://jakarta.ee/specifications/persistence/3.0/jakarta-persistence-spec-3.0.html#a5636). See...

Unit-tests use JUnit 5 instead of JUnit 4

Parameter `ignoreAnnotations` (default value "") can contain a list of annotation names (example: "javax.inject.Inject,jakarta.inject.Inject") which would be ignored by Analyzer. In other words, annotations are listed in `ignoreAnnotations` have no...

External Contribution

Jetty supports Java 11 and later from version Jetty 9.4.13. For now, Jetty 9.4.35 is last stable version

fix for https://github.com/patrickfav/rocketchat-exporter/issues/18

In case of removing expiration date for earlier published public key expire date is being determined incorect. Example: for [this public key](https://keyserver.ubuntu.com/pks/lookup?search=60ec1b93cefd283d0ac228470ca7938287683fc0&fingerprint=on&op=index) method org.bouncycastle.openpgp.[PGPPublicKey.getValidSeconds()](https://github.com/bcgit/bc-java/blob/b8e4716f170a63986f8d3144445e3abff0e40475/pg/src/main/java/org/bouncycastle/openpgp/PGPPublicKey.java#L300) must return **0**, but returns 1141783116....

Solves [#1172](https://github.com/eclipse-birt/birt/issues/1172) TODO: BiRT Viewer can be migrated after [Axis2 migration](https://issues.apache.org/jira/browse/AXIS2-6051) will be completed

**Bug Description** ByteConverter generates incorrect message. If ConversionError happens with ByteConverter, message "[... must be a number between -128 and 127. Example: 254](https://github.com/jakartaee/faces/blob/d2669e6c55310600d2200e1ec87121279d14bdd4/api/src/main/resources/jakarta/faces/Messages.properties#L36)" is shown. Value 254 is [hardcoded](https://github.com/jakartaee/faces/blob/d2669e6c55310600d2200e1ec87121279d14bdd4/api/src/main/java/jakarta/faces/convert/ByteConverter.java#L91) and...

mojarra-implemented