Skip to content

Commit

Permalink
PAYARA-2965-Update-hk2-to-2.5.0
Browse files Browse the repository at this point in the history
- javax.inject is now -> jakarta.inject
- removed asm-repackaged since asm is now being used directly
- moved onto hk2 version 2.5.0.payara-p1
  • Loading branch information
mertcaliskan committed Mar 20, 2019
1 parent fafb6df commit 40e467c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public class ModuleMap {
put("org.glassfish.hk2.config", 100);
put("org.glassfish.hk2.config-types", 101);
put("org.glassfish.hk2.core", 102);
put("org.glassfish.hk2.external.asm-repackaged", 103);
//put("org.glassfish.hk2.external.asm-repackaged", 103);
//put("org.glassfish.hk2.external.bean-validator", 104);
put("org.glassfish.hk2.hk2", 105);
put("org.glassfish.hk2.osgi-adapter", 106);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Portions Copyright [2017-2018] [Payara Foundation and/or its affiliates]
# Portions Copyright [2017-2019] [Payara Foundation and/or its affiliates]

#
# Framework config properties.
Expand Down Expand Up @@ -186,14 +186,13 @@ glassfish.osgi.auto.install=\
hk2.bundles=\
${com.sun.aas.installRootURI}modules/hk2-api.jar \
${com.sun.aas.installRootURI}modules/hk2-utils.jar \
${com.sun.aas.installRootURI}modules/javax.inject.jar \
${com.sun.aas.installRootURI}modules/jakarta.inject.jar \
${com.sun.aas.installRootURI}modules/osgi-resource-locator.jar \
${com.sun.aas.installRootURI}modules/hk2-locator.jar \
${com.sun.aas.installRootURI}modules/hk2-runlevel.jar \
${com.sun.aas.installRootURI}modules/hk2-config.jar \
${com.sun.aas.installRootURI}modules/config-types.jar \
${com.sun.aas.installRootURI}modules/class-model.jar \
${com.sun.aas.installRootURI}modules/asm-repackaged.jar \
${com.sun.aas.installRootURI}modules/osgi-adapter.jar

core.bundles=\
Expand Down
2 changes: 1 addition & 1 deletion nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@

<!-- Other -->

<hk2.version>2.5.0</hk2.version>
<hk2.version>2.5.0.payara-p1</hk2.version>
<hk2.plugin.version>2.5.0-b61.payara-p2</hk2.plugin.version>

<!-- 4.1.1-b001 -->
Expand Down

0 comments on commit 40e467c

Please sign in to comment.