Skip to content

Fixed #11 Implement ReplicationFilterCompiler for JavaScript #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 9, 2015

Conversation

hideki
Copy link

@hideki hideki commented Nov 9, 2015

No description provided.

public class JavaScriptReplicationFilterCompiler implements ReplicationFilterCompiler {
@Override
public ReplicationFilter compileFilterFunction(String source, String language) {
return new ReplicationFilterBlockRhino(source);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to check what the language is and throw exception if it's not javascript?

@pasin
Copy link
Contributor

pasin commented Nov 9, 2015

I think copyright header in the new files is missing. Could you please add that as well?

pasin added a commit that referenced this pull request Nov 9, 2015
Fixed #11 Implement ReplicationFilterCompiler for JavaScript
@pasin pasin merged commit d6c2960 into hotfix/1.1.0.2183 Nov 9, 2015
@hideki hideki removed the in progress label Nov 9, 2015
@pasin pasin deleted the demo/filetercompiler branch November 9, 2015 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants