Skip to content

2.11.5

Compare
Choose a tag to compare
@baubakg 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:
  • Renamed Configuration class com.adobe.campaign.tests.service.ConfigValueHandler to com.adobe.campaign.tests.service.ConfigValueHandlerIBS. This is to avoid confligt with projects using the same design pattern.
  • Added Continuous Integration Scripts.