You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/03/21 18:17:43 UTC

[jira] [Commented] (AMQ-5116) batchStatment is misspelled for JDBC adaptors

    [ https://issues.apache.org/jira/browse/AMQ-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13943254#comment-13943254 ] 

ASF GitHub Bot commented on AMQ-5116:
-------------------------------------

GitHub user jgenender opened a pull request:

    https://github.com/apache/activemq/pull/18

    Fix for AMQ-5116.  Deprecated batchStatment and added batchStatement.

    Added deprecation warnings in the log for those using the misspelled
    version.  Both versions will set batchStatement for now.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jgenender/activemq trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/18.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18
    
----
commit 7b3815fe6e78bd06cc33e6b1982875c5a259d2dc
Author: Jeff Genender <jg...@savoirtech.com>
Date:   2014-03-21T17:12:59Z

    Fix for AMQ-5116.  Deprecated batchStatment and added batchStatement.
    Added deprecation warnings in the log for those using the misspelled
    version.  Both versions will set batchStatement for now.

----


> batchStatment is misspelled for JDBC adaptors
> ---------------------------------------------
>
>                 Key: AMQ-5116
>                 URL: https://issues.apache.org/jira/browse/AMQ-5116
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.x
>            Reporter: Jeff Genender
>
> batchStatment is misspelled for JDBC adaptors and causes confusion for setting the field.  It should have proper spelling as "batchStatement" - notice the e.
> Fix should provide backward compatibility, but mark it as deprecated.



--
This message was sent by Atlassian JIRA
(v6.2#6252)