Skip to content

Bump com.auth0:auth0 from 2.22.0 to 3.0.0 in /cnf#3521

Merged
sfeilmeier merged 6 commits intodevelopfrom
dependabot/maven/cnf/develop/com.auth0-auth0-3.0.0
Jan 18, 2026
Merged

Bump com.auth0:auth0 from 2.22.0 to 3.0.0 in /cnf#3521
sfeilmeier merged 6 commits intodevelopfrom
dependabot/maven/cnf/develop/com.auth0-auth0-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2026

Bumps com.auth0:auth0 from 2.22.0 to 3.0.0.

Release notes

Sourced from com.auth0:auth0's releases.

3.0.0

🎉 Announcing Release 3.0.0

Overview

We’re excited to share that v3 of the Auth0 Java SDK is now GA! This major release represents a significant evolution of the Java client library for Auth0, designed to make integrating with Auth0’s Authentication and Management APIs simpler, clearer, and more robust for server-side JVM applications.

Changes in this PR

  • Updated .version file to v3.0.0
  • Added comprehensive v3.0.0 release notes to CHANGELOG.md
  • Updated Readme with v3.0.0 version

What’s New in v3

Added Features

  • New OpenAPI-generated Management API SDK: Complete rewrite of the Management API client using Fern code generation.
  • Improved type safety: using enums
  • Automatic pagination: SyncPagingIterable<T> for automatic pagination
  • Nullability annotations on generated POJOs
  • error handling: unified ManagementApiException class
  • Support for explicit null values in PATCH operations
  • HTTP client upgraded to OkHttp 5.2.1

⚠️ BREAKING CHANGES - Major Rewrite

The Management API client has been fully rewritten using Fern OpenAPI code generation. Users will need to update their code when migrating from v2.x to v3.0.0, refer

Key breaking changes include:

  • Hierarchical sub-clients replace flat entity APIs.
  • Manual pagination removed in favor of SyncPagingIterable
  • Unified exception handling via ManagementApiException
  • Client initialization updated to ManagementApi.builder()
  • Request and response models now use generated, immutable *RequestContent, *ResponseContent, and *RequestParameters types
  • Package structure updated across all Management API resources

Deprecated APIs have been removed:

  • AuthAPI constructors.
  • Legacy authentication and signup helpers.
  • Networking helpers, buildNetworkingClient.
  • Deprecated method from MultipartRequest.
  • Internal EmptyBodyVoidRequest
  • Deprecated HttpOptions
  • EXAMPLES.md with reference.md

Migration Example

... (truncated)

Changelog

Sourced from com.auth0:auth0's changelog.

3.0.0 (2026-01-09)

Full Changelog

Added Features

  • New OpenAPI-generated Management API SDK: Complete rewrite of the Management API client using Fern code generation.
  • Improved type safety: using enums
  • Automatic pagination: SyncPagingIterable<T> for automatic pagination
  • Nullability annotations on generated POJOs
  • error handling: unified ManagementApiException class
  • Support for explicit null values in PATCH operations
  • HTTP client upgraded to OkHttp 5.2.1

⚠️ Breaking Changes — Major Rewrite

  • The Management API client has been fully rewritten using Fern OpenAPI code generation. Applications migrating from v2.x must update their code.
  • Key Breaking Changes:
    • Hierarchical sub-clients replace flat entity APIs.
    • Manual pagination removed in favor of SyncPagingIterable<T>.
    • Unified exception handling via ManagementApiException.
    • Client initialization updated to ManagementApi.builder().
    • Request and response models now use generated, immutable *RequestContent, *ResponseContent, and *RequestParameters types.
    • Package structure updated across all Management API resources.

Deprecated APIs have been removed:

  • Removed deprecated AuthAPI constructors.
  • Removed legacy authentication and signup helpers.
  • Deprecated networking helpers removed:
  • Removed deprecated method from MultipartRequest.
  • Removed internal EmptyBodyVoidRequest
  • Removed HttpOptions
  • Removed EXAMPLES.md, refer reference.md

Migration Example

Management API Client Initialization

Before (v2):

import com.auth0.client.mgmt.ManagementAPI;
// Using domain and token
ManagementAPI mgmt = ManagementAPI.newBuilder("{YOUR_DOMAIN}", "{YOUR_API_TOKEN}").build();
// Using TokenProvider
TokenProvider tokenProvider = SimpleTokenProvider.create("{YOUR_API_TOKEN}");
ManagementAPI mgmt = ManagementAPI.newBuilder("{YOUR_DOMAIN}", tokenProvider).build();

... (truncated)

Commits

Dependabot compatibility score

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 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
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot bot added 2 commits January 15, 2026 23:33
Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.22.2 to 0.23.0.
- [Release notes](https://github.com/auth0/jwks-rsa-java/releases)
- [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md)
- [Commits](auth0/jwks-rsa-java@0.22.2...0.23.0)

---
updated-dependencies:
- dependency-name: com.auth0:jwks-rsa
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [com.auth0:auth0](https://github.com/auth0/auth0-java) from 2.22.0 to 3.0.0.
- [Release notes](https://github.com/auth0/auth0-java/releases)
- [Changelog](https://github.com/auth0/auth0-java/blob/master/CHANGELOG.md)
- [Commits](auth0/auth0-java@2.22.0...3.0.0)

---
updated-dependencies:
- dependency-name: com.auth0:auth0
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jan 15, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3521      +/-   ##
=============================================
- Coverage      59.20%   59.17%   -0.03%     
  Complexity       105      105              
=============================================
  Files           3040     3040              
  Lines         132190   132190              
  Branches        9756     9756              
=============================================
- Hits           78250    78205      -45     
- Misses         50986    51041      +55     
+ Partials        2954     2944      -10     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sfeilmeier sfeilmeier merged commit 2f8e4fb into develop Jan 18, 2026
7 of 8 checks passed
@sfeilmeier sfeilmeier deleted the dependabot/maven/cnf/develop/com.auth0-auth0-3.0.0 branch January 18, 2026 16:37
iseeberg79 added a commit to iseeberg79/openems that referenced this pull request Jan 23, 2026
* Push version to 2026.1.0

* Start development of version 2026.2.0-SNAPSHOT

* prepare

* fix history

* low priority

* Bump org.jmdns:jmdns from 3.6.2 to 3.6.3 in /cnf (OpenEMS#3495)

* Bump org.jmdns:jmdns from 3.6.2 to 3.6.3 in /cnf

Bumps [org.jmdns:jmdns](https://github.com/jmdns/jmdns) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/jmdns/jmdns/releases)
- [Changelog](https://github.com/jmdns/jmdns/blob/main/CHANGELOG.txt)
- [Commits](jmdns/jmdns@3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: org.jmdns:jmdns
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 in /cnf (OpenEMS#3496)

* Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 in /cnf

Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.2 to 1.22.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.21.2...jsoup-1.22.1)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-version: 1.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* [Common] Docs: Update architecture.adoc: fixed ul within section process image (OpenEMS#3490)

- added newline to fix unordered list in section "6. Process Image". 
- typographically corrected the dashes in the last sentence of the section.

* [Common] Docs: Update device_service.adoc: corrected title & added services (OpenEMS#3489)

- Corrected title from "Controller" to "Device and Service".
- In introduction section added "services" in addition to "devices" as description.

* [Common] Docs: Dynamic Documentation Generation, Natures (incl. ESS & IO) (OpenEMS#3488)

* extends docu on Dynamic Documentation Generation, Natures in general and 2 specific natures: ESS & IO
* improved ALT-texts of images to improve accessability

* [Edge] Fronius: update readme.adoc: corrected formatting for ul (OpenEMS#3498)

added line breaks to correct ul rendering

* [Edge] Meter.Janitza.UMG80: add support for Janitza UMG806 (via UMG604 Master) (OpenEMS#3449)

* Adding component UMG806 to Janitza folder

---------

Co-authored-by: Florian Himmelsbach <[email protected]>
Co-authored-by: Florian Himmelsbach <[email protected]>

* [Edge] Meter.Janitza.UMG806: cleanup after OpenEMS#3449 (OpenEMS#3502)

- Fix JUnit tests (by adding empty test-cases to allow reading from Modbus)
- Add new meter type to README
- Apply Eclipse Autoformatting; use static imports
- Reset dependabot.yml

* Bump org.rrd4j:rrd4j from 3.9 to 3.10 in /cnf (OpenEMS#3504)

* Bump org.rrd4j:rrd4j from 3.9 to 3.10 in /cnf

Bumps [org.rrd4j:rrd4j](https://github.com/rrd4j/rrd4j) from 3.9 to 3.10.
- [Changelog](https://github.com/rrd4j/rrd4j/blob/master/changelog.txt)
- [Commits](https://github.com/rrd4j/rrd4j/commits)

---
updated-dependencies:
- dependency-name: org.rrd4j:rrd4j
  dependency-version: '3.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump org.junit.jupiter:junit-jupiter-api from 6.0.1 to 6.0.2 in /cnf (OpenEMS#3503)

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Edge] Controller.IO.ChannelSingleThreshold: fix GitHub link in readme.adoc (OpenEMS#3508)

* update calculations

wip

Revert "wip"

This reverts commit 56b0bdb.

Revert "update calculations"

This reverts commit fbd8271.

wip

* [Edge] IO.Shelly: Firmware: check only for stable versions (OpenEMS#3517)

* Check if stable version is available
* Added Unit Test

---------

Co-authored-by: Stefan Hanshans <[email protected]>

* FEMS Backports 2026-01-15 (OpenEMS#3518)

* Backend
  * [Backend] Fix setting AlertingSettings for customers [Commit](OpenEMS@5eb3ea9)
  * [Backend] Backports [Commit](OpenEMS@8d64a89)
    * **Implement Edge.Manager; Drop EdgeWebsocket -> allows load balancing** -> BREAKING: This requires changes to Backend infrastructure, as it allows separating Backend to multiple servers.
    * OAuth via KeyCloak -> This splits the authentication process into OAuth via KeyCloak and Odoo
    * Add settings to GetEdges
    * Moved role from user object to metadata
    * Extend Odoo Filter
    * Backend.Edge.App: add histogram metrics to requests
    * Aggregated-InfluxDB: increase allowed Component-IDs for EVSE and EVCS
    * Add ElectricityMeter Channels for `io`s
    * MetadataOdoo: handle uncached Edges
    * Remove UiWebsocketValidator
    * Dummy AppCenter Metadata
  * [Backend] Mitigate possible regex backtracking [Commit](OpenEMS@3570e05)

* UI
  * [UI] formly-range-type: set default value [Commit](OpenEMS@040fedf)
  * [UI] IBN: add configuration for alerting [Commit](OpenEMS@fa8f22d)
  * [UI] Add validator for first- and last-name fields [Commit](OpenEMS@249ecc2)
  * [UI] eslint-rule `json-no-duplicate-keys` [Commit](OpenEMS@84d0040)
  * [UI] App Center: fix display of registered keys [Commit](OpenEMS@bf78c1c)
  * [UI] fix redirects [Commit](OpenEMS@252aada)
  * [UI] improve oauth flow [Commit](OpenEMS@2a5d475)
  * [UI] Fix user back button [Commit](OpenEMS@333ec4d)
  * [UI] Settings | Systemlog: fix toggle [Commit](OpenEMS@babf993)
  * [UI] OAuth for android app [Commit](OpenEMS@4967d65)
  * [UI] OAuth implementation [Commit](OpenEMS@b65ff7e)
  * [UI] Spinner for excel export [Commit](OpenEMS@b09b76f)

* Edge
  * [Edge] Evse.Controller: implement "Minimum-with-Surplus" mode [Commit](OpenEMS@56dee05)
  * [Edge] App.Prediction.Weather: add components aliases [Commit](OpenEMS@d4d5e1e)
  * [Edge] HTTP Bridge: improvements [Commit](OpenEMS@a062bbf)
  * [Edge] JSCalendar: improvements [Commit](OpenEMS@8c5d078)
  * [Edge] Battery.Fenecon.Home: update register types from INTEGER to LONG for energy channels [Commit](OpenEMS@bbdc610)
  * [Edge] Evse.Controller: implement "Minimum-with-Surplus" mode [Commit](OpenEMS@c43f450)
  * [Edge] EnergyScheduler v2: Fix regular optimization schedule [Commit](OpenEMS@6fe57f8)
  * [Edge] JSCalendar: implement MONTHLY recurrence [Commit](OpenEMS@32eb54d)
  * [Edge] BatteryProtection: support dynamic ForceCharge/Discharge current [Commit](OpenEMS@d781c38)
  * [Edge] XmlUtils: activate SECURE_PROCESSING feature [Commit](OpenEMS@1e51ed4)
  * [Edge] FENECON Commercial 100 App [Commit](OpenEMS@c19b11c)
  * [Edge] JSCalendarApi: fix error [Commit](OpenEMS@d44ae56)
  * [Edge] App.System.Fenecon.Home: Remove relay validation [Commit](OpenEMS@076d9ca)
  * [Edge] EnergyScheduler v2 improvements [Commit](OpenEMS@c2780c6)
  * [Edge] Move JSCalendar JSONRPC API-Routes to common [Commit](OpenEMS@891203d)
  * [Edge] EnergyScheduler v2 improvements [Commit](OpenEMS@d84daa4)
  * [Edge] QuarterlyValues: use `Instant` instead of `ZonedDateTime` [Commit](OpenEMS@84200b3)
  * [Edge] EnergyScheduler v2 improvements [Commit](OpenEMS@5b72937)
  * [Edge] Battery.Fenecon.Home: add registers [Commit](OpenEMS@d868f1a)
  * [Edge] EnergyScheduler & TimeOfUseTariffController: resolve cyclic dependencies [Commit](OpenEMS@6ce01de)
  * [Edge] EnergyScheduler: Add generations counter [Commit](OpenEMS@59c6f62)

* Common
  * [Edge/Backend] Update bnd to 7.2.1 [Commit](OpenEMS@7964f97)
  * [Common] Checkstyle: check test files [Commit](OpenEMS@6a5d52c)
  * [Common] Tools: read version from package.json or OpenemsConstants.java [Commit](OpenEMS@d0d77e7)
  * [Common] Fix `prepare-commit.sh` script [Commit](OpenEMS@955dedd)

---------

Co-authored-by: Andreas Mur <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-authored-by: Michael Grill <[email protected]>
Co-authored-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-authored-by: Leonhard Anderle <[email protected]>
Co-authored-by: Sebastian Asen <[email protected]>
Co-authored-by: Alex Belke <[email protected]>
Co-authored-by: Leon Blenk <[email protected]>
Co-authored-by: Johann Kaufmann <[email protected]>
Co-authored-by: Fabian Brandtner <[email protected]>
Co-authored-by: Hanna Späth <[email protected]>

* Bump net.bytebuddy:byte-buddy from 1.18.3 to 1.18.4 in /cnf (OpenEMS#3525)

* Bump net.bytebuddy:byte-buddy from 1.18.3 to 1.18.4 in /cnf

Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.3 to 1.18.4.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.18.3...byte-buddy-1.18.4)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.18.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply prepare-commit.sh

* Update package-lock

* Reset to develop

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump com.google.protobuf:protobuf-java from 4.33.2 to 4.33.4 in /cnf (OpenEMS#3524)

* Bump com.google.protobuf:protobuf-java from 4.33.2 to 4.33.4 in /cnf

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.33.2 to 4.33.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.33.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply prepare-commit.sh

* Update Node to LTS 24

* Update package-lock

* Update package-lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump the influxdb group in /cnf with 4 updates (OpenEMS#3519)

* Bump the influxdb group in /cnf with 4 updates

Bumps the influxdb group in /cnf with 4 updates: [com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java), [com.influxdb:influxdb-client-core](https://github.com/influxdata/influxdb-client-java), [com.influxdb:influxdb-client-utils](https://github.com/influxdata/influxdb-client-java) and [com.influxdb:flux-dsl](https://github.com/influxdata/influxdb-client-java).


Updates `com.influxdb:influxdb-client-java` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v7.4.0...v7.5.0)

Updates `com.influxdb:influxdb-client-core` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v7.4.0...v7.5.0)

Updates `com.influxdb:influxdb-client-utils` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v7.4.0...v7.5.0)

Updates `com.influxdb:flux-dsl` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v7.4.0...v7.5.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: influxdb
- dependency-name: com.influxdb:influxdb-client-core
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: influxdb
- dependency-name: com.influxdb:influxdb-client-utils
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: influxdb
- dependency-name: com.influxdb:flux-dsl
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: influxdb
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bnd

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 in /cnf (OpenEMS#3523)

* Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 in /cnf

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.8 to 42.7.9.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.8...REL42.7.9)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump com.auth0:auth0 from 2.22.0 to 3.0.0 in /cnf (OpenEMS#3521)

* Bump com.auth0:jwks-rsa from 0.22.2 to 0.23.0 in /cnf

Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.22.2 to 0.23.0.
- [Release notes](https://github.com/auth0/jwks-rsa-java/releases)
- [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md)
- [Commits](auth0/jwks-rsa-java@0.22.2...0.23.0)

---
updated-dependencies:
- dependency-name: com.auth0:jwks-rsa
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump com.auth0:auth0 from 2.22.0 to 3.0.0 in /cnf

Bumps [com.auth0:auth0](https://github.com/auth0/auth0-java) from 2.22.0 to 3.0.0.
- [Release notes](https://github.com/auth0/auth0-java/releases)
- [Changelog](https://github.com/auth0/auth0-java/blob/master/CHANGELOG.md)
- [Commits](auth0/auth0-java@2.22.0...3.0.0)

---
updated-dependencies:
- dependency-name: com.auth0:auth0
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependabot.yml

* Update bndrun+wrapper

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump com.fasterxml.jackson.core:jackson-annotations from 2.19.2 to 2.20 in /cnf (OpenEMS#3522)

* Bump com.fasterxml.jackson.core:jackson-annotations in /cnf

Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.19.2 to 2.20.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: '2.20'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump package-json dependencies in /ui (OpenEMS#3514)

* Bump @angular/core from 20.3.15 to 20.3.16 in /ui

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.15 to 20.3.16.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.16/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 20.3.16
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update non-blocking UI dependencies

* Reset ngx-device-detector

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* [Edge] Edge2Edge: properly parse `null` modbus values (OpenEMS#3479)

* Add UNDEFINED_VALUE and UNDEFINED_BYTE_ARRAY
* UINT32: use Long internally to fit value
* UINT16: use Integer internally to fit value
* Fix if Deque only contains Dummys
* Fix Tests

* [Edge] Ess.Power: "keeping all near equal": fix for undefined SOC (OpenEMS#3516)

* Extend try-block to handle undefined SOC
* Added JUnit-test for undefined SOC
* Minimize try-Block

* [Edge] Tools for integration tests (OpenEMS#3319)

Adds a folder integration_tests that enables us to execute integration tests. The framework automatically spins up an openems edge instance before each test, loads desired configuration files and executes the test.

More infos about how to use the integration tests are in the tools/integration_tests/README.md file.

Testing:
run the following once you full filled the requirements mentioned in `tools/integration_tests/README.md`
```
> poetry run pytest
============================================================================================================================ test session starts ============================================================================================================================
platform win32 -- Python 3.12.10, pytest-8.4.1, pluggy-1.6.0
rootdir: C:\Users\FelixRemmel\development\openems\tools\integration_tests
configfile: pyproject.toml
collected 6 items

openems_integration_tests\tests\edge\ems\power_solver\test_keep_all_equals.py ..                                                                                                                                                                                       [ 33%]
openems_integration_tests\tests\edge\ems\test_channel_priorities.py ..                                                                                                                                                                                                 [ 66%]
openems_integration_tests\tests\edge\ems\test_smoke_tests.py .                                                                                                                                                                                                         [ 83%]
tests\ems_test.py .                                                                                                                                                                                                                                                    [100%]

======================================================================================================================= 6 passed in 230.64s (0:03:50) =======================================================================================================================
```

Co-authored-by: Felix Remmel <[email protected]>

* [UI] Adjust large screen widget size based on nav position (OpenEMS#3354)

Changed the size attribute for the `ion-col` element in `live.component.html` to dynamically adjust the widget size on large screens depending on the navigation service's position. This allows for a more flexible layout, accommodating different navigation positions by setting the size to 8 if the navigation is on the left and 6 otherwise (standard).

* [Edge] Controller.IO.ChannelSingleThreshold: update readme.adoc (OpenEMS#3511)

* [Edge] Controller.CHP.SoC: improve readme.adoc (OpenEMS#3507)

Add explanation of abbrevation CHP in readme.adoc, including some minor text adjustments in the surrounding

* [Common] Docs: improve formatting in nature.adoc (OpenEMS#3506)

* fix lists (adding empty line in front)
* added more inline code blocks to improve readability
* separator line to separate pre-text from documention of the natures.

* [Common] Update Gradle to 9.3.0 (OpenEMS#3529)

https://github.com/gradle/gradle/releases/tag/v9.3.0

* [Edge] Controller.IO.ChannelSingleThreshold: allow double values as input (OpenEMS#3510)

* Convert input channel value to Double
* Modernize code

* fix merge errors

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Stefan Feilmeier <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sjjh <[email protected]>
Co-authored-by: janklostermann <[email protected]>
Co-authored-by: Sascha Schiegg <[email protected]>
Co-authored-by: Florian Himmelsbach <[email protected]>
Co-authored-by: Florian Himmelsbach <[email protected]>
Co-authored-by: sthhs <[email protected]>
Co-authored-by: Stefan Hanshans <[email protected]>
Co-authored-by: Andreas Mur <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-authored-by: Michael Grill <[email protected]>
Co-authored-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-authored-by: Leonhard Anderle <[email protected]>
Co-authored-by: Sebastian Asen <[email protected]>
Co-authored-by: Alex Belke <[email protected]>
Co-authored-by: Leon Blenk <[email protected]>
Co-authored-by: Johann Kaufmann <[email protected]>
Co-authored-by: Fabian Brandtner <[email protected]>
Co-authored-by: Hanna Späth <[email protected]>
Co-authored-by: Jan <[email protected]>
Co-authored-by: Thomas Sicking <[email protected]>
Co-authored-by: parapluplu <[email protected]>
Co-authored-by: Felix Remmel <[email protected]>
Co-authored-by: Hannes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant