Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
phillip-kruger pushed 1 commit to main phillip-kruger/quarkus-jokes
- Common build time data Signed-off-by: Phillip Kruger <[email protected]> 86e0254
phillip-kruger pushed 34 commits to main phillip-kruger/quarkus
- Fix: Ensuring that the name generated in opentelemetry matches the endpoint being called Replacing the deprecated co... e3dda7e
- Update Docker Config Handling 7b9d7a0
- Integrate Micrometer with WebSockets Next d82340b
- Bump com.google.errorprone:error_prone_annotations from 2.35.1 to 2.36.0 Bumps [com.google.errorprone:error_prone_an... 7b58d09
- Fix concurrency protocol in UniResponseHandler If the HTTP connection is closed before the subscription callbacks ar... 7b3f821
- Optional `quarkus.config.build-time-mismatch-at-runtime` with default 528dc23
- Removing unnecessary notifications and adding more adocs to the file watch-list Signed-off-by: Michal Maléř <mmaler@... b32f821
- Improve documentation on the usage of io.quarkus.logging.Log in extensions add improve after revision org.jboss.logg... 2656790
- Update qute.adoc 3e41b3f
- Copyedits for style ea3f56a
- Bump flyway.version from 10.21.0 to 10.22.0 Bumps `flyway.version` from 10.21.0 to 10.22.0. Updates `org.flywaydb:f... 621a05a
- Bump jboss-logging-annotations.version from 3.0.2.Final to 3.0.3.Final Bumps `jboss-logging-annotations.version` fro... 82bd4a9
- Bump testcontainers.version from 1.20.3 to 1.20.4 Bumps `testcontainers.version` from 1.20.3 to 1.20.4. Updates `or... 484363a
- Merge pull request #44595 from cescoffier/fix-concurrency-protocol-in-uni-response-handler Fix concurrency protocol ... 33fc9cc
- Merge pull request #44583 from SergioRuyDev/fix-44575 Improve documentation on the usage of io.quarkus.logging.Log i... 01ed5f7
- Merge pull request #44598 from radcortez/missing-mismatch-config Optional `quarkus.config.build-time-mismatch-at-run... b8e22a0
- Merge pull request #44602 from neon-dev/patch-1 Qute docs improvement 2c4d218
- Support left join left joins when the search criterion involves a nested field. Support 'And' and 'Or' clauses togeth... 05ef3ae
- Merge pull request #44608 from quarkusio/dependabot/maven/testcontainers.version-1.20.4 Bump testcontainers.version ... 97ab042
- Merge pull request #44606 from quarkusio/dependabot/maven/flyway.version-10.22.0 Bump flyway.version from 10.21.0 to... c9e7a99
- and 14 more ...
phillip-kruger created a comment on an issue on quarkusio/quarkus
Also if you are using build-time-data, you either need to implement the filter like here: https://github.com/quarkusio/quarkus/blob/c872c3b8d19bc95bff76bed8b800fddd679124cc/extensions/vertx-http/de...
phillip-kruger created a comment on an issue on quarkusio/quarkus
Ok, when I started looking at this, I realized that this might already be possible. So I am going to share how I think this can be done, let me know if this works for you. You can look at https:/...
phillip-kruger pushed 2 commits to main phillip-kruger/quarkus-jokes
- Error stream c94aea5
- Common JS example Signed-off-by: Phillip Kruger <[email protected]> 73b6416
phillip-kruger pushed 12 commits to main phillip-kruger/quarkus
- Bump smallrye-fault-tolerance.version from 6.6.2 to 6.6.3 Bumps `smallrye-fault-tolerance.version` from 6.6.2 to 6.6... 803581a
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 Bumps commons-io:commons-io from 2.17.0 to 2.18.0. --- updated-dep... 0565256
- Extend websocket next documentation to explain when and when not to subscribe to a Uni or Multi Fix https://github.c... 03a5ea7
- Merge pull request #44556 from cescoffier/websocket-next-subscription Extend websocket next documentation to explain... 26db59d
- Docs: dev mode differences - remove the link for old Dev UI - old Dev UI was removed in 3.4.0.CR1 3eae5b7
- Merge pull request #44592 from mkouba/docs-dev-mode-diff-old-devui Docs: dev mode differences - remove the link for ... cfa9b75
- Merge pull request #44587 from quarkusio/dependabot/maven/commons-io-commons-io-2.18.0 Bump commons-io:commons-io fr... 86f3e4e
- Merge pull request #44586 from quarkusio/dependabot/maven/smallrye-fault-tolerance.version-6.6.3 Bump smallrye-fault... a14d4c7
- Google Cloud Function gen 2 is now the default 194a966
- Merge pull request #44594 from loicmathieu/gcf-guides Google Cloud Function gen 2 is now the default b01ea1c
- Fix wrong generated web endpoint path on Windows The web endpoint path was created from file path which is differ on... f9dbe64
- Merge pull request #44584 from jedla97/fix-44576 Fix wrong web endpoint path for resource on Windows c872c3b
phillip-kruger created a comment on a pull request on quarkusio/quarkus
> > On another note, we can probably use build time data (that can also accept a runtime value) for some of the json-rpc methods. However this is a bigger and riskier change (with the same result) ...
phillip-kruger created a comment on an issue on quarkusio/quarkus
Just an update: I started looking at this
phillip-kruger created a comment on a pull request on quarkiverse/quarkus-logging-manager
Probably rather @MikeEdgar (and not Eric)
phillip-kruger created a review on a pull request on quarkiverse/quarkus-logging-manager
phillip-kruger created a branch on phillip-kruger/quarkus
cache-dev-only-dependency - Quarkus: Supersonic Subatomic Java.
phillip-kruger pushed 1 commit to otel-devui phillip-kruger/quarkus
- Change the JsonRPC Service for OIDC to use recorder Signed-off-by: Phillip Kruger <[email protected]> 0d98259
phillip-kruger pushed 21 commits to otel-devui phillip-kruger/quarkus
- Enforce the platform constraints when resolving the Quarkus bootstrap Gradle resolver dependencies 94140f2
- Support for dev-mode-only conditional dependencies 66bda69
- Consider resources from @TestProfile when checking for restart Closes: #44497 7776de9
- Fix flaky test OverrideBuildTimeConfigTest 8e04549
- Render ConfigMapping elements properly in the Configuration editor 811819e
- Merge pull request #44424 from aloubyansky/dev-conditional-deps Support for dev-mode-only conditional dependencies 1a5854e
- Merge pull request #44567 from gastaldi/config_editor Render ConfigMapping elements properly in the Dev UI Configura... 259cabe
- Update `CacheJsonRPCService.java` reference Signed-off-by: Emmanuel Ferdman <[email protected]> 9dc9fad
- Make sure identity produced by `@TestSecurity` is augmented e6a895b
- Remove customizer mappings from runtime recording Config ada7e07
- Merge pull request #44571 from emmanuel-ferdman/main Update `CacheJsonRPCService.java` reference 1f40ef3
- grammar corrections for US English 52882da
- Introduce a config builder for OIDC Client Registration fea29ab
- Merge pull request #44574 from msscsh/main Grammar corrections for en-us 7db4943
- Merge pull request #44535 from michalvavrik/feature/apply-augmentors-for-test-security-ann Allow `@PermissionChecker... 22381bb
- Merge pull request #44429 from michalvavrik/feature/oidc-client-registration-config-builder Introduce a config build... d2ba09f
- Merge pull request #44559 from radcortez/flaky-OverrideBuildTimeConfigTest Fix flaky test OverrideBuildTimeConfigTest 274b4b4
- Merge pull request #44532 from geoand/#44497 Consider resources from @TestProfile when checking for restart 3a7a760
- Merge pull request #44503 from aloubyansky/quarkusDev-dependency-warn Enforce the platform constraints when resolvin... 3dff5a4
- Merge pull request #44572 from radcortez/fix-44246 Remove customizer mappings from runtime recording Config 021a05e
- and 1 more ...
phillip-kruger pushed 20 commits to main phillip-kruger/quarkus
- Enforce the platform constraints when resolving the Quarkus bootstrap Gradle resolver dependencies 94140f2
- Support for dev-mode-only conditional dependencies 66bda69
- Consider resources from @TestProfile when checking for restart Closes: #44497 7776de9
- Fix flaky test OverrideBuildTimeConfigTest 8e04549
- Render ConfigMapping elements properly in the Configuration editor 811819e
- Merge pull request #44424 from aloubyansky/dev-conditional-deps Support for dev-mode-only conditional dependencies 1a5854e
- Merge pull request #44567 from gastaldi/config_editor Render ConfigMapping elements properly in the Dev UI Configura... 259cabe
- Update `CacheJsonRPCService.java` reference Signed-off-by: Emmanuel Ferdman <[email protected]> 9dc9fad
- Make sure identity produced by `@TestSecurity` is augmented e6a895b
- Remove customizer mappings from runtime recording Config ada7e07
- Merge pull request #44571 from emmanuel-ferdman/main Update `CacheJsonRPCService.java` reference 1f40ef3
- grammar corrections for US English 52882da
- Introduce a config builder for OIDC Client Registration fea29ab
- Merge pull request #44574 from msscsh/main Grammar corrections for en-us 7db4943
- Merge pull request #44535 from michalvavrik/feature/apply-augmentors-for-test-security-ann Allow `@PermissionChecker... 22381bb
- Merge pull request #44429 from michalvavrik/feature/oidc-client-registration-config-builder Introduce a config build... d2ba09f
- Merge pull request #44559 from radcortez/flaky-OverrideBuildTimeConfigTest Fix flaky test OverrideBuildTimeConfigTest 274b4b4
- Merge pull request #44532 from geoand/#44497 Consider resources from @TestProfile when checking for restart 3a7a760
- Merge pull request #44503 from aloubyansky/quarkusDev-dependency-warn Enforce the platform constraints when resolvin... 3dff5a4
- Merge pull request #44572 from radcortez/fix-44246 Remove customizer mappings from runtime recording Config 021a05e
phillip-kruger created a comment on an issue on quarkusio/quarkus
I have opened #44590 to change the way that data is made available in the OIDC Dev UI Json-RPC Service. There are various ways that this can be done, I took the approach with the smallest change. ...
phillip-kruger opened a pull request on quarkusio/quarkus
Change the JsonRPC Service for OIDC to use recorder
This is for #44181. It does not fix it, but takes Dev UI out of the picture. This PR change the way we make data available to the JSON RPC service. It now use a recorder to record it directly ...phillip-kruger created a branch on phillip-kruger/quarkus
otel-devui - Quarkus: Supersonic Subatomic Java.
phillip-kruger created a comment on an issue on quarkusio/quarkus
> But looking at DevUIProcessor it seems that the routes produced are not marked as management routes. Is that intentional? Dev UI predates management interface, and the management interface targe...
phillip-kruger created a comment on an issue on quarkusio/quarkus
The management interface is opt-in. So by default the Dev UI is not on there. We can maybe looking at moving it to the management interface when the management interface is enabled. I am not sure h...
phillip-kruger created a comment on a pull request on quarkusio/quarkus
No, i was just checking, so we add this to the runtime module. I'll give it a go tomorrow
phillip-kruger created a comment on a pull request on quarkusio/quarkus
> See an example in the description of this PR. Ok, so a normal dependency will work the same way as a dependency another extension ? Can I do this from the deployment module ?
phillip-kruger created a comment on an issue on quarkusio/quarkus
I am busy looking at this. Seems like most of the things currently being exposed in the Json RPC service (for Dev UI) in OIDC can be moved to a BuildTimeAction. This seems to fix the problem with D...
phillip-kruger created a review on a pull request on quarkusio/quarkus
LGTM from a Dev UI p.o.v. @radcortez to confirm all good from config p.o.v
phillip-kruger pushed 17 commits to main phillip-kruger/quarkus
- removing unused configuration of the application model in quarkusbuild tasks e39915f
- Wrong index of ParameterizedType argument of Map when register type to be generated in JacksonCodeGenerator ee68fdb
- Add support for encrypted PKCS#8 Add support for encrypted PEM file (encrypted PKCS#8) to the TLS registry. This is ... 3c764a4
- Merge pull request #44545 from tran4774/main Wrong index of ParameterizedType argument of Map when register type to ... 6e4206e
- Activate Native JFR monitoring if OTel metrics are used 3a88f3d
- Merge pull request #44549 from cescoffier/encrypted-pem-support Add support for encrypted PKCS#8 fd597fb
- Correct javadoc of ReflectiveHierarchyBuildItem b165ea5
- feat(oidc): Add OIDC Redis Token State Manager extension c3440a4
- Reference maturity matrix from FAQ This reverts commit 693ddaf0df96e8c21e1bb467a94c115242942795 and updates 'model' ... 14946be
- Use asciidoc-style headers ea35c4d
- Merge pull request #44558 from holly-cummins/add-maturity-matrix-to-faq Reference extension maturity matrix from ext... 00852eb
- Merge pull request #44541 from cdsap/removing_unnecessary_application_model_reference Removing unused configuration ... dfc3962
- Merge pull request #44286 from brunobat/otel-native-metrics-jfr-docs Clarify JFR configuration when using OTel Metrics 1393d64
- feat(security,vertx-http): Support management interface without basic auth 57bf2f8
- Merge pull request #44560 from manovotn/reflectiveHierarchyJavadoc Correct javadoc of ReflectiveHierarchyBuildItem bd567a8
- Merge pull request #44554 from michalvavrik/feature/enable-management-interface-auth-without-basic-auth Allow to ena... 05b92aa
- Merge pull request #44546 from michalvavrik/feature/quarkus-oidc-redis-token-state-manager Add OIDC Redis Token Stat... 2b2dbe4