You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/02 07:26:16 UTC

[jira] [Commented] (CAMEL-7375) barcode data format component for camel

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

ASF GitHub Bot commented on CAMEL-7375:
---------------------------------------

GitHub user xdoo opened a pull request:

    https://github.com/apache/camel/pull/143

    Camel Barcode Dataformat

    I've implemented a new data format component based on xzing. See https://issues.apache.org/jira/browse/CAMEL-7375. 

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

    $ git pull https://github.com/xdoo/camel master

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

    https://github.com/apache/camel/pull/143.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 #143
    
----
commit 8dfc2c0c13d31ef9a765ffb64d25ae4ef7b88b48
Author: Claus Straube <in...@catify.com>
Date:   2014-03-18T18:44:33Z

    added camel-qrcode component

commit 367fd62aca2da615d15ec27c18ec18bce76382f2
Author: Claus Straube <in...@catify.com>
Date:   2014-03-19T18:30:13Z

    maven setup fixed

commit dcd76e23d25c3bbed59c61d6dcb25f2c88875273
Author: Claus Straube <in...@catify.com>
Date:   2014-03-19T18:31:04Z

    adde multi format support

commit 4dc193e1b41d542c19a94ba1539e65254bd900ea
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-03-20T05:48:44Z

    separated the single code formats

commit 7873069023ab186ff5e45b1e51b3c23dd01b681f
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-03-20T06:14:36Z

    test for parameter bean

commit 99c10041c3d1409b58a8395a6ca7c13c15da147e
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-03-20T06:18:44Z

    improvement in qr-code data format

commit a8caa456f1826d2faf2fcc7e1f7f0db83c9cdbe8
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-03-20T06:35:06Z

    added super class for code data formats

commit e6cab711b2cde185d7d6ea701ab689c0c5db695d
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-03-20T08:39:45Z

    implemented data matrix data format (not tested yet)

commit 79ea02af7a970c266f2cbdaf03f6b4be14f6daf4
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-03-20T10:48:21Z

    base class for tests

commit c500bf15d548935decfa89a2ca6ab38548c251f7
Author: Claus Straube <in...@catify.com>
Date:   2014-03-20T14:06:07Z

    implemented data matrix test

commit db87cd4ae74744dffdba42ab9d8150827c366d41
Author: Claus Straube <in...@catify.com>
Date:   2014-03-20T14:45:38Z

    implemented data pdf417 data format

commit 1cc0ad0e3eaa962088685a1db339e9475e667a1e
Author: Claus Straube <in...@catify.com>
Date:   2014-03-21T06:40:29Z

    tested pdf417 data format

commit 45fe033aa8291569f2c1a5fa75618df7157367ca
Author: Claus Straube <in...@catify.com>
Date:   2014-03-21T06:40:59Z

    tested data matrix data format

commit e7b366cf49c656a71028282733e751aa828ddd4c
Author: Claus Straube <in...@catify.com>
Date:   2014-03-21T07:29:15Z

    renamed from qrcode to code

commit f5f74167b0ba1480bb725a3b933de0a86710a2ce
Author: Claus Straube <in...@catify.com>
Date:   2014-03-21T08:25:01Z

    beautified

commit acb1c0eab480b23e87c3f86323a5952c0722a826
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-04-02T08:03:40Z

    minor changes

commit 5a3d329929b1165c1c6b6f3423270597a50a979a
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-04-15T05:56:06Z

    Added tests for DataMatrix

commit 89fdf5a4749966bb139d8827269e1321495d59f0
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-04-16T05:22:15Z

    some xzing tests (should be removed)

commit 99f9a85243fa45d7c9d4fcb7548002bd142a08fb
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-04-16T05:22:38Z

    renamed to barcode data format

commit e65116208a1c26f68ecc7b6fd02a7789d913c797
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-04-16T12:14:05Z

    refactored project

commit 975f03adf704cfadf4b07a20d4b95c7cc01f229e
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-04-16T12:56:58Z

    spi configuration

commit 75ea3b626ad6eff2011b6e6f9a261e7ca55eeb89
Author: claus.straube <cl...@emmerich.afd.dir.muenchen.de>
Date:   2014-04-16T13:44:53Z

    changed header variable name

----


> barcode data format component for camel
> ---------------------------------------
>
>                 Key: CAMEL-7375
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7375
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Claus Straube
>            Priority: Minor
>              Labels: barcode, component, dataformat
>             Fix For: 2.14.0
>
>
> I want to contribute a new data format component to create and read barcodes based on xzing (https://github.com/zxing/zxing). On marshal the body will be converted into a barcode image (you can configure which type of barcode you want to use). On unmarshal a given barcode image can be converted into the barcode value. 
> I've forked the camel github repository and can provide a pull request for review. (https://github.com/xdoo/camel/tree/barcode)



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