Releases: odpi/egeria
Release 3.12
This release contains many bug fixes and enhancements.
Highlights
tbd
More detail in the curated release notes at https://egeria-project.org/release-notes/3-12/
See also our full docs at https://egeria-project.org
Available via:
- Source: https://github.com/odpi/egeria/releases/tag/V3.12 (here :-) )
- Maven artifacts: Maven Central (via maven/gradle)
- Container images - https://quay.io/repository/odpi/egeria?tab=tags (no pull request limits) & https://hub.docker.com/r/odpi/egeria
- k8s Helm Chart repository https://github.com/odpi/egeria-charts
What's Changed
- #6812 update version to 3.12-SNAPSHOT by @planetf1 in #6859
- #6858 downgrade kafka in-loop debug info to DEBUG from INFO - too noisy by @planetf1 in #6863
- Dependabot 20220830 by @planetf1 in #6861
- Governance Services & DE OMAS fixes by @popa-raluca in #6846
- Add sample deduplication connector by @popa-raluca in #6847
- Dependabot 20220901 by @planetf1 in #6885
- Preformance enhancement for security checking (#6697) by @mandy-chessell in #6886
- Repository Handler - always choose the same entity for latest when dates are equal by @alexandra-bucur in #6887
- Replaces default implementation for newer classifyEntity method by @cmgrote in #6889
- revert slf4j version by @bogdan-sava in #6888
- #6891 Fix up erroneous dependency exclusions caused by wrong scope (g… by @planetf1 in #6892
- Better Javadoc and REST URL specification by @mandy-chessell in #6890
- Add client for translations and valid metadata sets by @mandy-chessell in #6894
- fix getGovernanceZoneMembers by @mandy-chessell in #6896
- Fix archive load by @mandy-chessell in #6899
- Add Liz McIntosh as contributor. by @elizajanemc in #6902
- Data Engine - Change effective time to now by @alexandra-bucur in #6802
- AC, AL - Change effectivity dates to now by @alexandra-bucur in #6811
- Deduplication - performance fixes by @popa-raluca in #6897
- (Release 3.12) #6898 Update version to 3.12 by @planetf1 in #6904
New Contributors
- @elizajanemc made their first contribution in #6902
Full Changelog: V3.11...V3.12
Release 3.11
This release contains many bug fixes and enhancements.
Highlights
- Capability to pass additional http headers from an inbound request to security plugins, and to propogate on outbound rest api calls
- Co-existence of multiple versions of our helm charts
- Use of additional connectors with our base & lab helm charts
- More secure jupyter environment for notebooks
- Kafka client fixes to consumer group definition & initial offset
- Additional tests
- internal refactoring to improve consistency between OMASs
- Many dependency updates to maintain currency and address known security vulnarabilities
More detail in the curated release notes at https://egeria-project.org/release-notes/3-11/
See also our full docs at https://egeria-project.org
Available via:
- Source: https://github.com/odpi/egeria/releases/tag/V3.11 (here :-) )
- Maven artifacts: Maven Central (via maven/gradle)
- Container images - https://quay.io/repository/odpi/egeria?tab=tags (no pull request limits) & https://hub.docker.com/r/odpi/egeria
- k8s Helm Chart repository https://github.com/odpi/egeria-charts
What's Changed
- #6554 update version to 3.11-SNAPSHOT by @planetf1 in #6634
- remove 2 false Sonar Security Hotspot alerts by @wbittles in #6640
- [ui-chassis-spring] view services running in ui-chassis-spring by @bogdan-sava in #6632
- #6638 Fix overriding of consumer group id in kafka topic connector by @planetf1 in #6639
- Revert testng to 7.5 due to reporting exceptions (tests still run ok) by @planetf1 in #6693
- #3370 Use traditional class pattern scanning for testNG - some tests … by @planetf1 in #6695
- #3370 fix some gradle dependency errors by @planetf1 in #6637
- Dependabot : July 2022 by @planetf1 in #6691
- Bump com.autonomousapps.dependency-analysis from 1.9.0 to 1.10.0 by @dependabot in #6703
- Bump testng from 7.6.0 to 7.6.1 by @dependabot in #6680
- Bump commons-configuration2 from 2.7 to 2.8.0 by @dependabot in #6711
- #6549 Fix kafka consumer initial seek position by @planetf1 in #6712
- added endpoint to trigger load for data engine proxy by @marius-patrascu in #6705
- UI lab - use erinoverview user for checking the assets by @popa-raluca in #6718
- resolves Sonar Security Hotspot alerts for Exception::printStackTrace by @wbittles in #6696
- Changed rest call to load data from data engine proxy asynchronous by @marius-patrascu in #6720
- Kafka debug improvements by @planetf1 in #6721
- Restructure generic handlers and repository handler by @mandy-chessell in #6726
- Add new type ProfileLocation by @mandy-chessell in #6731
- Kafka - fix sonarscan bug reports by @planetf1 in #6730
- New connection tests and updates to valid values by @mandy-chessell in #6733
- Reverting connector interface change by @lpalashevski in #6792
- Generic Handlers - use new method uncheckedLinkElementToElement on create methods by @popa-raluca in #6704
- Dependabot 20220907a by @planetf1 in #6797
- Bump actions/cache from 3.0.5 to 3.0.6 by @dependabot in #6798
- Bump openlineage-java from 0.11.0 to 0.12.0 by @dependabot in #6799
- Bump openlineage-java from 0.11.0 to 0.12.0 by @dependabot in #6801
- Bump com.autonomousapps.dependency-analysis from 1.11.3 to 1.12.0 by @dependabot in #6800
- Propagate http headers to security connector context (related to #5700) by @MihaiIliescu in #6793
- SpringRESTClientConnector improveing logging performance by @bogdan-sava in #6810
- odpi/egeria-coco-labs#4 move jupyter notebooks to new repo by @planetf1 in #6808
- Updates to OMAS APIs and archive builders for sustainability by @mandy-chessell in #6806
- SpringRESTClientConnector formatted logging by @bogdan-sava in #6814
- Radical simplification of elementHeaders by @mandy-chessell in #6841
- Add content to archives by @mandy-chessell in #6844
- Add Open Metadata Store Service by @mandy-chessell in #6850
- Add Governance Program OMAS server-side methods by @mandy-chessell in #6853
- Propagate http headers through federated queries by @MihaiIliescu in #6851
- FVT testcases for locations and profiles by @mandy-chessell in #6855
- #6812 update version to 3.11 by @planetf1 in #6860
- #6858 downgrade kafka in-loop debug info to DEBUG from INFO - too noisy by @planetf1 in #6862
Full Changelog: V3.10...V3.11
Release 3.10
See https://egeria-project.org/release-notes/3-10 for additional curated release notes
What's Changed
- #6539 update master to 3.10-SNAPSHOT by @planetf1 in #6543
- Maysexfic by @planetf1 in #6545
- update release issue template based on 3.9 experience by @planetf1 in #6553
- #3370 add dependency checking to gradle build by @planetf1 in #6555
- Dependabot June 2022 by @planetf1 in #6603
- #6437 Fix output file spec to avoid hidden dependencies by @planetf1 in #6605
- data-engine - Refactoring validation of request body by @bogdan-sava in #6610
- #6530 Cancel server startup if unable to connect to cohort by @planetf1 in #6611
- #6530 Cancel server start if metadata collection id changes by @planetf1 in #6615
- #6130 disable parallel gradle build on ci/cd (github runner) by @planetf1 in #6617
- #6618 add missing jackson annotation compile-time dependencies by @planetf1 in #6619
- Avoid overriding entity details when saving classifications received on entity proxy by @alexandra-bucur in #6606
- #6622 allow OMRS connectors to have embedded connections by @davidradl in #6623
- DE - Refactor remaining classes to use generic handlers by @alexandra-bucur in #6519
- odpi/egeria-charts#155 pin jupyter image version by @planetf1 in #6626
- Refactor Glossary View OMAS to use generic handlers by @alexandra-bucur in #6614
- DE OMAS - add capability for creating Incomplete Databases & Database Schemas by @popa-raluca in #6616
- [ui-chassis-spring] disable actuator default health check for redis and ldap by @bogdan-sava in #6631
- (Release 3.10) #6554 update version to 3.10 by @planetf1 in #6635
- (Release 3.10) Fix kafka topic connector’s ability to override local.server.id & group.id by @planetf1 in #6641
- (Release 3.10) Revert testng to 7.5 due to reporting exceptions (tests still run ok) by @planetf1 in #6694
- (Release 3.10) Fix kafka initial seek position by @planetf1 in #6713
Full Changelog: V3.9...V3.10
Release 3.9
See https://egeria-project.org/release-notes/3-9/ for the curated release notes
What's Changed
- #6435 Update master to 3.9-SNAPSHOT by @planetf1 in #6443
- Remove catalog builder and update open metadata by @mandy-chessell in #6446
- #6450 Use unique ports in FVTs by @planetf1 in #6451
- Git6304 by @davidradl in #6448
- Fixes #6352 by @odttlnt in #6441
- Extend CTS poll count for event based tests by @planetf1 in #6452
- #6143 fix SLF4J dups in maven tests by @planetf1 in #6439
- Dependabot 20220502a by @planetf1 in #6514
- Bump gremlinVersion from 3.5.2 to 3.6.0 by @dependabot in #6476
- Bump hibernate-validator from 6.2.0.Final to 6.2.3.Final by @dependabot in #6486
- #6515 ensure gradle runs all junit4/5 tests by @planetf1 in #6516
- #6517 fix rex pretraversal by @davidradl in #6518
- [ols] Add id to returned edges by @lcpopa in #6425
- #6148 refine list of modules for aggregate javadoc include/exclude by @planetf1 in #6524
- Consolidate maintainers list with mailing list & github ACLs by @planetf1 in #6525
- Disable gradle daemon for CI build #6130 by @planetf1 in #6527
- Created endpoints to retrieve assets by type GUID or Name by @MihaiIliescu in #6447
- Add available entities types and node names by criteria endpoints to OLS by @alexandra-bucur in #6422
- Added possibility to see end2end lineage for processes. by @MihaiIliescu in #6523
- Search endpoint for OLS by @marius-patrascu in #6529
- fix lineage search bug by @marius-patrascu in #6533
- Update CODEOWNERS by @lpalashevski in #6535
- #6537 add null protection by @davidradl in #6538
- #6539 update release branch to 3.9 by @planetf1 in #6544
- Release 3.9 Sec fixes by @planetf1 in #6546
Full Changelog: V3.8.1...V3.9
Release 3.8.1
This release adds the fix below which was a serious impact to the Repository Explorer UI which is invaluable for navigating Egeria entities.
The fix is available in both the source tree (egeria-release-3.8) as well as the container images published to docker.io and quay.io, which are both at version 3.8.1.
However, our maven artifacts have not been updated/republished and remain at 3.8 .
https://github.com/odpi/egeria/issues/6522 has been opened to update our process to account for dealing with modifications post-release.
If you need to use affected maven artifacts it's recommended you rebuild locally. The affected maven artifact is: org.odpi.egeria:rex-view-server
What's Changed
- #6517 fix rex pretraversal by @davidradl in #6521
Full Changelog: V3.8...V3.8.1
Release 3.8
See https://egeria-project.org/release-notes/3-8/ for the curated release notes
What's Changed
- #6341 update version to 3.8-SNAPSHOT by @planetf1 in #6347
- Add InvalidParameterHandler to all repository iterators to manage paging by @alexandra-bucur in #6342
- Refactor Asset Catalog to use Generic Handlers by @alexandra-bucur in #6328
- Refactor JanusGraph to improve code readability by @marius-patrascu in #6339
- #6355 re-instate javadoc build (removed in error) by @planetf1 in #6357
- Dependabot 20220401a by @planetf1 in #6408
- remove jakarta annotation api dependency by @bogdan-sava in #6412
- Bump tomcat-embed-core from 9.0.60 to 9.0.62 by @dependabot in #6414
- Bump tomcatVersion from 9.0.60 to 9.0.62 by @dependabot in #6413
- Server-side support for external references in Asset Manager OMAS by @mandy-chessell in #6354
- Nested Anchor support and extensions to Data Manager OMAS by @mandy-chessell in #6416
- Changed to add publishing zone by @dwolfson in #6415
- Rename Archive Manager OMES to Repository Governance OMES by @mandy-chessell in #6417
- Remove discovery engine configuration by @mandy-chessell in #6419
- #6051 Fix null validInstanceStatusList when getting InstanceType by @keytiong in #6119
- Allow running without build info by @MihaiIliescu in #6421
- #6304 as of time for rex view service by @davidradl in #6309
- add logback-test.xml to asset-consumer-fvt by @bogdan-sava in #6129
- Fixes #6335 incompatible URLs on data-manager's DisplayApplicationResource by @ykrkn in #6343
- issue 6358 fix (part of issue#326 Egeria UI) by @odttlnt in #6362
- Fix various dependencies by @planetf1 in #6430
- AL OMAS - use paged item retrieval for getting all entities by @popa-raluca in #6418
- Design model and connector archives by @mandy-chessell in #6431
- Set permissions for GitHub actions by @naveensrinivasan in #6429
- issue #6427, added code to set the symbolic name for the status enum… by @odttlnt in #6428
- Remove obsolete documentation modules by @mandy-chessell in #6433
- Update Asset Owner OMAS docs by @mandy-chessell in #6434
- Updates to CODEOWNERS by @planetf1 in #6432
- #6308 update PR template to use placeholder commented text & refer to… by @planetf1 in #6438
- Fix duplicate property (#6436) by @mandy-chessell in #6440
- Remove security-officer-connectors and links to access-services/docs and admin-services/docs by @mandy-chessell in #6442
- fixed node label for asset_lineage_variables by @marius-patrascu in #6426
- (Release 3.8) #6435 Update release version to 3.8 by @planetf1 in #6444
- (Release 3.8) git6304 - fix rex regression with asOf date/time by @planetf1 in #6449
- (Release 3.8) Extend CTS poll count for event based tests by @planetf1 in #6453
New Contributors
- @dwolfson made their first contribution in #6415
- @keytiong made their first contribution in #6119
- @MihaiIliescu made their first contribution in #6421
- @ykrkn made their first contribution in #6343
- @naveensrinivasan made their first contribution in #6429
Full Changelog: V3.7...V3.8
Release 3.7
See https://egeria-project.org/release-notes/3-7/ for the curated release notes
What's Changed
- #6228 Update version to 3.7-SNAPSHOT by @planetf1 in #6235
- git6237 add 3 new contributors by @davidradl in #6239
- Retrieve incomplete assets from OLS graph and UI chassis by @alexandra-bucur in #6128
- Janus connector improve queries by @marius-patrascu in #6238
- updated elasticsearch connector to remove deprecated client by @marius-patrascu in #6289
- Dependabot 20220301a by @planetf1 in #6286
- removed unnecessary code from ui graph by @marius-patrascu in #6291
- Only set LatestChange classifications on Assets and Glossaries by @mandy-chessell in #6296
- Removes duplicate typedef attributes and adds initial relationship super/subtype support to CTS by @cmgrote in #6290
- Fix SERVICE_INITIALIZED for TEX and REX by @bogdan-sava in #6303
- [asset-catalog-omas] Fixed endpoint /relationship-between-entities by @lcpopa in #6302
- Remove entity proxy validation on classify/reclassify/declassify by @popa-raluca in #6287
- Fix: Data Engine misleading error messages due to missing parameter by @lpalashevski in #6310
- #6300 remove graph remo connector from paramaterized tests by @planetf1 in #6319
- #6134 reverts prior change to use backlevel ubuntu due to gradle grap… by @planetf1 in #6321
- Fix maven warning for first-time import of egeria into IntelliJ by @planetf1 in #6318
- Federated query, component status and URLs by @mandy-chessell in #6316
- #6307 remove lombok from global scope: only use where required by @planetf1 in #6320
- Graph repo FVT removal completion by @planetf1 in #6323
- [generic-handlers] Removed iterating through dependent elements by @lcpopa in #6306
- #6326 update self-signed certs by @planetf1 in #6327
- #6298 add issue template for new repo by @planetf1 in #6325
- Ensure federated query (#6311) by @mandy-chessell in #6324
- change egeria logos by @bogdan-sava in #6333
- Set error message id when capturing a generic exception by @popa-raluca in #6334
- Cleanup unused OLS code. by @lpalashevski in #6336
- Update CodeQL scan & add permissions by @planetf1 in #6338
- #6298 update new repo template by @planetf1 in #6344
- Egeria code by @mandy-chessell in #6345
- (Release 3.7) #6341 update version to 3.7 by @planetf1 in #6348
- (Release 3.7) - #6355 re-instate javadoc build (removed in error) by @planetf1 in #6356
Full Changelog: V3.6...V3.7
Release 3.6
See https://egeria-project.org/release-notes/3-6/ for the curated release notes
What's Changed
- #6140 update version to 3.6-SNAPSHOT by @planetf1 in #6156
- #5721 remove docker-compose (release 3.5) by @planetf1 in #5827
- [asset-lineage-omas] Refactor to use generic handlers by @lcpopa in #6144
- Delete CNAME by @jmertic in #6160
- Fix link to "Automated Curation Lab" by @markroth8 in #6162
- Aggregated Dependabot fixes Feb 2022 by @planetf1 in #6206
- Issue 5715 - add FVT for GlossaryAuthorView Rest services by @odttlnt in #6204
- #6137 remove javadoc invocation override by @planetf1 in #6207
- improved ui-chassis error handling and error response messages by @marius-patrascu in #6131
- Fixes for the developer dojo by @mandy-chessell in #6212
- #5934 changing system.outs to log messages by @odttlnt in #6213
- GE OMAS client - Expose linkElementsAsPeerDuplicates from ReferenceableHandler by @alexandra-bucur in #6052
- Javadoc by @planetf1 in #6214
- #6148 Publish javadoc for *framework by @planetf1 in #6216
- fixed asset catalog error codes by @marius-patrascu in #6210
- AL OMAS - refactor type validation by @popa-raluca in #6163
- Updates for the developer dojo by @mandy-chessell in #6224
- AL OMAS configuration property change by @lpalashevski in #6223
- OMRS REST API nextPageURL by @lpalashevski in #6215
- Classification events by @mandy-chessell in #6226
- #6148 refine javadoc include/exclude list for client apis by @planetf1 in #6225
- Make the content pack helper class constructor public by @mandy-chessell in #6227
- Fixes NPE #6229 by @lpalashevski in #6232
- Egeria code by @mandy-chessell in #6233
- #6235 Update version to 3.6 for release by @planetf1 in #6236
- Backports #6290 to release 3.6 (CTS) by @planetf1 in #6301
New Contributors
Full Changelog: V3.5...V3.6
Release 3.5
Release 3.5 (February 2021)
Summary release notes can now be found at https://odpi.github.io/egeria-docs/release-notes/3-5/
What's Changed
- #5929 update version to 3.5-SNAPSHOT by @planetf1 in #5958
- #5960 Update dependabot configuration by @planetf1 in #5961
- remove release notes from master #5929 by @planetf1 in #6006
- Dependabot 20211130a & required REST api fixes (data manager / asset owner) by @planetf1 in #6007
- Correct Javadoc and role relationships by @mandy-chessell in #6019
- remove duplicate version label after dependabot fixes by @planetf1 in #6023
- #6022 Fix the metadataCollection.addTypeDef logic in OMRSRepositoryContentManager.processNewTypeDefEvent by @gnahz-eh in #6024
- [server-chassis-spring] Activate startup servers after application start by @bogdan-sava in #6026
- #6011 fix use of duplicate port number in stewardship action fvt by @planetf1 in #6012
- Software server capability support and resilient integration daemon by @mandy-chessell in #6030
- #5805 improve sonatype lift performance / pin java 11 by @planetf1 in #6032
- Clarify OCF rest calls and extend converters by @mandy-chessell in #6034
- Egeria code by @mandy-chessell in #6037
- Add paging to getNestedAttributes() by @mandy-chessell in #6040
- Data Engine Proxy Retry logic when possible by @lpalashevski in #6031
- Refactor DE + DS proxy connector interface and model to use database for virtual tables by @alexandra-bucur in #6029
- Enable selection of end for getNestedAttributes() by @mandy-chessell in #6048
- #6049 fix permissions in jupyer image by @planetf1 in #6050
- DE OMAS - add capability for upserting Topics with EventTypes and EventSchemaAttributes by @popa-raluca in #6046
- Update UI lab by @lpalashevski in #6057
- Update the end of SoftwareServerSupportedCapability relationship by @mandy-chessell in #6058
- Clean up software server capabilities by @mandy-chessell in #6105
- Dependabot - aggregated updates Jan 2022 by @planetf1 in #6107
- Update the commit process for janusgraph connector by @marius-patrascu in #6042
- Bump dependency-check-maven from 6.5.1 to 6.5.2 by @dependabot in #6110
- AL - add configuration lineage classification types to default ones by @alexandra-bucur in #6033
- fixed janusConnector graph opening calls in unit tests by @marius-patrascu in #6112
- #6114 protect against a null pointer in both tex and rex by @davidradl in #6115
- Asset Catalog - search types name restriction and validation by @alexandra-bucur in #6041
- OLS - fix unit tests by @alexandra-bucur in #6117
- OLS - re-enable JUnits by @alexandra-bucur in #6120
- (TEST) Gradle build reliability improvements by @planetf1 in #6126
- Add Archive Manager OMES by @mandy-chessell in #6116
- improve the Enhancement Issue template by @wbittles in #6125
- Update CNAME by @jmertic in #6135
- #5942 improve codeql performance by @planetf1 in #6142
- #6137 add -Pquick option by @planetf1 in #6138
- Add storage of entity proxy along with the classification operation by @lcpopa in #6039
- Fix various typos by @markroth8 in #6146
- AL OMAS & OLS - add support for Topics & EventSchemaAttributes by @popa-raluca in #6056
- Archives and audit log component descriptions by @mandy-chessell in #6150
- (Release 3.5) Update version to 3.5 by @planetf1 in #6157
New Contributors
- @gnahz-eh made their first contribution in #6024
- @markroth8 made their first contribution in #6146
Full Changelog: V3.4...V3.5
Release 3.4
Release 3.4 (December 2021)
Summary release notes can now be found at https://odpi.github.io/egeria-docs/release-notes/3-4/
Note: We currently do not expect to publish a release during December (release January), so the next release will be in approximately 2 months time.
What's Changed
- Added asset catalog out topic connector to be used by search OMIS by @marius-patrascu in #5733
- #5828 update master to 3.4-SNAPSHOT by @planetf1 in #5852
- #5855 Fix chassis start failure caused by jackson dataformat version by @planetf1 in #5856
- #5855 add publish to quay.io for release pipeline by @planetf1 in #5860
- #5271 update docker-compose (deprecated) to use egeria 3.3 images by @planetf1 in #5862
- Adding new postcard based on Dojo by @tcnt in #5859
- #5866 fix bad link (broken during other refactoring) to new k8s docs by @planetf1 in #5868
- #5869 prevent null ptr exception in kafka connector by @davidradl in #5870
- Dependabot Nov 2021 by @planetf1 in #5902
- Bump nettyVersion from 4.1.68.Final to 4.1.69.Final by @planetf1 in #5906
- #5903 add config for server author by @planetf1 in #5904
- #5903 Fix to glossary author config by @planetf1 in #5908
- #5828 minor updates to 3.3 release notes by @planetf1 in #5907
- fix broken doc links. by @lpalashevski in #5865
- Fix ETL Jobs in Open Lineage Connector by @alexandra-bucur in #5851
- UI chassis fixes by @marius-patrascu in #5867
- Fix as per Issue #5801 by @Inventoroz in #5809
- Egeria's OpenLineage support by @mandy-chessell in #5915
- #5816 update category with parent by @davidradl in #5914
- Ols retrieve al topic by @marius-patrascu in #5847
- Fix admin security checks and messages by @mandy-chessell in #5917
- Egeria code by @mandy-chessell in #5920
- #5810 support additionParameters for Terms by @davidradl in #5916
- Replaces links to test suite descriptions to new website by @cmgrote in #5924
- Query details of active server status by @mandy-chessell in #5925
- release-notes-3-4 draft & intellij tutorial README draft by @bogdan-sava in #5923
- remove graph-repository-connector dependency from connector-configuration-factory by @bogdan-sava in #5848
- Add Data Engine missing Javadoc by @alexandra-bucur in #5922
- #5702 update gradle to 7.3 by @planetf1 in #5919
- DS Proxy - add capability to process virtual assetes by @popa-raluca in #5871
- #5926 add attributes to KafkaTopic by @davidradl in #5931
- Cts by @cmgrote in #5932
- fix maven dependencies version by @bogdan-sava in #5930
- #5936 amend kafkaTopic property names by @davidradl in #5940
- Fix classification issues found during the Deduplication Governance Action Connector analysis by @alexandra-bucur in #5941
- Change parameter in function calls by @tcnt in #5913
- [ui-chassis-spring] jwt refactoring by @bogdan-sava in #5944
- Fix ignore group for org.hibernate by @lpalashevski in #5949
- Update nexus-iq-clm.yml by @lpalashevski in #5950
- #5951 remove fixed version from nexus-iq scan by @planetf1 in #5952
- #5942 update CodeQL job to fix branch protection issue by @planetf1 in #5953
- Add support for ARM64 Image Build by @tcnt in #5947
- Add support for profiles, users and roles by @mandy-chessell in #5957
- (Release 3.4) Update version to 3.4 by @planetf1 in #5959
Full Changelog: V3.3...V3.4