cuba icon indicating copy to clipboard operation
cuba copied to clipboard

Hot deploy does not work for UberJar

Open soraksh opened this issue 5 years ago • 0 comments

Environment

  • Platform version: 7.2.6
  • Deploy option: UberJar

Description of the bug or enhancement

  • Minimal reproducible example See original forum topic. Create service interface in your application. Create java file where define bean class which implements interface. Try to load class from file using Scripting#loadClass method. Build UberJar and do the same with it.
  • Expected behavior Class is loaded. Works that way for standard deployment.
  • Actual behavior Script compilation exceptions

soraksh avatar Aug 06 '20 08:08 soraksh