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/todo-demo-app
- Added AI Signed-off-by: Phillip Kruger <[email protected]> a7cde75
phillip-kruger pushed 1 commit to main phillip-kruger/todo-demo-app
- Added AI Signed-off-by: Phillip Kruger <[email protected]> 46ae905
phillip-kruger pushed 2 commits to main phillip-kruger/todo-demo-app
- bla Signed-off-by: Phillip Kruger <[email protected]> 0d745ce
- Added decks Signed-off-by: Phillip Kruger <[email protected]> a1bd90a
phillip-kruger created a comment on an issue on quarkusio/quarkus
You can also see the log file of postures now, does it show up in there ? Also, soon you will be able to view the database in Dev ui
phillip-kruger pushed 52 commits to main phillip-kruger/quarkus
- Add capability to add topic configuration during topic creation 5b0dfd5
- Tests: rename the "kotlin" integration tests module to "kotlin-maven-invoker" This is because these tests use the Ma... 794f7ac
- Tests: rename the "kotlin-serialization" integration tests module to "kotlin" This is because these tests use the st... bd8d514
- Testing: add reproducers for testing bugs 5d11efe
- Added compatible method for GlobalDevServicesConfig 21a2b33
- Bump flyway.version from 11.0.0 to 11.0.1 Bumps `flyway.version` from 11.0.0 to 11.0.1. Updates `org.flywaydb:flywa... 76a947e
- Convert Lambda REST and HTTP to @ConfigMapping 9b2367c
- Merge pull request #44911 from quarkusio/dependabot/maven/flyway.version-11.0.1 6a487f0
- Remove `cleanOnValidationError` config in Flyway Starting in Flyway 11.0.0 (see https://documentation.red-gate.com/f... 58f6144
- Add guard that network is available on test 87817c6
- Merge pull request #44913 from holly-cummins/fix-test-that-needs-network Add guard on test that network is available 0773bf5
- Merge pull request #44901 from Ladicek/testing-reproducers Testing reproducers 0ac0e12
- Run test on non-native scenarios f3de58e
- Merge pull request #44912 from gastaldi/flyway_deprecated Remove `cleanOnValidationError` config in Flyway 5006bf3
- Merge pull request #35824 from f0nZ/main Add capability to add topic configuration during topic creation c5cc765
- Merge pull request #44915 from holly-cummins/slightly-weaken-disablement Run classpath test on non-native paths bedb080
- Merge pull request #44907 from mcruzdev/config-mapping-lambda Convert Lambda REST and HTTP to @ConfigMapping eab567b
- Register Kotlin's empty set for reflection c9b8046
- Merge pull request #44919 from stephan-strate/kotlin-empty-set-regression Register Kotlin's empty set for reflection 3fb393d
- Avoid Converters annotations introspection at runtime 8b82767
- and 32 more ...
phillip-kruger created a comment on an issue on smallrye/smallrye-graphql
@faskan I do not think your issue is related to this one. Please open a new issue with your reproducer. I think yours has got to do with the sealed interface.
phillip-kruger created a repository: phillip-kruger/lazy-loading
https://github.com/phillip-kruger/lazy-loading - Generated by code.quarkus.io
phillip-kruger pushed 45 commits to main phillip-kruger/quarkus
- logging-and-datasource-docstyle-review Signed-off-by: Michal Maléř <[email protected]> 262a5e1
- Bump grpc.version from 1.65.1 to 1.68.2 Bumps `grpc.version` from 1.65.1 to 1.68.2. Updates `io.grpc:grpc-bom` from... 55f7de5
- Remote dev mode can be used on deployments with context path Signed-off-by: Harald Albers <[email protected]> 0664069
- Bump org.htmlunit:htmlunit from 4.5.0 to 4.7.0 Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) f... 7edb6c3
- Use 'Microsoft Entra ID' in OIDC DevUI b1049b8
- Redis Cache - Allow usage of cache name when prefix is defined Resolves: #44693 4147c6d
- Fix Form Post OIDC tests 4a21abe
- Allow using MongoDb Driver authentication mechanisms when username and password is null cf06d7e
- Merge pull request #44856 from thibaultmeyer/feature/44693-cache_redis_allow_usage_cachename 2c31260
- Introduce property to disable default mapper per REST Client The default mapper has a very confusing behavior where ... 6ca76ec
- Merge pull request #44816 from geoand/#44813 Introduce property to disable default mapper per REST Client c10465e
- Disable Sonarcloud analysis on forks Because it won't work without a token anyway. I went with the same condition a... c977d51
- Respect max message size property fo Quarkus GRPC client (44853) b26c421
- Merge pull request #44843 from quarkusio/dependabot/maven/org.htmlunit-htmlunit-4.7.0 Bump org.htmlunit:htmlunit fro... 52aee64
- Make sure the main component has its direct dependencies recorded 065d8cf
- Merge pull request #44865 from yrodiere/sonar-cloud-on-forks Disable Sonarcloud analysis on forks 8bfec22
- Move TestBuildChainFunction to its own class 450fd34
- feat(oidc): Add tenant config builder b0aeefe
- Merge pull request #44845 from sberyozkin/oidc_devui_entraid_text Use 'Microsoft Entra ID' in OIDC DevUI cce6e31
- Merge pull request #44858 from tomas1885/mongodb_auth_mechanism Allow using Mongo auth mechanisms without user and p... e3aec53
- and 25 more ...
phillip-kruger pushed 1 commit to main phillip-kruger/quarkus-graphql-examples
- make eager Signed-off-by: Phillip Kruger <[email protected]> 8a68662
phillip-kruger created a comment on an issue on quarkusio/quarkus
@MikeEdgar maybe the versions ? The one in 3.0.3 and the other 4 ?
phillip-kruger pushed 1 commit to main phillip-kruger/quarkus-graphql-examples
- final Signed-off-by: Phillip Kruger <[email protected]> 7f06fce
phillip-kruger created a review comment on a pull request on quarkusio/quarkus
It's when `CompletableFuture.supplyAsync` is used in a method that has a batched source field that is blocking.
phillip-kruger opened a pull request on quarkusio/quarkus
Fix GraphQL when using CompletionStage and Blocking batch source
Second attempt to fix #44762 @cescoffier - I removed the verx part, and replaced with Uni, but we can also only do this when Vertx context is null (like the exception in the issue). Let me know....phillip-kruger created a branch on phillip-kruger/quarkus
graphql-completionstage-fix2 - Quarkus: Supersonic Subatomic Java.
phillip-kruger created a comment on a pull request on quarkusio/quarkus
Closing here. Working on another fix
phillip-kruger closed a pull request on quarkusio/quarkus
Fix vertx context that is null in GraphQL
Fix #44762phillip-kruger pushed 34 commits to main phillip-kruger/quarkus
- Move Hibernate Search Elasticsearch backend to a dedicated extension ba25c89
- Fix typos in documentation of configuration properties 031cd1b
- Rename quarkus-hibernate-search-backend-elasticsearch to quarkus-hibernate-search-backend-elasticsearch-common 1c43f90
- Default to old console if user has not set it This is done because the new JLine console which is the default from J... 88a0dce
- Streamline OTel dependencies 2ed844d
- Use CertificateGenerator in OIDC Wiremock tests ebb2c0c
- Qute: fix perf optimization in ReflectionValueResolver - fixes #44797 06f4006
- Copyedit security-cors.adoc 6d99105
- Fix NPE caused by PropertyName map with Mappings names 837a603
- Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2 Bumps [com.fasterxml.jackson:jackson-bom](https://githu... 101d353
- Merge pull request #44796 from geoand/#44471 Default to old console if user has not set it 9967650
- Merge pull request #44820 from radcortez/npe-mapping-names Fix NPE caused by PropertyName map with Mappings names 6cf7ba2
- Merge pull request #44822 from quarkusio/dependabot/maven/com.fasterxml.jackson-jackson-bom-2.18.2 Bump com.fasterxm... 3ac8d23
- Apply TrimmedStringConverter to proxyAddress configuration property 2654019
- Merge pull request #44755 from rolfedh/copyedit-cors-ref-topic Copyedit security-cors.adoc 1f6a3a9
- Merge pull request #44708 from IvanBaricic/main Fix invalid proxy setting when the port ends with a whitespace da9fbf0
- SmallRye Fault Tolerance: upgrade to 6.7.0 This commit not only bumps the SmallRye Fault Tolerance version, but also... 8e19875
- Merge pull request #44817 from mkouba/issue-44797 Qute: fix regression in perf optimization of ReflectionValueResolver 0aff1b5
- Merge pull request #44772 from brunobat/cleanup-otel-boms Streamline otel dependencies 89bc558
- Merge pull request #39416 from yrodiere/backend-elasticsearch-shared Shared extension for the Hibernate Search Elast... 0f88242
- and 14 more ...