glassfish-hk2 icon indicating copy to clipboard operation
glassfish-hk2 copied to clipboard

Dynamic dependency injection framework

Results 91 glassfish-hk2 issues
Sort by recently updated
recently updated
newest added

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.26.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.25.3&new-version=4.26.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [jakarta.enterprise:jakarta.enterprise.cdi-api](https://github.com/cdi-spec/cdi) from 4.0.1 to 4.1.0. Release notes Sourced from jakarta.enterprise:jakarta.enterprise.cdi-api's releases. 4.1.0 What's Changed add BuildServicesResolver.setBuildServices() by @​Ladicek in jakartaee/cdi#617 Bump nokogiri from 1.13.4 to 1.13.6 in /docs by...

dependencies

Bumps [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri) from 5.0.1 to 6.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.el:jakarta.el-api&package-manager=maven&previous-version=5.0.1&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps org.apache.maven.scm:maven-scm-provider-gitexe from 2.0.1 to 2.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.scm:maven-scm-provider-gitexe&package-manager=maven&previous-version=2.0.1&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This is more a question than an issue. Is there a way to track the lifecycle of Immediate scope services such that I can block until all Immediate services are...

question

Hi It seems that starting from version `3.0.4` guice-bridge MANIFEST.MF is missing the `Export-Package` I guess changes introduced in #809 made Export-Package disappear

bug

For now several months, we are getting the following error for some of the builds we execute (I estimate it to 1-5% of all the builds). It uses Jersey 3.0.2,...

Hi, What versioning system does this project use? The last patch release (3.0.4) was a gigantic update of what looks like every single dependency this project uses. The updates were...

Building my project failed because InhabitantsGeneratorMojo was compiled with Java 11. My Maven was running on Java 8. However, I configured the project to use a JDK 17 [toolchain](https://maven.apache.org/guides/mini/guide-using-toolchains.html). Unfortunately...