[teiid-issues] [JBoss JIRA] (TEIIDSB-53) Provide Preparser support

Ramesh Reddy (Jira) issues at jboss.org
Mon Apr 15 15:33:00 EDT 2019


     [ https://issues.jboss.org/browse/TEIIDSB-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIIDSB-53.
---------------------------------
    Resolution: Done


Provide a Bean with PreParser interface to be picked up for example:

{code}
@Bean
public PreParser myInterceptor(){
  return new PreParser() {
     public String preParse(String command, CommandContext context) {
          // do your customization
     }
  };
} 
{code}

> Provide Preparser support
> -------------------------
>
>                 Key: TEIIDSB-53
>                 URL: https://issues.jboss.org/browse/TEIIDSB-53
>             Project: Teiid Spring Boot
>          Issue Type: Feature Request
>          Components: core
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>            Priority: Major
>             Fix For: 1.1.0
>
>
> There is no Pre Parser support for migrating users. Support needs to be provided



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the teiid-issues mailing list