You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit e19012e63381125042018e60b8fb2e7095db8dfd
Author: Stefano Furi <[email protected]>
Date: Wed Oct 29 13:21:24 2025 +0100
feat: generate workspace root with correct deps
A new Gradle task named "generateLspWorkspaceRoot" builds the `lsp-workspace-root` with the kotlin version associated with this application, and is including the `kotlinDependency` declared in `:dependencies` subproject.
commit f104477
Author: Stefano Furi <[email protected]>
Date: Wed Oct 29 11:07:13 2025 +0100
chore: add additional config to spring docker compose configuration
commit 5a8ee28
Author: Stefano Furi <[email protected]>
Date: Wed Oct 29 10:35:56 2025 +0100
refactor: rename jackson extensions
commit abd08d9
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 16:39:45 2025 +0100
chore: use single compose file for lsp
commit 529d1b8
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 15:52:09 2025 +0100
fix: do not start spring docker compose with prod config
commit 825c065
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 15:41:36 2025 +0100
fix: use single project root workspace as remote for lsp
now we can set the lsp remote workspace path (vital for containerized
environments) through spring's application config. Moreover, a single
workspace is now being used (i.e. no distinction between test and prod
workspace).
commit ab77dd8
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 12:20:35 2025 +0100
chore: set up springdoc for completions subproject
commit 7583164
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 12:20:06 2025 +0100
refactor: distinguish between springdoc versions (webmvc or webflux)
commit 88e51fb
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 11:15:42 2025 +0100
fix: fix typo in application-local config
commit bfc4a9e
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 10:53:54 2025 +0100
chore: increase lsp-connection timeout in containerized environments
commit aaa9ee3
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 10:43:51 2025 +0100
chore: use websites-team registry intellij-lsp docker image
commit 6ff3f95
Author: Stefano Furi <[email protected]>
Date: Tue Oct 28 10:42:43 2025 +0100
fix: make tests use lsp configuration taken from compose
Containerized intellij-lsp uses a dynamic port, we need to provide a way to make spring aware of this `through `LspIntegrationTest`.
commit 3c22338
Author: Stefano Furi <[email protected]>
Date: Mon Oct 27 17:59:07 2025 +0100
chore: try use websites-team `intellij-lsp` docker image
commit be1136a
Author: Stefano Furi <[email protected]>
Date: Mon Oct 27 17:21:36 2025 +0100
chore: use `local` spring profile for running with local compose
commit 3bb3a82
Author: Stefano Furi <[email protected]>
Date: Mon Oct 27 17:17:07 2025 +0100
chore: pass LspConfig to clients
# Conflicts:
# completions/lsp-compose.yml
# completions/src/main/kotlin/completions/configuration/lsp/LspProperties.kt
# completions/src/main/resources/application-local.yml
# completions/src/main/resources/application.yml
# completions/src/main/resources/lsp-users-projects-root/gradle.properties
# completions/src/main/resources/lsp-users-projects-root/settings.gradle.kts
# completions/src/main/resources/lsp/workspaces/lsp-users-projects-root/build.gradle.kts
# completions/src/main/resources/lsp/workspaces/lsp-users-projects-root/gradle.properties
# completions/src/main/resources/lsp/workspaces/lsp-users-projects-root/settings.gradle.kts
# completions/src/main/resources/lsp/workspaces/root-template/gradle.properties
# completions/src/main/resources/lsp/workspaces/root-template/settings.gradle.kts
# completions/src/test/resources/lsp/compose.yaml
0 commit comments