Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

phillip-kruger

phillip-kruger created a review comment on a pull request on quarkusio/quarkus
What do you mean be closed ? I.e how do I close an instance ?

View on GitHub

phillip-kruger created a review on a pull request on quarkusio/quarkus

View on GitHub

phillip-kruger pushed 1 commit to main phillip-kruger/quarkus-graphql-examples

View on GitHub

phillip-kruger pushed 1 commit to main phillip-kruger/graphql-example

View on GitHub

phillip-kruger pushed 1 commit to main phillip-kruger/graphql-example

View on GitHub

phillip-kruger pushed 19 commits to graphql-completionstage-fix phillip-kruger/quarkus
  • Fix split package issue in Kubernetes Service Binding extension Fixes: #44732 7f175a6
  • feat(oidc-client): Add OIDC Client config builder 5a51c3a
  • Bump com.google.cloud.functions:functions-framework-api Bumps [com.google.cloud.functions:functions-framework-api](h... 918ed54
  • Add OpenPGP's Bouncycastle library to application's BOM Other Bouncycastle libraries are already managed in the appl... f4dd1b4
  • Enable Virtual Thread Binder if micrometer-java21 is on the Classpath This commit introduces automatic registration ... feae06c
  • Filter out OTel Instrumentation Java Agent version constraints 9c5f84e
  • Merge pull request #44751 from geoand/#44732 Fix split package issue in Kubernetes Service Binding extension be0030f
  • Fix the `io.quarkus.virtual.threads` split package The deployment package was only containing the processor. Thus, t... 972efbf
  • Merge pull request #44787 from quarkusio/dependabot/maven/com.google.cloud.functions-functions-framework-api-1.1.4 B... bbf9e16
  • Merge pull request #44791 from gastaldi/bcpg-jdk18on Add OpenPGP's Bouncycastle library to application's BOM a2c5da4
  • Fix typo with classes() method 04bcfd2
  • Drop mentions of quarkus.ssl.native=false in Hibernate Search guides I don't think it's a good idea to promote disab... 527370c
  • Merge pull request #44798 from gsmet/hsearch-quarkus.ssl.native Drop mentions of quarkus.ssl.native=false in Hiberna... 10019a1
  • Merge pull request #44792 from aloubyansky/filter-out-ot-javaagent Filter out OTel Java Agent version constraints 9c47990
  • Merge pull request #44686 from cescoffier/virtual-thread-metrics Enable Virtual Thread Binder if micrometer-java21 i... d1c1e91
  • Merge pull request #44783 from cescoffier/virtual-thread-split-package 74a4aca
  • Merge pull request #44795 from zhfeng/fix_reflective_builid_item Fix typo with classes() method cffea0c
  • Merge pull request #44697 from michalvavrik/feature/add-oidc-client-config-builder Add OIDC Client config builder d4cbdb2
  • Fix vertx context that is null Signed-off-by: Phillip Kruger <[email protected]> 757431d

View on GitHub

phillip-kruger created a comment on an issue on smallrye/smallrye-graphql
@gsmet yes this issue was not fixed with https://github.com/jboss-logging/jboss-logmanager/pull/493 @dmlloyd can you help ? I include I reproducer here: [logging-error-graphql.zip](https://gi...

View on GitHub

phillip-kruger reopened an issue on smallrye/smallrye-graphql
Logging error
With this code: ```java @GraphQLApi public class HelloGraphQLResource { @Query @Description("Say hello") public CompletionStage<List<Message>> sayHello(@DefaultValue("World") ...
phillip-kruger pushed 18 commits to main phillip-kruger/quarkus
  • Fix split package issue in Kubernetes Service Binding extension Fixes: #44732 7f175a6
  • feat(oidc-client): Add OIDC Client config builder 5a51c3a
  • Bump com.google.cloud.functions:functions-framework-api Bumps [com.google.cloud.functions:functions-framework-api](h... 918ed54
  • Add OpenPGP's Bouncycastle library to application's BOM Other Bouncycastle libraries are already managed in the appl... f4dd1b4
  • Enable Virtual Thread Binder if micrometer-java21 is on the Classpath This commit introduces automatic registration ... feae06c
  • Filter out OTel Instrumentation Java Agent version constraints 9c5f84e
  • Merge pull request #44751 from geoand/#44732 Fix split package issue in Kubernetes Service Binding extension be0030f
  • Fix the `io.quarkus.virtual.threads` split package The deployment package was only containing the processor. Thus, t... 972efbf
  • Merge pull request #44787 from quarkusio/dependabot/maven/com.google.cloud.functions-functions-framework-api-1.1.4 B... bbf9e16
  • Merge pull request #44791 from gastaldi/bcpg-jdk18on Add OpenPGP's Bouncycastle library to application's BOM a2c5da4
  • Fix typo with classes() method 04bcfd2
  • Drop mentions of quarkus.ssl.native=false in Hibernate Search guides I don't think it's a good idea to promote disab... 527370c
  • Merge pull request #44798 from gsmet/hsearch-quarkus.ssl.native Drop mentions of quarkus.ssl.native=false in Hiberna... 10019a1
  • Merge pull request #44792 from aloubyansky/filter-out-ot-javaagent Filter out OTel Java Agent version constraints 9c47990
  • Merge pull request #44686 from cescoffier/virtual-thread-metrics Enable Virtual Thread Binder if micrometer-java21 i... d1c1e91
  • Merge pull request #44783 from cescoffier/virtual-thread-split-package 74a4aca
  • Merge pull request #44795 from zhfeng/fix_reflective_builid_item Fix typo with classes() method cffea0c
  • Merge pull request #44697 from michalvavrik/feature/add-oidc-client-config-builder Add OIDC Client config builder d4cbdb2

View on GitHub

phillip-kruger pushed 1 commit to main phillip-kruger/quarkus-graphql-examples

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkusio.github.io
@josephaw1022 we have some extensions that document their part of dev ui in their extension documentation. It miight be a good idea to link to them from this new page. Also we need others like @max...

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkusio.github.io
@cescoffier go to https://quarkus-site-pr-2178-preview.surge.sh/ and scroll down then you will see it

View on GitHub

phillip-kruger pushed 22 commits to graphql-completionstage-fix phillip-kruger/quarkus
  • [WIP] Copyedit content for CORS guide 3aabd4c
  • Qute: add JsonEscaper - fixes #43369 db83181
  • Move code in rest-jackson-common to a proper package Fixes: #44740 6cdb624
  • Move code in rest-jackson-common to a proper package Fixes: #44739 Fixes: #44740 6725fdc
  • feat(oidc): Always set resolved OIDC tenant id and docs it df602e0
  • ArC: remove some deprecated stuff marked for removal - the target release is Quarkus 3.18 45ab249
  • Address leftovers in testing docs from #44685 107e4ea
  • Fix not-found links when management enabled Signed-off-by: Phillip Kruger <[email protected]> 9c5adf7
  • Renaming packages to avoid split them accross multiple modules Related to #44742 and #44741 7eac578
  • Fix retry count in remote dev mode error message Signed-off-by: Harald Albers <[email protected]> 827dd96
  • Merge pull request #44706 from mkouba/issue-43369 Qute: add JsonEscaper 0e38c2c
  • Merge pull request #44770 from aureamunoz/split-packages-spring-web Renaming packages to avoid split them accross mu... 4b35233
  • Merge pull request #44695 from rolfedh/copyedits-security-cors.adoc [WIP] Copyedit CORS reference 8a865eb
  • Merge pull request #44547 from michalvavrik/feature/document-custom-tenant-resolver-req-ctx Always set OIDC tenant i... 97e7f9c
  • Merge pull request #44765 from geoand/#44740 Move code in rest-jackson-common code to a proper packages 16158f9
  • Merge pull request #44768 from geoand/#44685-followup Address leftovers in testing docs from #44685 b8ea581
  • Merge pull request #44754 from albers/remote-dev-error-count Fix retry count in remote dev mode error message 6b617f5
  • Merge pull request #44675 from phillip-kruger/management-url-issues Fix not-found links when management enabled e5ab20f
  • Merge pull request #44767 from mkouba/arc-remove-deprecated-02 ArC: remove some deprecated stuff marked for removal a36e483
  • Bump org.jboss.logmanager:jboss-logmanager Bumps [org.jboss.logmanager:jboss-logmanager](https://github.com/jboss-lo... 58866ce
  • and 2 more ...

View on GitHub

phillip-kruger pushed 70 commits to main phillip-kruger/quarkus
  • Avoid reifing Agroal configuration too early In OracleAgroalConnectionConfigurer, we are reifing the Agroal config a... 4367b5f
  • Default Management interface to localhost in dev and test mode It used to be 0.0.0.0, which was clearly documented a... 25c8415
  • Adjust the default of NonApplicationRootPathBuildItem We will always have the config defined except in some weird ca... d5026a8
  • Take into account TLS registry config for generating URLs b8a7127
  • Improve TLS config doc for management interface 884b651
  • Avoid double registration of providers 0af8ae9
  • Move narayana-lra extension to the new separated LRA project e74d9c7
  • Improve debugging of `GeneratedClassBuildItem` 6662ad3
  • Bump org.mariadb.jdbc:mariadb-java-client from 3.5.0 to 3.5.1 Bumps [org.mariadb.jdbc:mariadb-java-client](https://g... fec0f50
  • Bump hibernate-search.version from 7.2.1.Final to 7.2.2.Final Bumps `hibernate-search.version` from 7.2.1.Final to 7... 5ec309f
  • Bump microprofile-opentelemetry-tck.version from 2.0 to 2.0.1 Bumps `microprofile-opentelemetry-tck.version` from 2.... 0db18f9
  • Support conditional dependencies on regular artifacts aac0bdf
  • Merge pull request #44648 from gsmet/fix-management-interface-defaults Assorted fixes for management interface 2a45367
  • Merge pull request #44700 from aloubyansky/conditional-non-extension-dep Support conditional dependencies on regular... 6bf9d2b
  • Doc: minor adjustment in an example configuring a conditional dependency c42f43f
  • Fix TLS config Javadoc typo Noticed while working on the management interface. d59ea8f
  • Merge pull request #44699 from quarkusio/dependabot/maven/microprofile-opentelemetry-tck.version-2.0.1 Bump micropro... 40ae1ca
  • Merge pull request #44698 from quarkusio/dependabot/maven/hibernate-search.version-7.2.2.Final Bump hibernate-search... b3143cc
  • Merge pull request #44605 from quarkusio/dependabot/maven/org.mariadb.jdbc-mariadb-java-client-3.5.1 Bump org.mariad... 30859cc
  • Merge pull request #44702 from aloubyansky/conditional-extension-deps-doc-adjustment Doc: minor adjustment in an exa... fad55f9
  • and 50 more ...

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkusio.github.io
@josephaw1022 Looking at https://quarkus-site-pr-2178-preview.surge.sh/version/main/guides/# I can not seem to find the entry point

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkus
With this new change (https://github.com/quarkusio/quarkus/pull/44700) it's less important, as we will remove all dev ui runtime from prod builds, so moving things to BuildTimeActions is less impor...

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkus
Thanks @geoand ! The CI failures looks related.

View on GitHub

phillip-kruger closed an issue on smallrye/smallrye-graphql
Logging error
With this code: ```java @GraphQLApi public class HelloGraphQLResource { @Query @Description("Say hello") public CompletionStage<List<Message>> sayHello(@DefaultValue("World") ...
phillip-kruger created a comment on an issue on smallrye/smallrye-graphql
This will be fixed with https://github.com/jboss-logging/jboss-logmanager/pull/493 Thanks @gsmet :)

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkusio.github.io
@cescoffier ^^^ f.y.i

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkusio.github.io
Thanks @josephaw1022 - I am looking at it. can you please squash your commits into 1. Thanks :)

View on GitHub

phillip-kruger pushed 50 commits to graphql-completionstage-fix phillip-kruger/quarkus
  • Avoid reifing Agroal configuration too early In OracleAgroalConnectionConfigurer, we are reifing the Agroal config a... 4367b5f
  • Default Management interface to localhost in dev and test mode It used to be 0.0.0.0, which was clearly documented a... 25c8415
  • Adjust the default of NonApplicationRootPathBuildItem We will always have the config defined except in some weird ca... d5026a8
  • Take into account TLS registry config for generating URLs b8a7127
  • Improve TLS config doc for management interface 884b651
  • Avoid double registration of providers 0af8ae9
  • Move narayana-lra extension to the new separated LRA project e74d9c7
  • Improve debugging of `GeneratedClassBuildItem` 6662ad3
  • Bump org.mariadb.jdbc:mariadb-java-client from 3.5.0 to 3.5.1 Bumps [org.mariadb.jdbc:mariadb-java-client](https://g... fec0f50
  • Bump hibernate-search.version from 7.2.1.Final to 7.2.2.Final Bumps `hibernate-search.version` from 7.2.1.Final to 7... 5ec309f
  • Bump microprofile-opentelemetry-tck.version from 2.0 to 2.0.1 Bumps `microprofile-opentelemetry-tck.version` from 2.... 0db18f9
  • Support conditional dependencies on regular artifacts aac0bdf
  • Merge pull request #44648 from gsmet/fix-management-interface-defaults Assorted fixes for management interface 2a45367
  • Merge pull request #44700 from aloubyansky/conditional-non-extension-dep Support conditional dependencies on regular... 6bf9d2b
  • Doc: minor adjustment in an example configuring a conditional dependency c42f43f
  • Fix TLS config Javadoc typo Noticed while working on the management interface. d59ea8f
  • Merge pull request #44699 from quarkusio/dependabot/maven/microprofile-opentelemetry-tck.version-2.0.1 Bump micropro... 40ae1ca
  • Merge pull request #44698 from quarkusio/dependabot/maven/hibernate-search.version-7.2.2.Final Bump hibernate-search... b3143cc
  • Merge pull request #44605 from quarkusio/dependabot/maven/org.mariadb.jdbc-mariadb-java-client-3.5.1 Bump org.mariad... 30859cc
  • Merge pull request #44702 from aloubyansky/conditional-extension-deps-doc-adjustment Doc: minor adjustment in an exa... fad55f9
  • and 30 more ...

View on GitHub

phillip-kruger pushed 83 commits to management-url-issues phillip-kruger/quarkus
  • Take regexps into account when setting access-control-allow-credentials We used to only consider exact matches which... c3b729e
  • Also consider /.*/ a wildcard in CORSFilter 29e9cc6
  • Add CORSRegexWildcardTest cd28056
  • Do not add host:port to Health path in Health UI The Health UI will be served from the exact same interface so we do... 4dbf1a8
  • Split creation of the Set to match unknown properties to avoid MethodTooLargeException 1db73a7
  • Fix conditional dependency resolution when runtime-deployment dependencies are not mirrored b33f07e
  • Minor conditional dependencies doc fixes 5e9bef3
  • fix(spring-security): Pass @PreAuthorize method args. to SpringWeb endpoints 245a281
  • Remove line 522335a
  • Config Doc - Fix conversion of HTML Javadoc Converting HTML to Asciidoc using the Javadoc elements was causing issue... 916d194
  • fix(rest-jackson,security): improve @SecureField annotation detection e8fd90a
  • Merge pull request #44647 from gsmet/fix-health-ui 5f00609
  • Merge pull request #44669 from michalvavrik/feature/improve-secure-field-detection Quarkus REST Jackson: Improve det... fd27f9a
  • Clean up effects of test profiles when @QuarkusMainTest completes Fixes: #44117 71804eb
  • Merge pull request #44667 from michalvavrik/feature/preauthorize-spring-resteasy-fix Pass secured method arguments i... fc548b3
  • Properly reset Quarkus populated Jackson ObjectMapper Fixes: #44641 a033231
  • Merge pull request #44666 from aloubyansky/amazon-services-conditional-dep Fix conditional dependency resolution whe... 192a870
  • Incubating Maven resolver: do not load the workspace when the original resolver isn't aware of it, switch to choose b... 17ddf2a
  • Config Doc - Add basic support for HTML tables -> AsciiDoc tables It will only handle very simple cases but it makes... 10ddc12
  • Qute: fix handling of missing properties in strict mode - fixes #44674 dd01531
  • and 63 more ...

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkus
It's a very edge use case where you mix batching in a source field and CompletionStage, so that is probably why we have not seen this until I stumbled across this. So if the main (root) query retu...

View on GitHub

phillip-kruger pushed 2 commits to main quarkiverse/quarkus-json-rpc
  • Move @JsonRPCApi to a proper package Closes: #49 e171ee5
  • Merge pull request #52 from geoand/#49 Move @JsonRPCApi to a proper package 99639ed

View on GitHub

phillip-kruger closed an issue on quarkiverse/quarkus-json-rpc
Is @JsonRPCApi part of the public API?
If it is, it should not have `runtime` in the package, so we should probably move it to `io.quarkiverse.jsonrpc.api`
phillip-kruger closed a pull request on quarkiverse/quarkus-json-rpc
Move @JsonRPCApi to a proper package
- Closes: #49
phillip-kruger created a comment on a pull request on quarkiverse/quarkus-json-rpc
Thanks !

View on GitHub

phillip-kruger created a review on a pull request on quarkiverse/quarkus-json-rpc

View on GitHub

phillip-kruger created a comment on a pull request on quarkiverse/quarkus-json-rpc
This can probably also be done in Vertx-http (dev ui) as this code is extracted from there into this extension

View on GitHub

Load more