Commit Graph

9 Commits

Author SHA1 Message Date
Andy Wilkinson 3cc2e9c84c Remove --head support from Homebrew formula for CLI
Closes gh-47878
2025-10-31 08:56:01 +00:00
Stéphane Nicoll 8f8e45c14d Fix Homebrew formula's install --head support
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:25], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:25], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:17], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:21], map[id:windows-latest name:Windows]) (push) Waiting to run Details
Run CodeQL Analysis / run-analysis (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:17]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run Details
This commit updates the Homebrew formula's install --head support to
account for the new location of the CLI.

Closes gh-47878
2025-10-30 15:31:37 +01:00
Stéphane Nicoll f420aea3da Merge branch '3.5.x'
Closes gh-47723
2025-10-21 08:01:59 +02:00
Stéphane Nicoll 1b1801adb1 Polish 2025-10-20 13:33:00 +02:00
Moritz Halbritter 8108678bc5 Add nullability annotations to tests in cli/spring-boot-cli
See gh-47263
2025-10-16 14:07:16 +02:00
Stéphane Nicoll ed1ee79aef Share JSON library consistently
This commit shades the use of 'com.vaadin.external.google:android-json'
in the three modules that use it. The configuration processor already
did that and this commit does the same for configuration-metadata and
the CLI.

As a result of this commit, 'android-json' is not used nor managed
internally.

Closes gh-45504
2025-09-15 16:17:21 +02:00
Moritz Halbritter a0a785ec92 Improve null-safety of cli/spring-boot-cli
See gh-46926
2025-08-26 14:22:53 +02:00
Moritz Halbritter 8d598f549b Add nullability annotations to cli/spring-boot-cli
See gh-46587
2025-08-11 13:47:18 +02:00
Phillip Webb decc32dde3 Restructure project directories to better fit Gradle
Closes gh-46358
2025-07-10 17:54:08 -07:00