-
Notifications
You must be signed in to change notification settings - Fork 6
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 the quarkus group with 5 updates #345
Conversation
39a5881
to
8d60cd2
Compare
@dependabot rebase |
Bumps the quarkus group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.15.1` | `3.16.0` | | [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) | `3.15.1` | `3.16.0` | | io.quarkus:quarkus-maven-plugin | `3.15.1` | `3.16.0` | | [io.quarkiverse.jgit:quarkus-jgit](https://github.com/quarkiverse/quarkus-jgit) | `3.3.0` | `3.3.1` | | [io.quarkiverse.playwright:quarkus-playwright](https://github.com/quarkiverse/quarkus-playwright) | `1.0.0` | `1.1.0` | Updates `io.quarkus:quarkus-bom` from 3.15.1 to 3.16.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.15.1...3.16.0) Updates `io.quarkus:quarkus-ide-config` from 3.15.1 to 3.16.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.15.1...3.16.0) Updates `io.quarkus:quarkus-maven-plugin` from 3.15.1 to 3.16.0 Updates `io.quarkiverse.jgit:quarkus-jgit` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/quarkiverse/quarkus-jgit/releases) - [Commits](quarkiverse/quarkus-jgit@3.3.0...3.3.1) Updates `io.quarkiverse.playwright:quarkus-playwright` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/quarkiverse/quarkus-playwright/releases) - [Commits](quarkiverse/quarkus-playwright@1.0.0...1.1.0) Updates `io.quarkus:quarkus-ide-config` from 3.15.1 to 3.16.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.15.1...3.16.0) Updates `io.quarkus:quarkus-maven-plugin` from 3.15.1 to 3.16.0 --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: quarkus - dependency-name: io.quarkus:quarkus-ide-config dependency-type: direct:production update-type: version-update:semver-minor dependency-group: quarkus - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: quarkus - dependency-name: io.quarkiverse.jgit:quarkus-jgit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: quarkus - dependency-name: io.quarkiverse.playwright:quarkus-playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: quarkus - dependency-name: io.quarkus:quarkus-ide-config dependency-type: direct:production update-type: version-update:semver-minor dependency-group: quarkus - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: quarkus ... Signed-off-by: dependabot[bot] <[email protected]>
8d60cd2
to
f32ce44
Compare
With the new Quarkus update I was getting all kinds of strange test failures including: Caused by: org.hibernate.search.mapper.pojo.common.annotation.impl.SearchProcessingWithContextException: Failed to read 'GitInputProvider{path='docs/version/3.2/guides/all-config.html'}' for indexing: Out of memory loading unknown object
Context: path '.htmlFullContentProvider'
at org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessorPropertyNode.process(PojoIndexingProcessorPropertyNode.java:68)
at org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessorMultiNode.process(PojoIndexingProcessorMultiNode.java:43)
at org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessorOriginalTypeNode.process(PojoIndexingProcessorOriginalTypeNode.java:61)
at org.hibernate.search.mapper.pojo.work.impl.PojoDocumentContributor.contribute(PojoDocumentContributor.java:53)
... 19 more
Caused by: java.lang.IllegalStateException: Failed to read 'GitInputProvider{path='docs/version/3.2/guides/all-config.html'}' for indexing: Out of memory loading unknown object
at io.quarkus.search.app.hibernate.InputProviderHtmlBodyTextBridge.toIndexedValue(InputProviderHtmlBodyTextBridge.java:42)
at io.quarkus.search.app.hibernate.InputProviderHtmlBodyTextBridge.toIndexedValue(InputProviderHtmlBodyTextBridge.java:16)
at io.quarkus.search.app.hibernate.I18nDataBinder$Bridge.toIndexedValue(I18nDataBinder.java:51)
at io.quarkus.search.app.hibernate.I18nDataBinder$Bridge.toIndexedValue(I18nDataBinder.java:33)
at org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessorValueBridgeNode.process(PojoIndexingProcessorValueBridgeNode.java:49)
at org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessorMultiNode.process(PojoIndexingProcessorMultiNode.java:43)
at org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessorPropertyNode.process(PojoIndexingProcessorPropertyNode.java:61)
... 22 more
Caused by: org.eclipse.jgit.errors.LargeObjectException$OutOfMemory: Out of memory loading unknown object
at org.eclipse.jgit.internal.storage.file.Pack.load(Pack.java:923)
at org.eclipse.jgit.internal.storage.file.Pack.get(Pack.java:290)
at org.eclipse.jgit.internal.storage.file.PackDirectory.open(PackDirectory.java:228)
at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedObject(ObjectDirectory.java:412)
at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedFromSelfOrAlternate(ObjectDirectory.java:375)
at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObjectWithoutRestoring(ObjectDirectory.java:365)
at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObject(ObjectDirectory.java:350)
at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:133)
at org.eclipse.jgit.lib.ObjectDatabase.open(ObjectDatabase.java:181)
at org.eclipse.jgit.lib.ObjectDatabase.open(ObjectDatabase.java:151)
at org.eclipse.jgit.lib.Repository.open(Repository.java:327)
at io.quarkus.search.app.util.GitUtils.file(GitUtils.java:65)
at io.quarkus.search.app.util.GitInputProvider.open(GitInputProvider.java:24)
at io.quarkus.search.app.hibernate.InputProviderHtmlBodyTextBridge.toIndexedValue(InputProviderHtmlBodyTextBridge.java:19)
... 28 more
Caused by: java.lang.OutOfMemoryError: Java heap space
at org.eclipse.jgit.internal.storage.file.Pack.load(Pack.java:920)
at org.eclipse.jgit.internal.storage.file.Pack.get(Pack.java:290)
at org.eclipse.jgit.internal.storage.file.PackDirectory.open(PackDirectory.java:228)
at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedObject(ObjectDirectory.java:412)
at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedFromSelfOrAlternate(ObjectDirectory.java:375)
at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObjectWithoutRestoring(ObjectDirectory.java:365)
at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObject(ObjectDirectory.java:350)
at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:133)
at org.eclipse.jgit.lib.ObjectDatabase.open(ObjectDatabase.java:181)
at org.eclipse.jgit.lib.ObjectDatabase.open(ObjectDatabase.java:151)
at org.eclipse.jgit.lib.Repository.open(Repository.java:327)
at io.quarkus.search.app.util.GitUtils.file(GitUtils.java:65) I remember seeing the "un-deprecating" of the |
I think your problems are caused by this change in 3.16: https://github.com/quarkusio/quarkus/pull/42852/files#diff-b95cabb296ef9595232c575b9fdd805b10784d03b9b25882ecfc23908b38f229R16-R18 So It'd be interesting to know why, but we don't need to wait for the result of that investigation before we merge, so +1 for your changes. Regardless... @geoand do I understand correctly that only lifecycle manager class names are taken into account when comparing resources needed by tests? That seems dangerous considering test resource managers can be parameterized per-class like this? Shouldn't the comparison also take into account the relevant annotation when the manager implements |
I would need to check as I don't remember |
I created quarkusio/quarkus#44129 , let's address in due time -- or just close if I'm wrong. |
👌 |
Bumps the quarkus group with 5 updates:
3.15.1
3.16.0
3.15.1
3.16.0
3.15.1
3.16.0
3.3.0
3.3.1
1.0.0
1.1.0
Updates
io.quarkus:quarkus-bom
from 3.15.1 to 3.16.0Release notes
Sourced from io.quarkus:quarkus-bom's releases.
... (truncated)
Commits
06af163
[RELEASE] - Bump version to 3.16.09c118bc
Merge pull request #44036 from gsmet/3.16.0-backports-2cf6b2fe
renaming to library1c9483d
avoiding forcing resolution when configuring QuarkusApplicationModelTask5c11e57
Fix for issue 42549 - replaces oidc authentication for github screenshots wit...3b0b8d8
Docs typo fixes - specificed, agrument2e764f8
Add RESTEasy Multipart capability60b802a
Work around failure of maturity model PR to merge9b14a31
Skeleton extensions FAQ20baabe
Merge pull request #44002 from gsmet/3.16.0-backports-1Updates
io.quarkus:quarkus-ide-config
from 3.15.1 to 3.16.0Release notes
Sourced from io.quarkus:quarkus-ide-config's releases.
... (truncated)
Commits
06af163
[RELEASE] - Bump version to 3.16.09c118bc
Merge pull request #44036 from gsmet/3.16.0-backports-2cf6b2fe
renaming to library1c9483d
avoiding forcing resolution when configuring QuarkusApplicationModelTask5c11e57
Fix for issue 42549 - replaces oidc authentication for github screenshots wit...3b0b8d8
Docs typo fixes - specificed, agrument2e764f8
Add RESTEasy Multipart capability60b802a
Work around failure of maturity model PR to merge9b14a31
Skeleton extensions FAQ20baabe
Merge pull request #44002 from gsmet/3.16.0-backports-1Updates
io.quarkus:quarkus-maven-plugin
from 3.15.1 to 3.16.0Updates
io.quarkiverse.jgit:quarkus-jgit
from 3.3.0 to 3.3.1Release notes
Sourced from io.quarkiverse.jgit:quarkus-jgit's releases.
Commits
e8f7673
[maven-release-plugin] prepare release 3.3.1b2b8a30
Update the latest release version 3.3.1 in documentation57026a2
Release 3.3.1 (#157)362aebe
Allow repository creation in the Gitea DevService (#156)360c730
Reuse images from .github (#155)944c850
[maven-release-plugin] prepare for next development iterationUpdates
io.quarkiverse.playwright:quarkus-playwright
from 1.0.0 to 1.1.0Release notes
Sourced from io.quarkiverse.playwright:quarkus-playwright's releases.
Commits
188dc55
[maven-release-plugin] prepare release 1.1.049b1797
Update the latest release version 1.1.0 in documentation65bfa8e
1.1.0 (#94)c8334c6
docs: add rmanibus as a contributor for test (#93)186ee00
docs: add maxsonaraujo as a contributor for ideas (#92)022f23d
docs: add edeandrea as a contributor for ideas (#91)e39cae7
Update README.mdf77bd33
IntelliJ logoa04e401
Enhanced Switch Statement4450ce4
docs: add thomaswiradikusuma as a contributor for ideas (#90)Updates
io.quarkus:quarkus-ide-config
from 3.15.1 to 3.16.0Release notes
Sourced from io.quarkus:quarkus-ide-config's releases.
... (truncated)
Commits
06af163
[RELEASE] - Bump version to 3.16.09c118bc
Merge pull request #44036 from gsmet/3.16.0-backports-2cf6b2fe
renaming to library1c9483d
avoiding forcing resolution when configuring QuarkusApplicationModelTask5c11e57
Fix for issue 42549 - replaces oidc authentication for github screenshots wit...3b0b8d8
Docs typo fixes - specificed, agrument2e764f8
Add RESTEasy Multipart capability60b802a
Work around failure of maturity model PR to merge9b14a31
Skeleton extensions FAQ20baabe
Merge pull request #44002 from gsmet/3.16.0-backports-1Updates
io.quarkus:quarkus-maven-plugin
from 3.15.1 to 3.16.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions