Ecosyste.ms: Timeline

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

phillip-kruger

phillip-kruger opened 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 6 commits to main phillip-kruger/smallrye-graphql
  • Fix smallrye#2219: bean validation regression for null values 6f9c9c6
  • Switch back Quarkus CI a10dec6
  • Install mvnw ba24405
  • Switched priority of properties during merging (application.properties > annotation properties (in a bean)) 1d5fee3
  • Added test for subscription source field (batch) 004e90e
  • Make it possible to use Optional on payloads a274111

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkusio.github.io
OK great ! Waiting for your PR.

View on GitHub

phillip-kruger opened a pull request on quarkusio/quarkus
Fix vertx context that is null in GraphQL
Fix #44762
phillip-kruger created a branch on phillip-kruger/quarkus

graphql-completionstage-fix - Quarkus: Supersonic Subatomic Java.

phillip-kruger opened an issue on quarkusio/quarkus
"vc" is null in GraphQL when using CompletionStage
### Describe the bug When using this query in GraphQL: ```graphql { person(id: 1){ id names currencyCode scores{ name value } exchangeRate(against: GBP){ ...
phillip-kruger created a comment on a pull request on quarkusio/quarkus
@gsmet It is ordered based on the distance from root (or in other words, the number of / in the url). I have change this to be alphabetic by default, and added a button to toggle between alphabetic...

View on GitHub

phillip-kruger pushed 1 commit to management-url-issues phillip-kruger/quarkus

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkusio.github.io
Sounds like a good idea. Are you preparing a PR ?

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkus
Closing here. We now have an item on the Dev UI Ideas list.

View on GitHub

phillip-kruger closed an issue on quarkusio/quarkus
Add options to manipulate the Dev UI Card Page of another extension
### Description We have the following extension structure: Commons -> Extension 1 -> Extension 2 But both "end" extension share common logic, also for the Dev-UI. But it seems there isn't a...
phillip-kruger created a comment on an issue on quarkiverse/quarkus-json-rpc
Yes it is.

View on GitHub

phillip-kruger pushed 2 commits to main quarkiverse/quarkus-json-rpc
  • Improve CDI handling of JsonRPCRouter Use a SyntheticBeanBuildItem in order to ensure bean is created via it's const... 2144421
  • Merge pull request #51 from geoand/improved-cdi Improve CDI handling of JsonRPCRouter e02ec08

View on GitHub

phillip-kruger closed a pull request on quarkiverse/quarkus-json-rpc
Improve CDI handling of JsonRPCRouter
Use a SyntheticBeanBuildItem in order to ensure bean is created via it's constructor without hidden references to Arc or CDI in the creation process
phillip-kruger created a review on a pull request on quarkiverse/quarkus-json-rpc
Nice ! I thinks this can be done in GraphQL too

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkus
Great ! I am glad this works for you. Yes this can definitely be made easier with a Build Item, but that would require some work and I wanted to get you working without having to wait for it. What...

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkus
It works fine in Dev mode

View on GitHub

phillip-kruger pushed 33 commits to main 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 13 more ...

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkus
Ok, it seems to be working for me event when I do this in a extension. See attached example extension [greeting-extension.zip](https://github.com/user-attachments/files/17912228/greeting-extension...

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkus
Ok, after looking at this in detail, I realized I might not be the right person to look at this. The dev mode works fine (I thought the error was there). I am not sure how the 404 works in Prod mod...

View on GitHub

phillip-kruger pushed 1 commit to management-url-issues phillip-kruger/quarkus

View on GitHub

phillip-kruger created a comment on a pull request on quarkusio/quarkus
@gsmet ok I have changed it to show the full path. This is also more in line with the Endpoints page in Dev UI: ![image](https://github.com/user-attachments/assets/6b3855ce-2141-480f-82a9-6d657e...

View on GitHub

phillip-kruger pushed 1 commit to management-url-issues phillip-kruger/quarkus

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkus
Ok, let me change my common to be an extension and see if I can get to your issue. I'll do this tomorrow

View on GitHub

phillip-kruger opened a pull request on quarkusio/quarkus
Fix not-found links when management enabled
Fix #44639 ![Peek 2024-11-25 11-06](https://github.com/user-attachments/assets/969eb550-3c42-4528-b039-f689c54bf57a)
phillip-kruger created a branch on phillip-kruger/quarkus

management-url-issues - Quarkus: Supersonic Subatomic Java.

phillip-kruger pushed 33 commits to main phillip-kruger/quarkus
  • Ensure that all our handlers extend `ExtHandler` Fixes #44540 8fe3c76
  • Change the JsonRPC Service for OIDC to use recorder Signed-off-by: Phillip Kruger <[email protected]> 0d98259
  • Register methods that are reflectively accessed by netty during init Fixes https://github.com/quarkusio/quarkus/issu... 357b6e0
  • Do not honor shutdown timeout/delay in dev mode This is kinda annoying. Fixes #36006 6ccf8b7
  • Config Doc - Generalize splitOnConfigRootDescription It used to be applied to quarkus-core only with some hardcoded ... 59af557
  • Config Doc - Normalize Internal and Common extension name 367aa8c
  • Rename Kubernetes Vanilla extension to Kubernetes The name is misleading as it contains also stuff for Knative and O... 51078fa
  • Bump org.apache.logging.log4j:log4j-api from 2.24.1 to 2.24.2 Bumps org.apache.logging.log4j:log4j-api from 2.24.1 t... bff3245
  • Bump flyway.version from 10.22.0 to 11.0.0 Bumps `flyway.version` from 10.22.0 to 11.0.0. Updates `org.flywaydb:fly... b678f3c
  • Bump elasticsearch-opensource-components.version from 8.16.0 to 8.16.1 Bumps `elasticsearch-opensource-components.ve... f52c190
  • Merge pull request #44623 from gsmet/doc-improvements Config Doc - Assorted improvements related to Kubernetes exten... d3e99ba
  • Merge pull request #44620 from gsmet/do-not-honor-timeout-in-dev-mode Do not honor shutdown timeout/delay in dev mode fcf042c
  • Qute: if section - adjust the evaluation rules for equality operators - fixes #44610 9d8b52b
  • WebSockets Next: mark the extension as "stable" - remove the Experimental annotation from the API - move config clas... 64c42a6
  • Merge pull request #44629 from quarkusio/dependabot/maven/flyway.version-11.0.0 Bump flyway.version from 10.22.0 to ... bfa598d
  • Merge pull request #44628 from quarkusio/dependabot/maven/org.apache.logging.log4j-log4j-api-2.24.2 Bump org.apache.... 8b4ef3a
  • Merge pull request #44636 from mkouba/issue-44469-next WebSockets Next: mark the extension as "stable" cbd735f
  • Merge pull request #44632 from quarkusio/dependabot/maven/elasticsearch-opensource-components.version-8.16.1 Bump el... 1266b57
  • ArC: improve how intercepted methods are searched for If there are no interceptor binding annotations on the method,... 4c6af39
  • Ignore some documentation-related annotations in Hibernate ORM extension tests 2478d65
  • and 13 more ...

View on GitHub

phillip-kruger created a comment on an issue on quarkusio/quarkus
Yes, you can not add it to the card, you can add your own (very basic) page that imports that component and add it to the render. See my example [here](https://github.com/quarkusio/quarkus/issues/4...

View on GitHub

phillip-kruger starred phillip-kruger/graphql-example
phillip-kruger created a comment on an issue on quarkusio/quarkus
Ok so you have two options. **Option 1 (same as we use this internally for dev ui):** (see https://github.com/phillip-kruger/quarkus-jokes/commit/86e02544d56831407d4a542a23200d9453417437) Becaus...

View on GitHub

Load more