2.11.5
baubakg
released this
20 Jul 15:54
·
351 commits
to main
since this release
2.11.5
- #56 Java 11 Compatibility.Integro Bridge Service is now Java 11 compatible. From now on the standard builds are in Java 11. (Java 8 is also available, but is made on demand).
- #48 Dynamically load all called classes. Previously, we were loading a preset set of packages for managing the static variable contexts in calls. We now automatically include the classes that are being called. This solves the following issues:
- #41 Ensuring that the system value handler is included in the static paths : We were discovering that static variables are not automatically included in the static cpath context.
- #47 Issue with Server=null when calling PushNotifications with IBS : We discovered that when the environment variables are in one context, and that the following java call isn't, we would not have access to those variables.
- Renamed Configuration class
com.adobe.campaign.tests.service.ConfigValueHandler
tocom.adobe.campaign.tests.service.ConfigValueHandlerIBS
. This is to avoid confligt with projects using the same design pattern. - Added Continuous Integration Scripts.