. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.14) 2026-07-02T17:37:00.768Z INFO 308 --- [openvsx-server] [ main] [ ] o.eclipse.openvsx.RegistryApplication : Starting RegistryApplication using Java 25.0.3 with PID 308 (/app/openvsx-server.jar started by root in /app) 2026-07-02T17:37:00.771Z INFO 308 --- [openvsx-server] [ main] [ ] o.eclipse.openvsx.RegistryApplication : No active profile set, falling back to 1 default profile: "default" 2026-07-02T17:37:02.235Z INFO 308 --- [openvsx-server] [ main] [ ] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode 2026-07-02T17:37:02.237Z INFO 308 --- [openvsx-server] [ main] [ ] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-07-02T17:37:02.449Z INFO 308 --- [openvsx-server] [ main] [ ] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 201 ms. Found 27 JPA repository interfaces. 2026-07-02T17:37:03.414Z INFO 308 --- [openvsx-server] [ main] [ ] o.s.b.w.e.j.JettyServletWebServerFactory : Server initialized with port: 8080 2026-07-02T17:37:03.420Z INFO 308 --- [openvsx-server] [ main] [ ] org.eclipse.jetty.server.Server : jetty-12.0.34; built: 2026-04-01T05:45:03.823Z; git: 57e7adb250592bd15f573e7820be9b64632c6637; jvm 25.0.3+9-LTS 2026-07-02T17:37:03.454Z INFO 308 --- [openvsx-server] [ main] [ ] o.e.j.s.h.ContextHandler.application : Initializing Spring embedded WebApplicationContext 2026-07-02T17:37:03.455Z INFO 308 --- [openvsx-server] [ main] [ ] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2631 ms 2026-07-02T17:37:03.866Z INFO 308 --- [openvsx-server] [ main] [ ] o.e.j.session.DefaultSessionIdManager : Session workerName=node0 2026-07-02T17:37:03.872Z INFO 308 --- [openvsx-server] [ main] [ ] o.e.jetty.server.handler.ContextHandler : Started osbwej.JettyEmbeddedWebAppContext@6a26eee6{application,/,b=[file:/tmp/jetty-docbase.8080.18294644805974584051/, (URL) jar:nested:///app/openvsx-server.jar/!BOOT-INF/lib/swagger-ui-5.28.1.jar!/META-INF/resources/],a=AVAILABLE,h=oeje10s.SessionHandler@76bdfc19{STARTED}} 2026-07-02T17:37:03.873Z INFO 308 --- [openvsx-server] [ main] [ ] o.e.j.e.servlet.ServletContextHandler : Started osbwej.JettyEmbeddedWebAppContext@6a26eee6{application,/,b=[file:/tmp/jetty-docbase.8080.18294644805974584051/, (URL) jar:nested:///app/openvsx-server.jar/!BOOT-INF/lib/swagger-ui-5.28.1.jar!/META-INF/resources/],a=AVAILABLE,h=oeje10s.SessionHandler@76bdfc19{STARTED}} 2026-07-02T17:37:03.878Z INFO 308 --- [openvsx-server] [ main] [ ] org.eclipse.jetty.server.Server : Started oejs.Server@52963839{STARTING}[12.0.34,sto=0] @3980ms 2026-07-02T17:37:04.061Z INFO 308 --- [openvsx-server] [ main] [ ] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-07-02T17:37:04.188Z INFO 308 --- [openvsx-server] [ main] [ ] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@2c7ac998 2026-07-02T17:37:04.190Z INFO 308 --- [openvsx-server] [ main] [ ] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-07-02T17:37:04.203Z INFO 308 --- [openvsx-server] [ main] [ ] org.flywaydb.core.FlywayExecutor : Database: jdbc:postgresql://localhost:5434/postgres (PostgreSQL 16.2) 2026-07-02T17:37:04.264Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.JdbcTableSchemaHistory : Schema history table "public"."flyway_schema_history" does not exist yet 2026-07-02T17:37:04.267Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbValidate : Successfully validated 70 migrations (execution time 00:00.025s) 2026-07-02T17:37:04.273Z INFO 308 --- [openvsx-server] [ main] [ ] org.flywaydb.core.Flyway : All configured schemas are empty; baseline operation skipped. 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. 2026-07-02T17:37:04.275Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table "public"."flyway_schema_history" ... 2026-07-02T17:37:04.317Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Current version of schema "public": << Empty Schema >> 2026-07-02T17:37:04.335Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1 - Base version" 2026-07-02T17:37:04.519Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.1 - Admin API" 2026-07-02T17:37:04.546Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.2 - File Resources" 2026-07-02T17:37:04.577Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.3 - Engines" 2026-07-02T17:37:04.596Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.4 - Preview Versions" 2026-07-02T17:37:04.618Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.5 - File Names" 2026-07-02T17:37:04.640Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.6 - Public ids" 2026-07-02T17:37:04.673Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.7 - Indexes" 2026-07-02T17:37:04.736Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.8 - Eclipse User Data" 2026-07-02T17:37:04.759Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.9 - Deactivate Extensions" 2026-07-02T17:37:04.789Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.10 - Foreignkey Indexes" 2026-07-02T17:37:04.870Z WARN 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : DB: identifier "extension_version_bundled_extensions__bundled_extensions_id__idx" will be truncated to "extension_version_bundled_extensions__bundled_extensions_id__id" (SQL State: 42622 - Error Code: 0) 2026-07-02T17:37:04.932Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.11 - Denormalization" 2026-07-02T17:37:04.960Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.12 - Extension Kind" 2026-07-02T17:37:04.977Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.13 - Namespace Name Upper" 2026-07-02T17:37:05.007Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.14 - ExtensionVersion Tags Deduplication" 2026-07-02T17:37:05.032Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.15 - Azure Download Count" 2026-07-02T17:37:05.059Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.16 - Admin Statistics" 2026-07-02T17:37:05.105Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.17 - Admin Statistics Handle Delete" 2026-07-02T17:37:05.130Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.18 - ExtensionVersion Longer Tags" 2026-07-02T17:37:05.152Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.19 - ExtensionVersion Even Longer Tags" 2026-07-02T17:37:05.172Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.20 - ExtensionVersion Deduplication" 2026-07-02T17:37:05.206Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.21 - ExtensionVersion PreRelease" 2026-07-02T17:37:05.226Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.22 - TargetPlatform" 2026-07-02T17:37:05.233Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : DB: ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index "unique_extension_version_idx" to "unique_extension_version" 2026-07-02T17:37:05.251Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.23 - FileResource Extract Resources" 2026-07-02T17:37:05.265Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : DB: ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index "extract_resources_migration_item_extension_id" to "unique_extension_id" 2026-07-02T17:37:05.285Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.24 - Extension Dates" 2026-07-02T17:37:05.303Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.25 - FileResource Type Index" 2026-07-02T17:37:05.336Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.26 - Extension Set PreRelease" 2026-07-02T17:37:05.360Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : DB: ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index "set_pre_release_migration_item_extension_id" to "set_pre_release_migration_item_unique_extension_id" 2026-07-02T17:37:05.380Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.27 - AdminStatistics More Stats" 2026-07-02T17:37:05.406Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.28 - MigrationItem" 2026-07-02T17:37:05.446Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.29 - ExtensionVersion LocalizedLanguages" 2026-07-02T17:37:05.464Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.30 - Namespace Details" 2026-07-02T17:37:05.501Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.31 - ExtensionVersion SponsorLink" 2026-07-02T17:37:05.520Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.32 - FileResource Extract VsixManifest" 2026-07-02T17:37:05.533Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.33 - Extension ReviewCount" 2026-07-02T17:37:05.552Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.34 - ExtensionVersion Fix TargetPlatform" 2026-07-02T17:37:05.562Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.35 - FileResource Generate Sha256 Checksum" 2026-07-02T17:37:05.570Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.36 - SignatureKeyPair" 2026-07-02T17:37:05.596Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.37 - SemanticVersion" 2026-07-02T17:37:05.641Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.38 - Unique AdminStatistics" 2026-07-02T17:37:05.662Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.39 - Fix Unique Constraints" 2026-07-02T17:37:05.698Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.40 - Entity Sequencies" 2026-07-02T17:37:05.700Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.700Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.701Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.702Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.703Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.704Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.704Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.705Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.705Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.706Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.707Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.707Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.721Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.41 - Fix Entity Sequencies" 2026-07-02T17:37:05.722Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.722Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.735Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.42 - Simplify Admin Stats" 2026-07-02T17:37:05.751Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.43 - Defer Public Id Unique Constraint" 2026-07-02T17:37:05.775Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.44 - UserData Add EclipsePersonId" 2026-07-02T17:37:05.789Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.45 - UserData EclipsePersonId Trim Quotes" 2026-07-02T17:37:05.797Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.46 - ExtensionVersion PotentiallyMalicious" 2026-07-02T17:37:05.813Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.47 - Deprecated Extension" 2026-07-02T17:37:05.828Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.48 - Local Storage" 2026-07-02T17:37:05.837Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.49 - System User" 2026-07-02T17:37:05.845Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.50 - FileResource Remove Resource" 2026-07-02T17:37:05.854Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.51 - UserData Drop GithubToken" 2026-07-02T17:37:05.868Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.52 - MigrationItem Add JobName" 2026-07-02T17:37:05.886Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.53 - Deactivate One Time Use Publish Token" 2026-07-02T17:37:05.894Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.54 - Delete MigrationItems" 2026-07-02T17:37:05.903Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.55 - Fix Missing Files" 2026-07-02T17:37:05.912Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.56 - Remove Shedlock" 2026-07-02T17:37:05.925Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.57 - DownloadCount Processed Item" 2026-07-02T17:37:05.942Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:05.960Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.58 - Enable Fuzzystrmatch Extension" 2026-07-02T17:37:05.977Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.59 - Extension Scan Tables" 2026-07-02T17:37:06.163Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.60 - Scanning Infrastructure" 2026-07-02T17:37:06.202Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:06.246Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.61 - Delete MigrationItems" 2026-07-02T17:37:06.254Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.62 - Rate Limit" 2026-07-02T17:37:06.261Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:06.292Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:06.303Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.c.i.s.DefaultSqlScriptExecutor : +--------+ | setval | +--------+ | 1 | +--------+ 2026-07-02T17:37:06.317Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.63 - PersonalAccessToken ExpiresTimestamp" 2026-07-02T17:37:06.330Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.64 - Scan Job Index" 2026-07-02T17:37:06.348Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.65 - File Resource Drop Content" 2026-07-02T17:37:06.365Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.66 - Signature Key Pair Unique Constraint" 2026-07-02T17:37:06.384Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.67 - Rate Limit P2" 2026-07-02T17:37:06.457Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.68 - Namespace Drop LogoBytes" 2026-07-02T17:37:06.471Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version "1.69 - Setting" 2026-07-02T17:37:06.502Z INFO 308 --- [openvsx-server] [ main] [ ] o.f.core.internal.command.DbMigrate : Successfully applied 70 migrations to schema "public", now at version v1.69 (execution time 00:01.105s) 2026-07-02T17:37:06.603Z INFO 308 --- [openvsx-server] [ main] [ ] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-07-02T17:37:06.652Z INFO 308 --- [openvsx-server] [ main] [ ] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.42.Final 2026-07-02T17:37:06.680Z INFO 308 --- [openvsx-server] [ main] [ ] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-07-02T17:37:06.861Z INFO 308 --- [openvsx-server] [ main] [ ] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-07-02T17:37:06.915Z INFO 308 --- [openvsx-server] [ main] [ ] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 16.2 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-07-02T17:37:07.982Z INFO 308 --- [openvsx-server] [ main] [ ] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-07-02T17:37:07.985Z INFO 308 --- [openvsx-server] [ main] [ ] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-07-02T17:37:08.346Z INFO 308 --- [openvsx-server] [ main] [ ] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used. 2026-07-02T17:37:15.368Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v000__create_migrations_table.sql} 2026-07-02T17:37:15.395Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v001__create_job_table.sql} 2026-07-02T17:37:15.436Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v002__create_recurring_job_table.sql} 2026-07-02T17:37:15.452Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v003__create_background_job_server_table.sql} 2026-07-02T17:37:15.475Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v004__create_job_stats_view.sql} 2026-07-02T17:37:15.490Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v005__update_job_stats_view.sql} 2026-07-02T17:37:15.497Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v006__alter_table_jobs_add_recurringjob.sql} 2026-07-02T17:37:15.507Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v007__alter_table_backgroundjobserver_add_delete_config.sql} 2026-07-02T17:37:15.513Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v008__alter_table_jobs_increase_jobAsJson_size.sql} 2026-07-02T17:37:15.518Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v009__change_jobrunr_job_counters_to_jobrunr_metadata.sql} 2026-07-02T17:37:15.537Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v010__change_job_stats.sql} 2026-07-02T17:37:15.543Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v011__change_sqlserver_text_to_varchar.sql} 2026-07-02T17:37:15.548Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v012__change_oracle_alter_jobrunr_metadata_column_size.sql} 2026-07-02T17:37:15.553Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v013__alter_table_recurring_job_add_createdAt.sql} 2026-07-02T17:37:15.564Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/postgres/migrations/v014__improve_job_stats.sql} 2026-07-02T17:37:15.575Z INFO 308 --- [openvsx-server] [ main] [ ] o.j.storage.sql.common.DatabaseCreator : Running migration MigrationByPath{path=/org/jobrunr/storage/sql/common/migrations/v015__alter_table_backgroundjobserver_add_name.sql} 2026-07-02T17:37:15.624Z INFO 308 --- [openvsx-server] [ main] [ ] org.eclipse.openvsx.cache.CacheConfig : Configure Caffeine cache manager 2026-07-02T17:37:15.761Z INFO 308 --- [openvsx-server] [ main] [ ] org.eclipse.openvsx.cache.CacheConfig : Configure file cache manager 2026-07-02T17:37:15.912Z INFO 308 --- [openvsx-server] [ main] [ ] o.e.openvsx.scanning.PublishCheckRunner : PublishCheckRunner initialized with 1 checks: [MALICIOUS_ZIP_CHECK] 2026-07-02T17:37:16.487Z WARN 308 --- [openvsx-server] [ main] [ ] ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false) 2026-07-02T17:37:16.589Z INFO 308 --- [openvsx-server] [ main] [ ] o.e.o.scanning.RemoteScannerRegistrar : No remote scanners configured 2026-07-02T17:37:16.646Z INFO 308 --- [openvsx-server] [ main] [ ] org.eclipse.openvsx.cache.CacheConfig : Configure local cache manager 2026-07-02T17:37:17.091Z INFO 308 --- [openvsx-server] [ main] [ ] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator' WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::allocateMemory has been called by io.netty.util.internal.PlatformDependent0$2 (jar:nested:/app/openvsx-server.jar/!BOOT-INF/lib/netty-common-4.1.135.Final.jar!/) WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.PlatformDependent0$2 WARNING: sun.misc.Unsafe::allocateMemory will be removed in a future release 2026-07-02T17:37:18.312Z INFO 308 --- [openvsx-server] [ main] [ ] o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-07-02T17:37:18.313Z INFO 308 --- [openvsx-server] [ main] [ ] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2026-07-02T17:37:18.314Z INFO 308 --- [openvsx-server] [ main] [ ] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms 2026-07-02T17:37:18.321Z INFO 308 --- [openvsx-server] [ main] [ ] o.e.jetty.server.AbstractConnector : Started ServerConnector@ca94ce0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2026-07-02T17:37:18.322Z INFO 308 --- [openvsx-server] [ main] [ ] o.s.b.web.embedded.jetty.JettyWebServer : Jetty started on port 8080 (http/1.1) with context path '/' 2026-07-02T17:37:18.333Z INFO 308 --- [openvsx-server] [ main] [ ] o.eclipse.openvsx.RegistryApplication : Started RegistryApplication in 18.012 seconds (process running for 18.435)