Skip to content

Commit

Permalink
Bumped version & updated bee.fetched dependency in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbaniec committed Oct 16, 2023
1 parent c2ff6cd commit e73e418
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ An example project showcasing `bee-built` can be found under [example](./example

### Modules

Extend DGS:

* `bee.fetched`
Automatically generate nested data fetchers for usage with data loaders, [documentation](./bee.fetched/README.md)

---

Some changes are currently being made:

* `lib.data`
Easier data handling for GraphQL + JPA, [documentation](./lib.data/README.md)
* `lib.result` 
* `lib.result`
Functional kotlin bindings, integration with DGS & more
* `lib.events`
Simple event manager based on the mediator pattern, based on C#'s [MediatR library](https://github.com/jbogard/MediatR)
Expand Down
4 changes: 1 addition & 3 deletions example/application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ plugins {
java
alias(libs.plugins.ksp)
id("bee.generative")

}

allprojects {
Expand Down Expand Up @@ -77,8 +76,7 @@ dependencies {
implementation("com.beeproduced:data") {
capabilities { requireCapability("com.beeproduced:data-dgs") }
}
implementation("com.beeproduced:bee.fetched")
bee("com.beeproduced:bee.fetched")
beeGenerative("com.beeproduced:bee.fetched")
// external dependencies
implementation(libs.kotlin.stdlib)
implementation(libs.spring.boot.starter.web)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
bee-built = "0.1.0-SNAPSHOT"
bee-built = "0.2.0-SNAPSHOT"
springboot-base = "3.0.2"
springboot-dependencymanagement = "1.1.0"
kotlin-base = "1.8.0"
Expand Down

0 comments on commit e73e418

Please sign in to comment.