[jira] [Created] (SCB-1129) @JsonProperty on enum value is ignored

2019-01-23 Thread YaoHaishi (JIRA)
YaoHaishi created SCB-1129:
--

 Summary: @JsonProperty on enum value is ignored
 Key: SCB-1129
 URL: https://issues.apache.org/jira/browse/SCB-1129
 Project: Apache ServiceComb
  Issue Type: Bug
Affects Versions: java-chassis-1.2.0
Reporter: YaoHaishi
Assignee: YaoHaishi


Currently the schema generating mechanism will ignore the JsonProperty 
annotation on enum value.

For the enum param like below, the value in generated schema is "AB", but "A-B" 
is expected.
{code:java}
  public enum TestEnum {
@JsonProperty(value = "A-B")
AB
  }
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (SCB-291) delete old useless configuration mechanism

2019-01-23 Thread liubao (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liubao reassigned SCB-291:
--

Assignee: liubao  (was: wujimin)

> delete old useless configuration mechanism
> --
>
> Key: SCB-291
> URL: https://issues.apache.org/jira/browse/SCB-291
> Project: Apache ServiceComb
>  Issue Type: Task
>  Components: Java-Chassis
>Reporter: wujimin
>Assignee: liubao
>Priority: Major
>  Labels: newbie
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SCB-683) change all demo/integration test/sample, remove Log4jUtils.init, default to use logback

2019-01-23 Thread wujimin (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wujimin updated SCB-683:

Description: 
and set default log level to info.

 

not default to logback, change to log4j2

  was:and set default log level to info.


> change all demo/integration test/sample, remove Log4jUtils.init, default to 
> use logback
> ---
>
> Key: SCB-683
> URL: https://issues.apache.org/jira/browse/SCB-683
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: wujimin
>Assignee: 何一乐
>Priority: Major
>  Labels: newbie
>
> and set default log level to info.
>  
> not default to logback, change to log4j2



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)