Skip to content

chore(deps): update non-major dependencies#45

Merged
JFWenisch merged 1 commit into
mainfrom
renovate/non-major-dependencies
Jul 18, 2026
Merged

chore(deps): update non-major dependencies#45
JFWenisch merged 1 commit into
mainfrom
renovate/non-major-dependencies

Conversation

@renovate-wenisch-tech

@renovate-wenisch-tech renovate-wenisch-tech Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-java (changelog) action digest 1bcf9fb03ad4de
docker/login-action (changelog) action digest c99871daf1e73f
softprops/action-gh-release (changelog) action digest 718ea103d0d988

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@renovate-wenisch-tech renovate-wenisch-tech Bot added the dependencies Pull requests that update a dependency file label Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Container Endpoint Check

Image: ghcr.io/wenisch-tech/proxera:0.12.19-pr.45.259

Endpoint URL Status Latency
✅ Proxy Health http://localhost:18080/actuator/health 200 179ms
✅ Admin Health http://localhost:18080/actuator/health 200 14ms
✅ Admin Login http://localhost:18080/login 200 233ms
✅ Admin Dashboard http://localhost:18080/admin/ 302 18ms

Container logs (last 50 lines):

2026-07-03T14:04:19.391Z  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-07-03T14:04:19.409Z  INFO 1 --- [           main] org.flywaydb.core.FlywayExecutor         : Database: jdbc:h2:file:./data/proxera (H2 2.4)
2026-07-03T14:04:19.467Z  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-07-03T14:04:19.505Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Schema history table "PUBLIC"."flyway_schema_history" does not exist yet
2026-07-03T14:04:19.509Z  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.020s)
2026-07-03T14:04:19.517Z  INFO 1 --- [           main] org.flywaydb.core.Flyway                 : All configured schemas are empty; a baseline marker will not be added to Flyway's schema history table. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended. See https://help.red-gate.com/help/flyway-cli12/help_4.aspx?topic=baseline-on-migrate for more info
2026-07-03T14:04:19.519Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
2026-07-03T14:04:19.557Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2026-07-03T14:04:19.574Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "1 - init"
2026-07-03T14:04:19.600Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "2 - add api key revoked"
2026-07-03T14:04:19.610Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "3 - rename client to agent"
2026-07-03T14:04:19.618Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "4 - move prefix to domains"
2026-07-03T14:04:19.643Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "5 - add settings"
2026-07-03T14:04:19.647Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "6 - add agent remote ip"
2026-07-03T14:04:19.655Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "7 - add route forward client ip headers"
2026-07-03T14:04:19.663Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "8 - allow unmatched access log entries"
2026-07-03T14:04:19.666Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "9 - add route preserve host header"
2026-07-03T14:04:19.676Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC", now at version v9 (execution time 00:00.063s)
2026-07-03T14:04:19.812Z  INFO 1 --- [           main] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-03T14:04:19.881Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-03T14:04:20.441Z  INFO 1 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-07-03T14:04:20.520Z  INFO 1 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:file:./data/proxera]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: proxera/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-07-03T14:04:21.543Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-03T14:04:21.551Z  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-03T14:04:21.607Z  INFO 1 --- [           main] o.s.d.j.r.query.QueryEnhancerFactories   : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-07-03T14:04:21.804Z DEBUG 1 --- [           main] t.w.proxera.security.ApiKeyAuthFilter    : Filter 'apiKeyAuthFilter' configured for use
2026-07-03T14:04:22.640Z DEBUG 1 --- [           main] t.w.proxera.service.IngressService       : Not running in Kubernetes - ingress management unavailable
2026-07-03T14:04:22.876Z  INFO 1 --- [           main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name proxeraUserDetailsService
2026-07-03T14:04:23.080Z DEBUG 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Patterns [/tunnel] in 'webSocketHandlerMapping'
2026-07-03T14:04:23.477Z  INFO 1 --- [           main] o.s.b.h.a.H2ConsoleAutoConfiguration     : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./data/proxera'
2026-07-03T14:04:23.533Z  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoints beneath base path '/actuator'
2026-07-03T14:04:23.612Z  INFO 1 --- [           main] o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) with context path '/'
2026-07-03T14:04:23.632Z  INFO 1 --- [           main] t.wenisch.proxera.ProxeraApplication     : Started ProxeraApplication in 8.127 seconds (process running for 8.825)
2026-07-03T14:04:23.813Z  WARN 1 --- [           main] t.wenisch.proxera.service.UserService    : No users found — creating default admin/admin. CHANGE THE PASSWORD!
2026-07-03T14:04:23.990Z  WARN 1 --- [           main] o.s.core.events.SpringDocAppInitializer  : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false'
2026-07-03T14:04:44.852Z  INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-03T14:04:44.852Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-07-03T14:04:44.854Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Completed initialization in 2 ms
2026-07-03T14:04:44.905Z DEBUG 1 --- [omcat-handler-0] t.w.proxera.service.RoutingService       : Route cache built with 0 domain entries

Container state:

{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3460,"ExitCode":0,"Error":"","StartedAt":"2026-07-03T14:04:14.681138377Z","FinishedAt":"0001-01-01T00:00:00Z"}

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Trivy vulnerability report

Image: ghcr.io/wenisch-tech/proxera:0.12.19-pr.45.259


Report Summary

┌─────────────────────────────────────────────────────────────────┬───────┬─────────────────┐
│                             Target                              │ Type  │ Vulnerabilities │
├─────────────────────────────────────────────────────────────────┼───────┼─────────────────┤
│ ghcr.io/wenisch-tech/proxera:0.12.19-pr.45.259 (wolfi 20230201) │ wolfi │        0        │
├─────────────────────────────────────────────────────────────────┼───────┼─────────────────┤
│ app/app.jar                                                     │  jar  │        1        │
└─────────────────────────────────────────────────────────────────┴───────┴─────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.72/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


Java (jar)
==========
Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌───────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────────────┬────────────────────────────────────────────────────────────┐
│                        Library                        │ Vulnerability  │ Severity │ Status │ Installed Version │         Fixed Version         │                           Title                            │
├───────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────────────┼────────────────────────────────────────────────────────────┤
│ com.fasterxml.jackson.core:jackson-databind (app.jar) │ CVE-2026-54515 │ MEDIUM   │ fixed  │ 2.21.4            │ 3.1.4, 2.18.9, 2.21.5, 2.22.1 │ jackson-databind: jackson-databind: Ignored properties can │
│                                                       │                │          │        │                   │                               │ be unexpectedly modified                                   │
│                                                       │                │          │        │                   │                               │ https://avd.aquasec.com/nvd/cve-2026-54515                 │
└───────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Trivy vulnerability report (native-distroless)

Image: ghcr.io/wenisch-tech/proxera:native-distroless-0.12.19-pr.45.259


Report Summary

┌─────────────────────────────────────────────────────────────────────────────────┬────────┬─────────────────┐
│                                     Target                                      │  Type  │ Vulnerabilities │
├─────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────┤
│ ghcr.io/wenisch-tech/proxera:native-distroless-0.12.19-pr.45.259 (debian 12.14) │ debian │        4        │
├─────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────┤
│ app/proxera.jar                                                                 │  jar   │        1        │
└─────────────────────────────────────────────────────────────────────────────────┴────────┴─────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.72/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


ghcr.io/wenisch-tech/proxera:native-distroless-0.12.19-pr.45.259 (debian 12.14)
===============================================================================
Total: 4 (MEDIUM: 4, HIGH: 0, CRITICAL: 0)

┌─────────┬───────────────┬──────────┬──────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │  Status  │ Installed Version │ Fixed Version │                            Title                             │
├─────────┼───────────────┼──────────┼──────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ libc6   │ CVE-2026-5435 │ MEDIUM   │ affected │ 2.36-9+deb12u14   │               │ glibc: glibc: Out-of-bounds write via TSIG record processing │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5435                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-5450 │          │          │                   │               │ glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc`     │
│         │               │          │          │                   │               │ format specifier and...                                      │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5450                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-5928 │          │          │                   │               │ glibc: glibc: Information disclosure or denial of service    │
│         │               │          │          │                   │               │ via ungetwc function with...                                 │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5928                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-6238 │          │          │                   │               │ glibc: glibc: Application crash or uninitialized memory read │
│         │               │          │          │                   │               │ via crafted DNS response...                                  │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6238                    │
└─────────┴───────────────┴──────────┴──────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

Java (jar)
==========
Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌───────────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────────────┬────────────────────────────────────────────────────────────┐
│                          Library                          │ Vulnerability  │ Severity │ Status │ Installed Version │         Fixed Version         │                           Title                            │
├───────────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────────────┼────────────────────────────────────────────────────────────┤
│ com.fasterxml.jackson.core:jackson-databind (proxera.jar) │ CVE-2026-54515 │ MEDIUM   │ fixed  │ 2.21.4            │ 3.1.4, 2.18.9, 2.21.5, 2.22.1 │ jackson-databind: jackson-databind: Ignored properties can │
│                                                           │                │          │        │                   │                               │ be unexpectedly modified                                   │
│                                                           │                │          │        │                   │                               │ https://avd.aquasec.com/nvd/cve-2026-54515                 │
└───────────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Native Container Endpoint Check

Image: ghcr.io/wenisch-tech/proxera:native-distroless-0.12.19-pr.45.259

Endpoint URL Status Latency
✅ Proxy Health http://localhost:18081/actuator/health 200 20ms
✅ Admin Health http://localhost:18081/actuator/health 200 10ms
✅ Admin Login http://localhost:18081/login 200 41ms
✅ Admin Dashboard http://localhost:18081/admin/ 302 10ms

Container logs (last 50 lines):

2026-07-03T14:13:00.866Z  WARN 1 --- [           main] o.f.c.i.s.classpath.ClassPathScanner     : Unable to scan location: /db/migration (unsupported protocol: resource)
2026-07-03T14:13:00.866Z  WARN 1 --- [           main] o.f.c.i.s.classpath.ClassPathScanner     : Unable to scan location: /db/migration (unsupported protocol: resource)
2026-07-03T14:13:00.909Z  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-07-03T14:13:00.911Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Schema history table "PUBLIC"."flyway_schema_history" does not exist yet
2026-07-03T14:13:00.911Z  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.002s)
2026-07-03T14:13:00.912Z  INFO 1 --- [           main] org.flywaydb.core.Flyway                 : All configured schemas are empty; a baseline marker will not be added to Flyway's schema history table. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended. See https://help.red-gate.com/help/flyway-cli12/help_4.aspx?topic=baseline-on-migrate for more info
2026-07-03T14:13:00.912Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
2026-07-03T14:13:00.913Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2026-07-03T14:13:00.914Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "1 - init"
2026-07-03T14:13:00.916Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "2 - add api key revoked"
2026-07-03T14:13:00.917Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "3 - rename client to agent"
2026-07-03T14:13:00.918Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "4 - move prefix to domains"
2026-07-03T14:13:00.920Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "5 - add settings"
2026-07-03T14:13:00.921Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "6 - add agent remote ip"
2026-07-03T14:13:00.922Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "7 - add route forward client ip headers"
2026-07-03T14:13:00.923Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "8 - allow unmatched access log entries"
2026-07-03T14:13:00.923Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "9 - add route preserve host header"
2026-07-03T14:13:00.924Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC", now at version v9 (execution time 00:00.003s)
2026-07-03T14:13:00.933Z  INFO 1 --- [           main] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-03T14:13:00.936Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-03T14:13:00.952Z  INFO 1 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:file:./data/proxera]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: proxera/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-07-03T14:13:00.977Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-03T14:13:00.979Z  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-03T14:13:00.987Z  INFO 1 --- [           main] o.s.d.j.r.query.QueryEnhancerFactories   : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-07-03T14:13:01.016Z DEBUG 1 --- [           main] t.w.proxera.security.ApiKeyAuthFilter    : Filter 'apiKeyAuthFilter' configured for use
2026-07-03T14:13:01.045Z DEBUG 1 --- [           main] t.w.proxera.service.IngressService       : Not running in Kubernetes - ingress management unavailable
2026-07-03T14:13:01.077Z  INFO 1 --- [           main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name proxeraUserDetailsService
2026-07-03T14:13:01.104Z DEBUG 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Patterns [/tunnel] in 'webSocketHandlerMapping'
2026-07-03T14:13:01.222Z  INFO 1 --- [           main] o.s.b.h.a.H2ConsoleAutoConfiguration     : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./data/proxera'
2026-07-03T14:13:01.226Z  WARN 1 --- [           main] i.m.c.i.binder.jvm.JvmGcMetrics          : GC notifications will not be available because no GarbageCollectorMXBean of the JVM provides any. GCs=[young generation scavenger, complete scavenger]
2026-07-03T14:13:01.231Z  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoints beneath base path '/actuator'
2026-07-03T14:13:01.240Z  INFO 1 --- [           main] o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) with context path '/'
2026-07-03T14:13:01.241Z  INFO 1 --- [           main] t.wenisch.proxera.ProxeraApplication     : Started ProxeraApplication in 0.532 seconds (process running for 0.575)
2026-07-03T14:13:01.252Z  WARN 1 --- [           main] t.wenisch.proxera.service.UserService    : No users found — creating default admin/admin. CHANGE THE PASSWORD!
2026-07-03T14:13:01.336Z  WARN 1 --- [           main] o.s.core.events.SpringDocAppInitializer  : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false'
2026-07-03T14:13:30.557Z  INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-03T14:13:30.557Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-07-03T14:13:30.558Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms
2026-07-03T14:13:30.561Z DEBUG 1 --- [omcat-handler-0] t.w.proxera.service.RoutingService       : Route cache built with 0 domain entries

Container state:

{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3899,"ExitCode":0,"Error":"","StartedAt":"2026-07-03T14:13:00.409457848Z","FinishedAt":"0001-01-01T00:00:00Z"}

@renovate-wenisch-tech
renovate-wenisch-tech Bot force-pushed the renovate/non-major-dependencies branch from 3094f2b to dcf6e9d Compare July 7, 2026 21:03
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Container Endpoint Check

Image: ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.262

Endpoint URL Status Latency
✅ Proxy Health http://localhost:18080/actuator/health 200 181ms
✅ Admin Health http://localhost:18080/actuator/health 200 15ms
✅ Admin Login http://localhost:18080/login 200 264ms
✅ Admin Dashboard http://localhost:18080/admin/ 302 18ms

Container logs (last 50 lines):

2026-07-07T21:05:15.724Z  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-07-07T21:05:15.736Z  INFO 1 --- [           main] org.flywaydb.core.FlywayExecutor         : Database: jdbc:h2:file:./data/proxera (H2 2.4)
2026-07-07T21:05:15.784Z  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-07-07T21:05:15.813Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Schema history table "PUBLIC"."flyway_schema_history" does not exist yet
2026-07-07T21:05:15.816Z  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.015s)
2026-07-07T21:05:15.824Z  INFO 1 --- [           main] org.flywaydb.core.Flyway                 : All configured schemas are empty; a baseline marker will not be added to Flyway's schema history table. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended. See https://help.red-gate.com/help/flyway-cli12/help_4.aspx?topic=baseline-on-migrate for more info
2026-07-07T21:05:15.826Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
2026-07-07T21:05:15.860Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2026-07-07T21:05:15.875Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "1 - init"
2026-07-07T21:05:15.903Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "2 - add api key revoked"
2026-07-07T21:05:15.913Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "3 - rename client to agent"
2026-07-07T21:05:15.923Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "4 - move prefix to domains"
2026-07-07T21:05:15.950Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "5 - add settings"
2026-07-07T21:05:15.955Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "6 - add agent remote ip"
2026-07-07T21:05:15.964Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "7 - add route forward client ip headers"
2026-07-07T21:05:15.972Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "8 - allow unmatched access log entries"
2026-07-07T21:05:15.977Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "9 - add route preserve host header"
2026-07-07T21:05:15.989Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC", now at version v9 (execution time 00:00.065s)
2026-07-07T21:05:16.089Z  INFO 1 --- [           main] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-07T21:05:16.139Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-07T21:05:16.640Z  INFO 1 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-07-07T21:05:16.704Z  INFO 1 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:file:./data/proxera]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: proxera/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-07-07T21:05:17.792Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-07T21:05:17.799Z  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-07T21:05:17.859Z  INFO 1 --- [           main] o.s.d.j.r.query.QueryEnhancerFactories   : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-07-07T21:05:18.052Z DEBUG 1 --- [           main] t.w.proxera.security.ApiKeyAuthFilter    : Filter 'apiKeyAuthFilter' configured for use
2026-07-07T21:05:18.864Z DEBUG 1 --- [           main] t.w.proxera.service.IngressService       : Not running in Kubernetes - ingress management unavailable
2026-07-07T21:05:19.088Z  INFO 1 --- [           main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name proxeraUserDetailsService
2026-07-07T21:05:19.287Z DEBUG 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Patterns [/tunnel] in 'webSocketHandlerMapping'
2026-07-07T21:05:19.662Z  INFO 1 --- [           main] o.s.b.h.a.H2ConsoleAutoConfiguration     : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./data/proxera'
2026-07-07T21:05:19.713Z  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoints beneath base path '/actuator'
2026-07-07T21:05:19.786Z  INFO 1 --- [           main] o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) with context path '/'
2026-07-07T21:05:19.807Z  INFO 1 --- [           main] t.wenisch.proxera.ProxeraApplication     : Started ProxeraApplication in 7.638 seconds (process running for 8.304)
2026-07-07T21:05:20.019Z  WARN 1 --- [           main] t.wenisch.proxera.service.UserService    : No users found — creating default admin/admin. CHANGE THE PASSWORD!
2026-07-07T21:05:20.177Z  WARN 1 --- [           main] o.s.core.events.SpringDocAppInitializer  : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false'
2026-07-07T21:05:41.549Z  INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-07T21:05:41.550Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-07-07T21:05:41.551Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms
2026-07-07T21:05:41.602Z DEBUG 1 --- [omcat-handler-0] t.w.proxera.service.RoutingService       : Route cache built with 0 domain entries

Container state:

{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3474,"ExitCode":0,"Error":"","StartedAt":"2026-07-07T21:05:11.379358295Z","FinishedAt":"0001-01-01T00:00:00Z"}

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Trivy vulnerability report

Image: ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.262


Report Summary

┌─────────────────────────────────────────────────────────────────┬───────┬─────────────────┐
│                             Target                              │ Type  │ Vulnerabilities │
├─────────────────────────────────────────────────────────────────┼───────┼─────────────────┤
│ ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.262 (wolfi 20230201) │ wolfi │        0        │
├─────────────────────────────────────────────────────────────────┼───────┼─────────────────┤
│ app/app.jar                                                     │  jar  │        1        │
└─────────────────────────────────────────────────────────────────┴───────┴─────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.72/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


Java (jar)
==========
Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌───────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────────────┬────────────────────────────────────────────────────────────┐
│                        Library                        │ Vulnerability  │ Severity │ Status │ Installed Version │         Fixed Version         │                           Title                            │
├───────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────────────┼────────────────────────────────────────────────────────────┤
│ com.fasterxml.jackson.core:jackson-databind (app.jar) │ CVE-2026-54515 │ MEDIUM   │ fixed  │ 2.21.4            │ 3.1.4, 2.18.9, 2.21.5, 2.22.1 │ jackson-databind: jackson-databind: Ignored properties can │
│                                                       │                │          │        │                   │                               │ be unexpectedly modified                                   │
│                                                       │                │          │        │                   │                               │ https://avd.aquasec.com/nvd/cve-2026-54515                 │
└───────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Trivy vulnerability report (native-distroless)

Image: ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.262


Report Summary

┌─────────────────────────────────────────────────────────────────────────────────┬────────┬─────────────────┐
│                                     Target                                      │  Type  │ Vulnerabilities │
├─────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────┤
│ ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.262 (debian 12.14) │ debian │        4        │
├─────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────┤
│ app/proxera.jar                                                                 │  jar   │        1        │
└─────────────────────────────────────────────────────────────────────────────────┴────────┴─────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.72/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.262 (debian 12.14)
===============================================================================
Total: 4 (MEDIUM: 4, HIGH: 0, CRITICAL: 0)

┌─────────┬───────────────┬──────────┬──────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │  Status  │ Installed Version │ Fixed Version │                            Title                             │
├─────────┼───────────────┼──────────┼──────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ libc6   │ CVE-2026-5435 │ MEDIUM   │ affected │ 2.36-9+deb12u14   │               │ glibc: glibc: Out-of-bounds write via TSIG record processing │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5435                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-5450 │          │          │                   │               │ glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc`     │
│         │               │          │          │                   │               │ format specifier and...                                      │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5450                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-5928 │          │          │                   │               │ glibc: glibc: Information disclosure or denial of service    │
│         │               │          │          │                   │               │ via ungetwc function with...                                 │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5928                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-6238 │          │          │                   │               │ glibc: glibc: Application crash or uninitialized memory read │
│         │               │          │          │                   │               │ via crafted DNS response...                                  │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6238                    │
└─────────┴───────────────┴──────────┴──────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

Java (jar)
==========
Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌───────────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────────────┬────────────────────────────────────────────────────────────┐
│                          Library                          │ Vulnerability  │ Severity │ Status │ Installed Version │         Fixed Version         │                           Title                            │
├───────────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────────────┼────────────────────────────────────────────────────────────┤
│ com.fasterxml.jackson.core:jackson-databind (proxera.jar) │ CVE-2026-54515 │ MEDIUM   │ fixed  │ 2.21.4            │ 3.1.4, 2.18.9, 2.21.5, 2.22.1 │ jackson-databind: jackson-databind: Ignored properties can │
│                                                           │                │          │        │                   │                               │ be unexpectedly modified                                   │
│                                                           │                │          │        │                   │                               │ https://avd.aquasec.com/nvd/cve-2026-54515                 │
└───────────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Native Container Endpoint Check

Image: ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.262

Endpoint URL Status Latency
✅ Proxy Health http://localhost:18081/actuator/health 200 20ms
✅ Admin Health http://localhost:18081/actuator/health 200 10ms
✅ Admin Login http://localhost:18081/login 200 41ms
✅ Admin Dashboard http://localhost:18081/admin/ 302 10ms

Container logs (last 50 lines):

2026-07-07T21:12:43.972Z  WARN 1 --- [           main] o.f.c.i.s.classpath.ClassPathScanner     : Unable to scan location: /db/migration (unsupported protocol: resource)
2026-07-07T21:12:43.972Z  WARN 1 --- [           main] o.f.c.i.s.classpath.ClassPathScanner     : Unable to scan location: /db/migration (unsupported protocol: resource)
2026-07-07T21:12:44.016Z  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-07-07T21:12:44.018Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Schema history table "PUBLIC"."flyway_schema_history" does not exist yet
2026-07-07T21:12:44.018Z  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.001s)
2026-07-07T21:12:44.018Z  INFO 1 --- [           main] org.flywaydb.core.Flyway                 : All configured schemas are empty; a baseline marker will not be added to Flyway's schema history table. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended. See https://help.red-gate.com/help/flyway-cli12/help_4.aspx?topic=baseline-on-migrate for more info
2026-07-07T21:12:44.018Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
2026-07-07T21:12:44.019Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2026-07-07T21:12:44.021Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "1 - init"
2026-07-07T21:12:44.022Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "2 - add api key revoked"
2026-07-07T21:12:44.023Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "3 - rename client to agent"
2026-07-07T21:12:44.024Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "4 - move prefix to domains"
2026-07-07T21:12:44.026Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "5 - add settings"
2026-07-07T21:12:44.027Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "6 - add agent remote ip"
2026-07-07T21:12:44.028Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "7 - add route forward client ip headers"
2026-07-07T21:12:44.029Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "8 - allow unmatched access log entries"
2026-07-07T21:12:44.029Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "9 - add route preserve host header"
2026-07-07T21:12:44.030Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC", now at version v9 (execution time 00:00.002s)
2026-07-07T21:12:44.039Z  INFO 1 --- [           main] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-07T21:12:44.042Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-07T21:12:44.057Z  INFO 1 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:file:./data/proxera]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: proxera/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-07-07T21:12:44.086Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-07T21:12:44.088Z  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-07T21:12:44.097Z  INFO 1 --- [           main] o.s.d.j.r.query.QueryEnhancerFactories   : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-07-07T21:12:44.143Z DEBUG 1 --- [           main] t.w.proxera.security.ApiKeyAuthFilter    : Filter 'apiKeyAuthFilter' configured for use
2026-07-07T21:12:44.171Z DEBUG 1 --- [           main] t.w.proxera.service.IngressService       : Not running in Kubernetes - ingress management unavailable
2026-07-07T21:12:44.200Z  INFO 1 --- [           main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name proxeraUserDetailsService
2026-07-07T21:12:44.224Z DEBUG 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Patterns [/tunnel] in 'webSocketHandlerMapping'
2026-07-07T21:12:44.324Z  INFO 1 --- [           main] o.s.b.h.a.H2ConsoleAutoConfiguration     : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./data/proxera'
2026-07-07T21:12:44.326Z  WARN 1 --- [           main] i.m.c.i.binder.jvm.JvmGcMetrics          : GC notifications will not be available because no GarbageCollectorMXBean of the JVM provides any. GCs=[young generation scavenger, complete scavenger]
2026-07-07T21:12:44.331Z  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoints beneath base path '/actuator'
2026-07-07T21:12:44.339Z  INFO 1 --- [           main] o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) with context path '/'
2026-07-07T21:12:44.340Z  INFO 1 --- [           main] t.wenisch.proxera.ProxeraApplication     : Started ProxeraApplication in 0.493 seconds (process running for 0.588)
2026-07-07T21:12:44.351Z  WARN 1 --- [           main] t.wenisch.proxera.service.UserService    : No users found — creating default admin/admin. CHANGE THE PASSWORD!
2026-07-07T21:12:44.444Z  WARN 1 --- [           main] o.s.core.events.SpringDocAppInitializer  : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false'
2026-07-07T21:13:13.763Z  INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-07T21:13:13.763Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-07-07T21:13:13.764Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms
2026-07-07T21:13:13.768Z DEBUG 1 --- [omcat-handler-0] t.w.proxera.service.RoutingService       : Route cache built with 0 domain entries

Container state:

{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3860,"ExitCode":0,"Error":"","StartedAt":"2026-07-07T21:12:43.596503577Z","FinishedAt":"0001-01-01T00:00:00Z"}

@renovate-wenisch-tech
renovate-wenisch-tech Bot force-pushed the renovate/non-major-dependencies branch from dcf6e9d to 93f2316 Compare July 13, 2026 15:03
@github-actions

Copy link
Copy Markdown
Contributor

Container Endpoint Check

Image: ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.264

Endpoint URL Status Latency
✅ Proxy Health http://localhost:18080/actuator/health 200 210ms
✅ Admin Health http://localhost:18080/actuator/health 200 17ms
✅ Admin Login http://localhost:18080/login 200 245ms
✅ Admin Dashboard http://localhost:18080/admin/ 302 20ms

Container logs (last 50 lines):

2026-07-13T15:05:08.850Z  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-07-13T15:05:08.860Z  INFO 1 --- [           main] org.flywaydb.core.FlywayExecutor         : Database: jdbc:h2:file:./data/proxera (H2 2.4)
2026-07-13T15:05:08.910Z  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-07-13T15:05:08.939Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Schema history table "PUBLIC"."flyway_schema_history" does not exist yet
2026-07-13T15:05:08.941Z  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.015s)
2026-07-13T15:05:08.949Z  INFO 1 --- [           main] org.flywaydb.core.Flyway                 : All configured schemas are empty; a baseline marker will not be added to Flyway's schema history table. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended. See https://help.red-gate.com/help/flyway-cli12/help_4.aspx?topic=baseline-on-migrate for more info
2026-07-13T15:05:08.950Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
2026-07-13T15:05:08.988Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2026-07-13T15:05:09.004Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "1 - init"
2026-07-13T15:05:09.028Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "2 - add api key revoked"
2026-07-13T15:05:09.037Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "3 - rename client to agent"
2026-07-13T15:05:09.047Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "4 - move prefix to domains"
2026-07-13T15:05:09.071Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "5 - add settings"
2026-07-13T15:05:09.075Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "6 - add agent remote ip"
2026-07-13T15:05:09.083Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "7 - add route forward client ip headers"
2026-07-13T15:05:09.091Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "8 - allow unmatched access log entries"
2026-07-13T15:05:09.096Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "9 - add route preserve host header"
2026-07-13T15:05:09.106Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC", now at version v9 (execution time 00:00.060s)
2026-07-13T15:05:09.220Z  INFO 1 --- [           main] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-13T15:05:09.268Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-13T15:05:09.774Z  INFO 1 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-07-13T15:05:09.842Z  INFO 1 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:file:./data/proxera]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: proxera/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-07-13T15:05:10.940Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-13T15:05:10.948Z  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-13T15:05:11.020Z  INFO 1 --- [           main] o.s.d.j.r.query.QueryEnhancerFactories   : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-07-13T15:05:11.268Z DEBUG 1 --- [           main] t.w.proxera.security.ApiKeyAuthFilter    : Filter 'apiKeyAuthFilter' configured for use
2026-07-13T15:05:12.289Z DEBUG 1 --- [           main] t.w.proxera.service.IngressService       : Not running in Kubernetes - ingress management unavailable
2026-07-13T15:05:12.556Z  INFO 1 --- [           main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name proxeraUserDetailsService
2026-07-13T15:05:12.736Z DEBUG 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Patterns [/tunnel] in 'webSocketHandlerMapping'
2026-07-13T15:05:13.210Z  INFO 1 --- [           main] o.s.b.h.a.H2ConsoleAutoConfiguration     : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./data/proxera'
2026-07-13T15:05:13.271Z  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoints beneath base path '/actuator'
2026-07-13T15:05:13.364Z  INFO 1 --- [           main] o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) with context path '/'
2026-07-13T15:05:13.387Z  INFO 1 --- [           main] t.wenisch.proxera.ProxeraApplication     : Started ProxeraApplication in 8.341 seconds (process running for 9.044)
2026-07-13T15:05:13.602Z  WARN 1 --- [           main] t.wenisch.proxera.service.UserService    : No users found — creating default admin/admin. CHANGE THE PASSWORD!
2026-07-13T15:05:13.800Z  WARN 1 --- [           main] o.s.core.events.SpringDocAppInitializer  : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false'
2026-07-13T15:05:34.397Z  INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-13T15:05:34.397Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-07-13T15:05:34.399Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Completed initialization in 2 ms
2026-07-13T15:05:34.464Z DEBUG 1 --- [omcat-handler-0] t.w.proxera.service.RoutingService       : Route cache built with 0 domain entries

Container state:

{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3496,"ExitCode":0,"Error":"","StartedAt":"2026-07-13T15:05:04.11534603Z","FinishedAt":"0001-01-01T00:00:00Z"}

@github-actions

Copy link
Copy Markdown
Contributor

Trivy vulnerability report

Image: ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.264


Report Summary

┌─────────────────────────────────────────────────────────────────┬───────┬─────────────────┐
│                             Target                              │ Type  │ Vulnerabilities │
├─────────────────────────────────────────────────────────────────┼───────┼─────────────────┤
│ ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.264 (wolfi 20230201) │ wolfi │        0        │
├─────────────────────────────────────────────────────────────────┼───────┼─────────────────┤
│ app/app.jar                                                     │  jar  │        1        │
└─────────────────────────────────────────────────────────────────┴───────┴─────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.72/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


Java (jar)
==========
Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌───────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────────────┬────────────────────────────────────────────────────────────┐
│                        Library                        │ Vulnerability  │ Severity │ Status │ Installed Version │         Fixed Version         │                           Title                            │
├───────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────────────┼────────────────────────────────────────────────────────────┤
│ com.fasterxml.jackson.core:jackson-databind (app.jar) │ CVE-2026-54515 │ MEDIUM   │ fixed  │ 2.21.4            │ 3.1.4, 2.18.9, 2.21.5, 2.22.1 │ jackson-databind: jackson-databind: Ignored properties can │
│                                                       │                │          │        │                   │                               │ be unexpectedly modified                                   │
│                                                       │                │          │        │                   │                               │ https://avd.aquasec.com/nvd/cve-2026-54515                 │
└───────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown
Contributor

Trivy vulnerability report (native-distroless)

Image: ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.264


Report Summary

┌─────────────────────────────────────────────────────────────────────────────────┬────────┬─────────────────┐
│                                     Target                                      │  Type  │ Vulnerabilities │
├─────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────┤
│ ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.264 (debian 12.14) │ debian │        4        │
├─────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────┤
│ app/proxera.jar                                                                 │  jar   │        1        │
└─────────────────────────────────────────────────────────────────────────────────┴────────┴─────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.72/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.264 (debian 12.14)
===============================================================================
Total: 4 (MEDIUM: 4, HIGH: 0, CRITICAL: 0)

┌─────────┬───────────────┬──────────┬──────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │  Status  │ Installed Version │ Fixed Version │                            Title                             │
├─────────┼───────────────┼──────────┼──────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ libc6   │ CVE-2026-5435 │ MEDIUM   │ affected │ 2.36-9+deb12u14   │               │ glibc: glibc: Out-of-bounds write via TSIG record processing │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5435                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-5450 │          │          │                   │               │ glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc`     │
│         │               │          │          │                   │               │ format specifier and...                                      │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5450                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-5928 │          │          │                   │               │ glibc: glibc: Information disclosure or denial of service    │
│         │               │          │          │                   │               │ via ungetwc function with...                                 │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5928                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-6238 │          │          │                   │               │ glibc: glibc: Application crash or uninitialized memory read │
│         │               │          │          │                   │               │ via crafted DNS response...                                  │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6238                    │
└─────────┴───────────────┴──────────┴──────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

Java (jar)
==========
Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌───────────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────────────┬────────────────────────────────────────────────────────────┐
│                          Library                          │ Vulnerability  │ Severity │ Status │ Installed Version │         Fixed Version         │                           Title                            │
├───────────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────────────┼────────────────────────────────────────────────────────────┤
│ com.fasterxml.jackson.core:jackson-databind (proxera.jar) │ CVE-2026-54515 │ MEDIUM   │ fixed  │ 2.21.4            │ 3.1.4, 2.18.9, 2.21.5, 2.22.1 │ jackson-databind: jackson-databind: Ignored properties can │
│                                                           │                │          │        │                   │                               │ be unexpectedly modified                                   │
│                                                           │                │          │        │                   │                               │ https://avd.aquasec.com/nvd/cve-2026-54515                 │
└───────────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown
Contributor

Native Container Endpoint Check

Image: ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.264

Endpoint URL Status Latency
✅ Proxy Health http://localhost:18081/actuator/health 200 20ms
✅ Admin Health http://localhost:18081/actuator/health 200 8ms
✅ Admin Login http://localhost:18081/login 200 39ms
✅ Admin Dashboard http://localhost:18081/admin/ 302 9ms

Container logs (last 50 lines):

2026-07-13T15:13:00.716Z  WARN 1 --- [           main] o.f.c.i.s.classpath.ClassPathScanner     : Unable to scan location: /db/migration (unsupported protocol: resource)
2026-07-13T15:13:00.716Z  WARN 1 --- [           main] o.f.c.i.s.classpath.ClassPathScanner     : Unable to scan location: /db/migration (unsupported protocol: resource)
2026-07-13T15:13:00.751Z  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-07-13T15:13:00.753Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Schema history table "PUBLIC"."flyway_schema_history" does not exist yet
2026-07-13T15:13:00.753Z  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.001s)
2026-07-13T15:13:00.754Z  INFO 1 --- [           main] org.flywaydb.core.Flyway                 : All configured schemas are empty; a baseline marker will not be added to Flyway's schema history table. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended. See https://help.red-gate.com/help/flyway-cli12/help_4.aspx?topic=baseline-on-migrate for more info
2026-07-13T15:13:00.754Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
2026-07-13T15:13:00.755Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2026-07-13T15:13:00.756Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "1 - init"
2026-07-13T15:13:00.758Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "2 - add api key revoked"
2026-07-13T15:13:00.759Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "3 - rename client to agent"
2026-07-13T15:13:00.760Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "4 - move prefix to domains"
2026-07-13T15:13:00.762Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "5 - add settings"
2026-07-13T15:13:00.763Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "6 - add agent remote ip"
2026-07-13T15:13:00.764Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "7 - add route forward client ip headers"
2026-07-13T15:13:00.765Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "8 - allow unmatched access log entries"
2026-07-13T15:13:00.765Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "9 - add route preserve host header"
2026-07-13T15:13:00.766Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC", now at version v9 (execution time 00:00.003s)
2026-07-13T15:13:00.775Z  INFO 1 --- [           main] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-13T15:13:00.778Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-13T15:13:00.793Z  INFO 1 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:file:./data/proxera]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: proxera/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-07-13T15:13:00.818Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-13T15:13:00.820Z  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-13T15:13:00.828Z  INFO 1 --- [           main] o.s.d.j.r.query.QueryEnhancerFactories   : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-07-13T15:13:00.853Z DEBUG 1 --- [           main] t.w.proxera.security.ApiKeyAuthFilter    : Filter 'apiKeyAuthFilter' configured for use
2026-07-13T15:13:00.878Z DEBUG 1 --- [           main] t.w.proxera.service.IngressService       : Not running in Kubernetes - ingress management unavailable
2026-07-13T15:13:00.907Z  INFO 1 --- [           main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name proxeraUserDetailsService
2026-07-13T15:13:00.933Z DEBUG 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Patterns [/tunnel] in 'webSocketHandlerMapping'
2026-07-13T15:13:01.048Z  INFO 1 --- [           main] o.s.b.h.a.H2ConsoleAutoConfiguration     : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./data/proxera'
2026-07-13T15:13:01.051Z  WARN 1 --- [           main] i.m.c.i.binder.jvm.JvmGcMetrics          : GC notifications will not be available because no GarbageCollectorMXBean of the JVM provides any. GCs=[young generation scavenger, complete scavenger]
2026-07-13T15:13:01.055Z  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoints beneath base path '/actuator'
2026-07-13T15:13:01.063Z  INFO 1 --- [           main] o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) with context path '/'
2026-07-13T15:13:01.064Z  INFO 1 --- [           main] t.wenisch.proxera.ProxeraApplication     : Started ProxeraApplication in 0.466 seconds (process running for 0.552)
2026-07-13T15:13:01.075Z  WARN 1 --- [           main] t.wenisch.proxera.service.UserService    : No users found — creating default admin/admin. CHANGE THE PASSWORD!
2026-07-13T15:13:01.156Z  WARN 1 --- [           main] o.s.core.events.SpringDocAppInitializer  : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false'
2026-07-13T15:13:30.356Z  INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-13T15:13:30.356Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-07-13T15:13:30.356Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Completed initialization in 0 ms
2026-07-13T15:13:30.360Z DEBUG 1 --- [omcat-handler-0] t.w.proxera.service.RoutingService       : Route cache built with 0 domain entries

Container state:

{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3799,"ExitCode":0,"Error":"","StartedAt":"2026-07-13T15:13:00.099924144Z","FinishedAt":"0001-01-01T00:00:00Z"}

@renovate-wenisch-tech
renovate-wenisch-tech Bot force-pushed the renovate/non-major-dependencies branch from 93f2316 to 5d6376c Compare July 18, 2026 21:09
@github-actions

Copy link
Copy Markdown
Contributor

Container Endpoint Check

Image: ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.266

Endpoint URL Status Latency
✅ Proxy Health http://localhost:18080/actuator/health 200 203ms
✅ Admin Health http://localhost:18080/actuator/health 200 21ms
✅ Admin Login http://localhost:18080/login 200 246ms
✅ Admin Dashboard http://localhost:18080/admin/ 302 20ms

Container logs (last 50 lines):

2026-07-18T21:11:39.552Z  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-07-18T21:11:39.568Z  INFO 1 --- [           main] org.flywaydb.core.FlywayExecutor         : Database: jdbc:h2:file:./data/proxera (H2 2.4)
2026-07-18T21:11:39.638Z  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-07-18T21:11:39.679Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Schema history table "PUBLIC"."flyway_schema_history" does not exist yet
2026-07-18T21:11:39.683Z  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.022s)
2026-07-18T21:11:39.692Z  INFO 1 --- [           main] org.flywaydb.core.Flyway                 : All configured schemas are empty; a baseline marker will not be added to Flyway's schema history table. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended. See https://help.red-gate.com/help/flyway-cli12/help_4.aspx?topic=baseline-on-migrate for more info
2026-07-18T21:11:39.694Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
2026-07-18T21:11:39.737Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2026-07-18T21:11:39.753Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "1 - init"
2026-07-18T21:11:39.787Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "2 - add api key revoked"
2026-07-18T21:11:39.799Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "3 - rename client to agent"
2026-07-18T21:11:39.809Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "4 - move prefix to domains"
2026-07-18T21:11:39.836Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "5 - add settings"
2026-07-18T21:11:39.842Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "6 - add agent remote ip"
2026-07-18T21:11:39.851Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "7 - add route forward client ip headers"
2026-07-18T21:11:39.860Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "8 - allow unmatched access log entries"
2026-07-18T21:11:39.865Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "9 - add route preserve host header"
2026-07-18T21:11:39.877Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC", now at version v9 (execution time 00:00.073s)
2026-07-18T21:11:40.047Z  INFO 1 --- [           main] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-18T21:11:40.121Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-18T21:11:40.804Z  INFO 1 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-07-18T21:11:40.904Z  INFO 1 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:file:./data/proxera]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: proxera/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-07-18T21:11:42.073Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-18T21:11:42.081Z  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-18T21:11:42.156Z  INFO 1 --- [           main] o.s.d.j.r.query.QueryEnhancerFactories   : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-07-18T21:11:42.423Z DEBUG 1 --- [           main] t.w.proxera.security.ApiKeyAuthFilter    : Filter 'apiKeyAuthFilter' configured for use
2026-07-18T21:11:43.353Z DEBUG 1 --- [           main] t.w.proxera.service.IngressService       : Not running in Kubernetes - ingress management unavailable
2026-07-18T21:11:43.609Z  INFO 1 --- [           main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name proxeraUserDetailsService
2026-07-18T21:11:43.808Z DEBUG 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Patterns [/tunnel] in 'webSocketHandlerMapping'
2026-07-18T21:11:44.309Z  INFO 1 --- [           main] o.s.b.h.a.H2ConsoleAutoConfiguration     : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./data/proxera'
2026-07-18T21:11:44.372Z  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoints beneath base path '/actuator'
2026-07-18T21:11:44.459Z  INFO 1 --- [           main] o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) with context path '/'
2026-07-18T21:11:44.480Z  INFO 1 --- [           main] t.wenisch.proxera.ProxeraApplication     : Started ProxeraApplication in 9.056 seconds (process running for 9.785)
2026-07-18T21:11:44.728Z  WARN 1 --- [           main] t.wenisch.proxera.service.UserService    : No users found — creating default admin/admin. CHANGE THE PASSWORD!
2026-07-18T21:11:44.965Z  WARN 1 --- [           main] o.s.core.events.SpringDocAppInitializer  : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false'
2026-07-18T21:12:04.747Z  INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-18T21:12:04.748Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-07-18T21:12:04.749Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms
2026-07-18T21:12:04.808Z DEBUG 1 --- [omcat-handler-0] t.w.proxera.service.RoutingService       : Route cache built with 0 domain entries

Container state:

{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3426,"ExitCode":0,"Error":"","StartedAt":"2026-07-18T21:11:34.548594313Z","FinishedAt":"0001-01-01T00:00:00Z"}

@github-actions

Copy link
Copy Markdown
Contributor

Trivy vulnerability report

Image: ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.266


Report Summary

┌─────────────────────────────────────────────────────────────────┬───────┬─────────────────┐
│                             Target                              │ Type  │ Vulnerabilities │
├─────────────────────────────────────────────────────────────────┼───────┼─────────────────┤
│ ghcr.io/wenisch-tech/proxera:0.12.20-pr.45.266 (wolfi 20230201) │ wolfi │        0        │
├─────────────────────────────────────────────────────────────────┼───────┼─────────────────┤
│ app/app.jar                                                     │  jar  │        1        │
└─────────────────────────────────────────────────────────────────┴───────┴─────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.72/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


Java (jar)
==========
Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌───────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────────────┬────────────────────────────────────────────────────────────┐
│                        Library                        │ Vulnerability  │ Severity │ Status │ Installed Version │         Fixed Version         │                           Title                            │
├───────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────────────┼────────────────────────────────────────────────────────────┤
│ com.fasterxml.jackson.core:jackson-databind (app.jar) │ CVE-2026-54515 │ MEDIUM   │ fixed  │ 2.21.4            │ 3.1.4, 2.18.9, 2.21.5, 2.22.1 │ jackson-databind: jackson-databind: Ignored properties can │
│                                                       │                │          │        │                   │                               │ be unexpectedly modified                                   │
│                                                       │                │          │        │                   │                               │ https://avd.aquasec.com/nvd/cve-2026-54515                 │
└───────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown
Contributor

Trivy vulnerability report (native-distroless)

Image: ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.266


Report Summary

┌─────────────────────────────────────────────────────────────────────────────────┬────────┬─────────────────┐
│                                     Target                                      │  Type  │ Vulnerabilities │
├─────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────┤
│ ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.266 (debian 12.15) │ debian │        4        │
├─────────────────────────────────────────────────────────────────────────────────┼────────┼─────────────────┤
│ app/proxera.jar                                                                 │  jar   │        1        │
└─────────────────────────────────────────────────────────────────────────────────┴────────┴─────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.72/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.266 (debian 12.15)
===============================================================================
Total: 4 (MEDIUM: 4, HIGH: 0, CRITICAL: 0)

┌─────────┬───────────────┬──────────┬──────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │  Status  │ Installed Version │ Fixed Version │                            Title                             │
├─────────┼───────────────┼──────────┼──────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ libc6   │ CVE-2026-5435 │ MEDIUM   │ affected │ 2.36-9+deb12u14   │               │ glibc: glibc: Out-of-bounds write via TSIG record processing │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5435                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-5450 │          │          │                   │               │ glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc`     │
│         │               │          │          │                   │               │ format specifier and...                                      │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5450                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-5928 │          │          │                   │               │ glibc: glibc: Information disclosure or denial of service    │
│         │               │          │          │                   │               │ via ungetwc function with...                                 │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-5928                    │
│         ├───────────────┤          │          │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-6238 │          │          │                   │               │ glibc: glibc: Application crash or uninitialized memory read │
│         │               │          │          │                   │               │ via crafted DNS response...                                  │
│         │               │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6238                    │
└─────────┴───────────────┴──────────┴──────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

Java (jar)
==========
Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌───────────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────────────┬────────────────────────────────────────────────────────────┐
│                          Library                          │ Vulnerability  │ Severity │ Status │ Installed Version │         Fixed Version         │                           Title                            │
├───────────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────────────┼────────────────────────────────────────────────────────────┤
│ com.fasterxml.jackson.core:jackson-databind (proxera.jar) │ CVE-2026-54515 │ MEDIUM   │ fixed  │ 2.21.4            │ 3.1.4, 2.18.9, 2.21.5, 2.22.1 │ jackson-databind: jackson-databind: Ignored properties can │
│                                                           │                │          │        │                   │                               │ be unexpectedly modified                                   │
│                                                           │                │          │        │                   │                               │ https://avd.aquasec.com/nvd/cve-2026-54515                 │
└───────────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────────────┴────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown
Contributor

Native Container Endpoint Check

Image: ghcr.io/wenisch-tech/proxera:native-distroless-0.12.20-pr.45.266

Endpoint URL Status Latency
✅ Proxy Health http://localhost:18081/actuator/health 200 19ms
✅ Admin Health http://localhost:18081/actuator/health 200 9ms
✅ Admin Login http://localhost:18081/login 200 38ms
✅ Admin Dashboard http://localhost:18081/admin/ 302 8ms

Container logs (last 50 lines):

2026-07-18T21:19:38.445Z  WARN 1 --- [           main] o.f.c.i.s.classpath.ClassPathScanner     : Unable to scan location: /db/migration (unsupported protocol: resource)
2026-07-18T21:19:38.445Z  WARN 1 --- [           main] o.f.c.i.s.classpath.ClassPathScanner     : Unable to scan location: /db/migration (unsupported protocol: resource)
2026-07-18T21:19:38.486Z  WARN 1 --- [           main] o.f.c.internal.database.base.Database    : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-07-18T21:19:38.488Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Schema history table "PUBLIC"."flyway_schema_history" does not exist yet
2026-07-18T21:19:38.488Z  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.001s)
2026-07-18T21:19:38.489Z  INFO 1 --- [           main] org.flywaydb.core.Flyway                 : All configured schemas are empty; a baseline marker will not be added to Flyway's schema history table. A baseline or migration script with a lower version than the baseline version may execute if available. Check the Schemas parameter if this is not intended. See https://help.red-gate.com/help/flyway-cli12/help_4.aspx?topic=baseline-on-migrate for more info
2026-07-18T21:19:38.489Z  INFO 1 --- [           main] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
2026-07-18T21:19:38.490Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2026-07-18T21:19:38.491Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "1 - init"
2026-07-18T21:19:38.493Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "2 - add api key revoked"
2026-07-18T21:19:38.494Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "3 - rename client to agent"
2026-07-18T21:19:38.495Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "4 - move prefix to domains"
2026-07-18T21:19:38.497Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "5 - add settings"
2026-07-18T21:19:38.498Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "6 - add agent remote ip"
2026-07-18T21:19:38.499Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "7 - add route forward client ip headers"
2026-07-18T21:19:38.500Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "8 - allow unmatched access log entries"
2026-07-18T21:19:38.500Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version "9 - add route preserve host header"
2026-07-18T21:19:38.501Z  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC", now at version v9 (execution time 00:00.002s)
2026-07-18T21:19:38.511Z  INFO 1 --- [           main] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-18T21:19:38.514Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-18T21:19:38.529Z  INFO 1 --- [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:file:./data/proxera]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: proxera/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-07-18T21:19:38.553Z  INFO 1 --- [           main] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-18T21:19:38.555Z  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-18T21:19:38.563Z  INFO 1 --- [           main] o.s.d.j.r.query.QueryEnhancerFactories   : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-07-18T21:19:38.604Z DEBUG 1 --- [           main] t.w.proxera.security.ApiKeyAuthFilter    : Filter 'apiKeyAuthFilter' configured for use
2026-07-18T21:19:38.630Z DEBUG 1 --- [           main] t.w.proxera.service.IngressService       : Not running in Kubernetes - ingress management unavailable
2026-07-18T21:19:38.658Z  INFO 1 --- [           main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name proxeraUserDetailsService
2026-07-18T21:19:38.684Z DEBUG 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Patterns [/tunnel] in 'webSocketHandlerMapping'
2026-07-18T21:19:38.760Z  INFO 1 --- [           main] o.s.b.h.a.H2ConsoleAutoConfiguration     : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./data/proxera'
2026-07-18T21:19:38.763Z  WARN 1 --- [           main] i.m.c.i.binder.jvm.JvmGcMetrics          : GC notifications will not be available because no GarbageCollectorMXBean of the JVM provides any. GCs=[young generation scavenger, complete scavenger]
2026-07-18T21:19:38.767Z  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoints beneath base path '/actuator'
2026-07-18T21:19:38.774Z  INFO 1 --- [           main] o.s.boot.tomcat.TomcatWebServer          : Tomcat started on port 8080 (http) with context path '/'
2026-07-18T21:19:38.775Z  INFO 1 --- [           main] t.wenisch.proxera.ProxeraApplication     : Started ProxeraApplication in 0.479 seconds (process running for 0.491)
2026-07-18T21:19:38.786Z  WARN 1 --- [           main] t.wenisch.proxera.service.UserService    : No users found — creating default admin/admin. CHANGE THE PASSWORD!
2026-07-18T21:19:38.867Z  WARN 1 --- [           main] o.s.core.events.SpringDocAppInitializer  : SpringDoc /v3/api-docs endpoint is enabled by default. To disable it in production, set the property 'springdoc.api-docs.enabled=false'
2026-07-18T21:20:08.308Z  INFO 1 --- [omcat-handler-0] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-18T21:20:08.308Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-07-18T21:20:08.309Z  INFO 1 --- [omcat-handler-0] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms
2026-07-18T21:20:08.312Z DEBUG 1 --- [omcat-handler-0] t.w.proxera.service.RoutingService       : Route cache built with 0 domain entries

Container state:

{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3915,"ExitCode":0,"Error":"","StartedAt":"2026-07-18T21:19:38.146887631Z","FinishedAt":"0001-01-01T00:00:00Z"}

@JFWenisch
JFWenisch merged commit 80dfd45 into main Jul 18, 2026
11 checks passed
@renovate-wenisch-tech
renovate-wenisch-tech Bot deleted the renovate/non-major-dependencies branch July 18, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant