Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Develocity API spec version to 2024.3 #346

Merged
merged 4 commits into from
Dec 19, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 14, 2024

https://docs.gradle.com/enterprise/api-manual/#release_history

Generated from workflow run 12327521415.

Integration tests ran locally: /s/

@gabrielfeo gabrielfeo closed this Dec 16, 2024
@gabrielfeo gabrielfeo reopened this Dec 16, 2024
Copy link
Contributor Author

Job Summary for Gradle

Check PR :: kotlin-tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
develocity-api-kotlin
test compileIntegrationTestKotlin :build-logic:check :libra…
8.11.1 Build Scan published

Copy link
Contributor Author

Job Summary for Gradle

Check PR :: kotlin-tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
develocity-api-kotlin
test compileIntegrationTestKotlin :build-logic:check :libra…
8.11.1 Build Scan published

@gabrielfeo gabrielfeo force-pushed the feature/api-spec-2024.3 branch from 342cc01 to f3fb024 Compare December 19, 2024 04:42
gabrielfeo pushed a commit that referenced this pull request Dec 19, 2024
Fixes an error that's failing the Jupyter integration tests, encountered
while testing #346:

```
org.jetbrains.kotlinx.jupyter.exceptions.ReplLibraryException: The problem is found in one of the loaded libraries: check library imports, dependencies and repositories
	at app//org.jetbrains.kotlinx.jupyter.exceptions.ReplLibraryExceptionKt.rethrowAsLibraryException(ReplLibraryException.kt:38)
	at app//org.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl$ExecutionContext.doAddLibraries(CellExecutorImpl.kt:158)
	at app//org.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl$ExecutionContext.addLibraries(CellExecutorImpl.kt:193)
	at app//org.jetbrains.kotlinx.jupyter.libraries.LibrariesScanner.addLibrariesFromClassLoader(LibrariesScanner.kt:66)
	at app//org.jetbrains.kotlinx.jupyter.libraries.LibrariesScanner.addLibrariesFromClassLoader$default(LibrariesScanner.kt:55)
	at app//org.jetbrains.kotlinx.jupyter.testkit.ReplProvider$Companion$initializeWithCurrentClasspath$1.invoke(ReplProvider.kt:58)
	at app//org.jetbrains.kotlinx.jupyter.testkit.ReplProvider$Companion$initializeWithCurrentClasspath$1.invoke(ReplProvider.kt:58)
	at app//org.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl.execute(CellExecutorImpl.kt:136)
	at app//org.jetbrains.kotlinx.jupyter.repl.impl.ReplForJupyterImpl$eval$1.invoke(ReplForJupyterImpl.kt:625)
	at app//org.jetbrains.kotlinx.jupyter.repl.impl.ReplForJupyterImpl.withEvalContext(ReplForJupyterImpl.kt:427)
	at app//org.jetbrains.kotlinx.jupyter.repl.impl.ReplForJupyterImpl.eval(ReplForJupyterImpl.kt:624)
	at app//org.jetbrains.kotlinx.jupyter.testkit.ReplProvider$Companion.initializeWithCurrentClasspath(ReplProvider.kt:58)
	at app//org.jetbrains.kotlinx.jupyter.testkit.ReplProvider$Companion.withoutLibraryResolution$lambda$1(ReplProvider.kt:23)
	at app//org.jetbrains.kotlinx.jupyter.testkit.JupyterReplTestCase.<init>(JupyterReplTestCase.kt:17)
	at app//org.jetbrains.kotlinx.jupyter.testkit.JupyterReplTestCase.<init>(JupyterReplTestCase.kt:14)
	at app//com.gabrielfeo.develocity.api.internal.jupyter.DevelocityApiJupyterIntegrationTest.<init>(DevelocityApiJupyterIntegrationTest.kt:12)
	at [email protected]/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at [email protected]/java.util.Optional.orElseGet(Optional.java:369)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541)
Caused by: org.jetbrains.kotlinx.jupyter.exceptions.ReplCompilerException: Collection contains no element matching the predicate.
	...
Caused by: java.util.NoSuchElementException: Collection contains no element matching the predicate.
	...
```

([/s/](https://gradle.com/s/rujr57kbibywg))

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@gabrielfeo gabrielfeo force-pushed the feature/api-spec-2024.3 branch from f3fb024 to 5b47093 Compare December 19, 2024 04:57
@gabrielfeo gabrielfeo merged commit fa85e86 into main Dec 19, 2024
7 checks passed
@gabrielfeo gabrielfeo deleted the feature/api-spec-2024.3 branch December 19, 2024 05:00
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