Hi Hosh
I assume you are talking about static libraries. By default they get pulled inside an application, when you package them you can see them in the bar file as well.
Shared libraries are migrated as is. Static libraries have been around since v8, but we have been using shared libraries exclusively for some time now. Static libs have their use, but you can't deploy them separately anymore.
In v10, you would see a static lib deployed and a copy in your application as well.

Since in v12 everything not shared needs to be in an application, you see the static lib also in the default application. You can delete that one without issue I believe, you existing application should work just fine.
------------------------------
Matthias Blomme
------------------------------
Original Message:
Sent: Thu February 01, 2024 07:19 AM
From: Hosh Mohammad
Subject: Migration Behavior between IIB and ACE
Hi All,
I am not able to find proper forum for this question so posting the question in this group,
I have a small question. In IBM Integration Bus (IIB), I deployed a library as a common library. However, when migrating to IBM App Connect Enterprise (ACE), I find it inside TEST_DefaultApplication. Why has the behavior changed? Please explain."
------------------------------
Hosh Mohammad
------------------------------