Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 443422

Summary: Manifest parser does not support empty object properties
Product: [ECD] Orion Reporter: Maciej Bendkowski <maciej.bendkowski>
Component: DeploymentAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: 6.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Maciej Bendkowski CLA 2014-09-05 11:37:27 EDT
Consider the following manifest:

applications:
- name: appName
  memory: 512M
  host: appHost
  domain: mybluemix.net
  env: {
    }
  services:
    MySQL:
      label: mysql
      version: '5.5'
      plan: '100'
      provider: core

Note that the empty env property should be supported.
Comment 1 Mark Macdonald CLA 2015-05-08 10:34:53 EDT
Just tried this, and I see a warning:

> Empty property "env" in application "appName".

Seems like the empty property is indeed supported. Please reopen if I've missed anything.