New confluence wiki for MetaModel

2016-08-08 Thread Kasper Sørensen
Hi all,

We have a brand new wiki for Apache MetaModel, which I hope will be a
worthy new home for our living documentation. As you may know, we (and
Apache Infra) where facing quite a lot of maintenance/performance issues
with the MoinMoin based wiki, so it's now time for us to embrace Confluence
which also happens to be superior functionality-wise.

I am looking for volunteers who would like to help migrating our content
from the existing wiki [1] to the new [2] confluence. And of course also if
anyone is interested in making new content (for instance fulfill
documentation issue METAMODEL-1110 [3]) then it would be just as awesome.

I am currently admin of the confluence space. Let me know who to make my
peers!

Best regards,
Kasper

[1] http://wiki.apache.org/metamodel
[2] https://cwiki.apache.org/confluence/display/METAMODEL
[3] https://issues.apache.org/jira/browse/METAMODEL-1110


[GitHub] metamodel pull request #122: METAMODEL-1109: FixedWidthReader diacritics bug...

2016-08-08 Thread jhorcicka
Github user jhorcicka commented on a diff in the pull request:

https://github.com/apache/metamodel/pull/122#discussion_r73830409
  
--- Diff: 
fixedwidth/src/main/java/org/apache/metamodel/fixedwidth/FixedWidthReader.java 
---
@@ -43,6 +47,7 @@
 private final boolean _constantWidth;
 private volatile int _rowNumber;
 protected final BufferedInputStream _stream;
+protected Reader _reader;
--- End diff --

Done. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] metamodel pull request #123: METAMODEL-1111 Empty string treatment in Oracle

2016-08-08 Thread jhorcicka
GitHub user jhorcicka opened a pull request:

https://github.com/apache/metamodel/pull/123

METAMODEL- Empty string treatment in Oracle

Fixes Oracle '' = null problem. In OracleQueryRewriter empty string operand 
is reaplaced by null. 

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

$ git pull https://github.com/jhorcicka/metamodel oracle-rewriter

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

https://github.com/apache/metamodel/pull/123.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 #123


commit 87da8deae80b134ffd3d8795b8f720d1470cb3ae
Author: jhorcicka 
Date:   2016-08-05T14:55:34Z

OracleQueryRewriter: '' operand is replaced by null.

commit 11ccf6de9d51fdbd976a1a6662166f92377d83a0
Author: jhorcicka 
Date:   2016-08-08T08:13:54Z

Oracle-rewriter: OracleQueryRewriterTest was added.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---