Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
EricWittmann closed a pull request on Apicurio/apicurio-registry
chore(deps): bump Microsoft.OpenApi.Kiota.Builder from 1.20.0 to 1.21.0 in /go-sdk
Bumps [Microsoft.OpenApi.Kiota.Builder](https://github.com/microsoft/kiota) from 1.20.0 to 1.21.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microso...EricWittmann deleted a branch Apicurio/apicurio-registry
dependabot/npm_and_yarn/ui/tests/ui-test-dependencies-12f03c321c
EricWittmann pushed 1 commit to main Apicurio/apicurio-registry
- chore(deps-dev): bump eslint-plugin-react-hooks (#5677) Bumps the ui-test-dependencies group in /ui/tests with 1 upd... e51c7c9
EricWittmann closed a pull request on Apicurio/apicurio-registry
chore(deps-dev): bump eslint-plugin-react-hooks from 5.0.0 to 5.1.0 in /ui/tests in the ui-test-dependencies group
Bumps the ui-test-dependencies group in /ui/tests with 1 update: [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks). Updates `eslint-plugin...EricWittmann created a comment on an issue on Apicurio/apicurio-registry
Bonus points if you test it out using the `latest-snapshot` tag for the docker image. :)
EricWittmann created a comment on an issue on Apicurio/apicurio-registry
Merged, hopefully you can try it out when we release 3.0.6, which I will try to do asap (probably next week).
EricWittmann closed an issue on Apicurio/apicurio-registry
Can not deploy v3 using pg sql as backend when there are v2 tables in the database but different schema
<!-- In order for us to better investigate the bug, please fill in as much relevant information as is reasonable in the format below. Before proceeding, consider the following: - This repo...EricWittmann pushed 1 commit to main Apicurio/apicurio-registry
- fix(db): New config property to set the name of the db schema (#5675) * New config property to set the name of the s... e577740
EricWittmann closed a pull request on Apicurio/apicurio-registry
fix(db): New config property to set the name of the db schema
The information is only used during dbinit and only necessary when installing two Registry instances in the same database but different db schemas.EricWittmann created a comment on an issue on Apicurio/apicurio-registry
So it turns out that I was wrong and the JDK handler is only meant for demos. So no joy there. Instead I have updated the Mojo impl to properly close the Vertx object (didn't realize this was nec...
EricWittmann pushed 1 commit to main Apicurio/apicurio-registry
- fix(vertx-client): Make sure to close the Vertx instance in the maven plugin (#5676) * Fix an issue where migrating ... f2664d7
EricWittmann closed a pull request on Apicurio/apicurio-registry
fix(vertx-client): Make sure to close the Vertx instance in the maven plugin
Lots of side effects to this. I've removed the defaultVertx static from the VertxAuthFactory because it's unclear that a caller would need to close that. It's very strange to have an initialized ...EricWittmann pushed 8 commits to fix/mojo-close-vertx Apicurio/apicurio-registry
- chore(operator): update install file e7208f8
- chore(deps): bump io.apicurio:apicurio-maven-plugin from 0.0.1 to 0.0.3 (#5667) Bumps [io.apicurio:apicurio-maven-pl... a234d9d
- chore(deps): bump org.codehaus.mojo:license-maven-plugin (#5660) Bumps [org.codehaus.mojo:license-maven-plugin](http... 8e8d4d8
- chore(deps-dev): bump the ui-test-dependencies group (#5656) Bumps the ui-test-dependencies group in /ui/tests with ... 5337aa4
- chore(deps-dev): bump the ui-docs-dependencies group across 1 directory with 5 updates (#5672) Bumps the ui-docs-dep... 6511074
- chore(deps-dev): bump the typescript-sdk-dependencies group across 1 directory with 4 updates (#5670) Bumps the type... c434b05
- fix(import): Fix an issue where migrating from v2 to v3 failed to create the "latest" branch (#5674) * Fix an issue ... fb8dc52
- Merge branch 'main' into fix/mojo-close-vertx 0d8df73
EricWittmann created a comment on an issue on Apicurio/apicurio-registry
The new property is `apicurio.sql.db-schema`
EricWittmann created a comment on an issue on Apicurio/apicurio-registry
With that PR you can optionally set the name of your schema (only necessary if you have two schemas both with apicurio registry tables). That should result in the `isDatabaseInitialized()` searchi...
EricWittmann closed an issue on Apicurio/apicurio-registry
Branches are not being created during artifacts migration from v2 to v3
## Description **Registry Version**: 3.0.4 **Persistence type**: SQL ### Environment Kubernetes 1.26 ### Steps to Reproduce 1. Download all-artifacts.zip from Apicurio-registry v2 ...EricWittmann pushed 1 commit to main Apicurio/apicurio-registry
- fix(import): Fix an issue where migrating from v2 to v3 failed to create the "latest" branch (#5674) * Fix an issue ... fb8dc52
EricWittmann closed a pull request on Apicurio/apicurio-registry
fix(import): Fix an issue where migrating from v2 to v3 failed to create the "latest" branch
As seen in: * https://github.com/Apicurio/apicurio-registry/issues/5627EricWittmann pushed 1 commit to fix/db-init-multiple-schemas Apicurio/apicurio-registry
- Try to fix the config property d20094e
EricWittmann pushed 1 commit to fix/mojo-close-vertx Apicurio/apicurio-registry
- spotless:apply 5593f01
EricWittmann pushed 1 commit to fix/create-branches-on-import Apicurio/apicurio-registry
- Fix the version sort in EntityReader 49ff1c5
EricWittmann opened a pull request on Apicurio/apicurio-registry
fix(vertx-client): Make sure to close the Vertx instance in the maven plugin
Lots of side effects to this. I've removed the defaultVertx static from the VertxAuthFactory because it's unclear that a caller would need to close that. It's very strange to have an initialized ...EricWittmann created a branch on Apicurio/apicurio-registry
fix/mojo-close-vertx - An API/Schema registry - stores APIs and Schemas.
EricWittmann opened an issue on kiota-community/kiota-java-extra
JDKRequestAdapter hangs/times out on POST operations
Reproducer: 1. Run Apicurio Registry: ``` docker pull apicurio/apicurio-registry:3.0.5 docker run apicurio/apicurio-registry:3.0.5 ``` 2. Run the reproducer class ```java package io...EricWittmann pushed 1 commit to fix/db-init-multiple-schemas Apicurio/apicurio-registry
- Removed unneeded property from application.properties 9075f94