Skip to content

chore: bump base-template to Viaduct 1.1.0-SNAPSHOT#7

Open
fireboy1919 wants to merge 4 commits into
mainfrom
chore/viaduct-1.0.0-snapshot
Open

chore: bump base-template to Viaduct 1.1.0-SNAPSHOT#7
fireboy1919 wants to merge 4 commits into
mainfrom
chore/viaduct-1.0.0-snapshot

Conversation

@fireboy1919

Copy link
Copy Markdown
Member

##SUMMARY

[public]
chore: bump base-template to Viaduct 1.1.0-SNAPSHOT

Updates the eval base-template and skill docs for Viaduct 1.1.0-SNAPSHOT.

Breaking changes in 1.1.0-SNAPSHOT:

  • KSP plugin is now required — added com.google.devtools.ksp to plugins block
  • mavenLocal() must be declared for SNAPSHOT resolution
  • @Resolver annotation moved: viaduct.api.Resolverviaduct.api.resolver.Resolver
  • objectValue synchronous property removed — replaced by suspend fun getObjectValue()

All 14 evaluations pass after these changes.
[/public]

Rusty Phillips added 4 commits May 11, 2026 16:57
…etObjectValue()

- Add KSP plugin (now required by viaduct module plugin)
- Add mavenLocal() to resolve SNAPSHOT artifacts
- Update @resolver import: viaduct.api.Resolver → viaduct.api.resolver.Resolver
- Update objectValue property to getObjectValue() suspend fun (sync overload removed)
- Bump kotlin from 1.9.24 to 1.9.25 (required by KSP 1.9.25-1.0.20)
Update field-resolver, batch, and relationships skills to use
ctx.getObjectValue() (suspend fun in rc.2, no Kotlin property accessor).
Add cross-type scope compatibility and runtime scope denial behavior
sections to the scopes skill.
- Kotlin 1.9.24 → 2.1.20, add KSP plugin 2.1.20-2.0.1
- Viaduct 0.30.0-SNAPSHOT → 1.0.0-rc.2-SNAPSHOT (api, runtime, test-fixtures)
- Add Central Portal snapshots repo to pluginManagement and dependencyResolution
- Simplify BasicViaductFactory.create() (remove TenantRegistrationInfo)
- Fix Resolver import path (viaduct.api.resolver.Resolver)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant