What commercial Liberty edition does this feature belong in (pick one)?
Open Liberty
Should this feature be included in the Bluemix buildpack?
No
What SalesForce Skill/Mission Team and legacy RETAIN queue will be responsible for supporting this feature?
None. This feature will be part of the Maven plugins
Provide a Dev Mode for Liberty that enables developers to focus on coding without needing to repeatedly compile, package and then deploy their applications to test. IOW, fast and efficient inner loop development.
This includes doing hot deploy with background compilation of changed classes, hot reload of changed resource/properties files and reload on first request (e.g. browser refresh) should changes are detected in the workspace (project).
Developers can use Boost to launch Liberty into Dev Mode, edit their Maven or Gradle-built applications with their favourite editor (any IDE), changes will be automatically compiled and re-loaded where they can test right away.
Should enable developers to run and run JUnit tests simultaneous (from their IDE) with Dev Mode running too. Provide facilities (like Liberty-specific annotations) to developers to simplify what they need to do to setup their tests.
该提问来源于开源项目:OpenLiberty/open-liberty