Repository: commons-rdf
Updated Branches:
refs/heads/COMMONSRDF-47 92998b329 -> fbd72a917
COMMONSRDF-47: Avoid hard-coded RDFSyntax names
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/fbd72a91
Tree: http://git
Author: sebb
Date: Sat Feb 11 00:05:41 2017
New Revision: 1782546
URL: http://svn.apache.org/viewvc?rev=1782546&view=rev
Log:
Checkstyle trailing spaces
Modified:
commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java
commons/proper/net/trunk/src/main/java/examples/ftp/
Author: sebb
Date: Fri Feb 10 23:59:31 2017
New Revision: 1782545
URL: http://svn.apache.org/viewvc?rev=1782545&view=rev
Log:
@since markers
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
commons/proper/net/trunk/src/main/java/org/apache/commo
Author: sebb
Date: Fri Feb 10 23:34:45 2017
New Revision: 1782544
URL: http://svn.apache.org/viewvc?rev=1782544&view=rev
Log:
Tweak docs; prepare for release
Modified:
commons/proper/net/trunk/RELEASE-NOTES.txt
commons/proper/net/trunk/pom.xml
commons/proper/net/trunk/src/changes/chan
Author: sebb
Date: Fri Feb 10 23:23:07 2017
New Revision: 1782543
URL: http://svn.apache.org/viewvc?rev=1782543&view=rev
Log:
Update to latest generated output
Modified:
commons/proper/net/trunk/README.md
Modified: commons/proper/net/trunk/README.md
URL:
http://svn.apache.org/viewvc/commons
Author: sebb
Date: Fri Feb 10 23:21:41 2017
New Revision: 1782542
URL: http://svn.apache.org/viewvc?rev=1782542&view=rev
Log:
Update to latest generated output
Modified:
commons/proper/net/trunk/CONTRIBUTING.md
Modified: commons/proper/net/trunk/CONTRIBUTING.md
URL:
http://svn.apache.org/vi
Author: sebb
Date: Fri Feb 10 23:19:39 2017
New Revision: 1782541
URL: http://svn.apache.org/viewvc?rev=1782541&view=rev
Log:
EOL-stye
Modified:
commons/proper/net/trunk/CONTRIBUTING.md (props changed)
commons/proper/net/trunk/README.md (props changed)
Propchange: commons/proper/net/
Attributed Guohui Xiao as contributor
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/69264f16
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/69264f16
Diff: http://git-wip-us.apache.org/repos/asf/com
Test generalized quad creation
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/d0ae2d8f
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/d0ae2d8f
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf
Merge remote-tracking branch 'origin/master' into COMMONSRDF-51-langtag-lcase
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/25cc1f18
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/25cc1f18
Diff: ht
COMMONSRDF-51: Use patterns for remove/contains
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/c729469a
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/c729469a
Diff: http://git-wip-us.apache.org/rep
COMMONSRDF-57: Verify JSON-LD parses with mega-classpath
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/b1a31157
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/b1a31157
Diff: http://git-wip-us.apach
COMMONSRDF-57
Updated to
Jena 3.2.0
RDF4J 2.2
JSONLD Java 0.9.0
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/42a32b40
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/42a32b40
Diff: http://gi
COMMONSRDF-51: compare language tags in lower case
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/4c69d42f
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/4c69d42f
Diff: http://git-wip-us.apache.org/
COMMONSRDF-54 overloads of RDF4J#asRDFTerm
This PR adds three overloaded methods into the class RDF4J:
RDF4JBlankNode asRDFTerm(final org.eclipse.rdf4j.model.BNode value)
RDF4JLiteral asRDFTerm(final org.eclipse.rdf4j.model.Literal value)
RDF4JIRI asRDFTerm(final org.eclipse.rdf4j.model.IRI value
COMMONSRDF-55: Support Jena's urn:x-arq:DefaultGraph and friends
Jena uses the IRIs and
to represent the default graph, not null.
This code recognize these specially so they appear in
Commons RDF land as quad.getGraphName() == Optional.empty()
rather than as IRIs (but only if adapted from a Jen
COMMONSRDF-55: Handle Jena's urn:x-arq:DefaultGraph and friends
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/bb264738
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/bb264738
Diff: http://git-wip-u
test cases for testing RDF4J#asRDF overloads
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/1dd347ec
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/1dd347ec
Diff: http://git-wip-us.apache.org/repos/
commented out debug statement
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/4bc08f6e
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/4bc08f6e
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf
COMMONSRDF-51: Avoid wrong matches of "Hello" across tests
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/dc4af99f
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/dc4af99f
Diff: http://git-wip-us.apa
Test asGeneralizedTriple
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/71833695
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/71833695
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/
COMMONSRDF-51: Check langtag equals also graph.add/contains/remove
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/50dc8861
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/50dc8861
Diff: http://git-wi
hard-coded scmPubUrl
.. to avoid proper/commons-rdf-parent etc
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/f6ea0583
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/f6ea0583
Diff: http://git-wip-u
COMMONSRDF-55: only adapt our "own" JenaIRI instances
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/a383e1f2
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/a383e1f2
Diff: http://git-wip-us.apache.o
COMMONSRDF-55: recognize default graph Node for generalizedQuad
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/c90bafec
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/c90bafec
Diff: http://git-wip-us
COMMONSRDF-54: Added ASF header
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/5e2430ff
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/5e2430ff
Diff: http://git-wip-us.apache.org/repos/asf/commons-r
COMMONSRDF-51: Comment
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/202a8c61
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/202a8c61
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/2
COMMONSRDF-51: g.remove()/stream() case insensitive lang testing
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/f5766fe5
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/f5766fe5
Diff: http://git-wip-
ASF headers in Markdown
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/df6c1a25
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/df6c1a25
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/
COMMONSRDF-56: Workaround for JSON-LD Literal comparisons
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/e351d55d
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/e351d55d
Diff: http://git-wip-us.apac
Merge remote-tracking branch 'origin/master' into COMMONSRDF-47
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/92998b32
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/92998b32
Diff: http://git-wip-u
Ensure quads have toString()
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/944188bd
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/944188bd
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/
COMMONSRDF-55: More tests
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/98da22af
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/98da22af
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/dif
COMMONSRDF-55: Test asGeneralizedQuad() with default graph
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/8dd1c430
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/8dd1c430
Diff: http://git-wip-us.apac
fixed more indentation (mixed tabs)
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/42363cf3
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/42363cf3
Diff: http://git-wip-us.apache.org/repos/asf/commo
COMMONSRDF-55: JavaDoc of isDefaultGraph() recognition
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/7bbff257
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/7bbff257
Diff: http://git-wip-us.apache.
COMMONSRDF-51: Avoid deleting directly from Quad
.. so that langtags are compared case insensitrive
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/f8745ef5
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf
Test removal of Triple as well
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/6b07abf4
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/6b07abf4
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf
remove redundant type casts
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/ed787cf7
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/ed787cf7
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/d
COMMONSRDF-51 Added langtag case tests for dataset
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/0470e7c0
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/0470e7c0
Diff: http://git-wip-us.apache.org/r
COMMONSRDF-51: Make sure graph.remove(Triple) ignores langtag case
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/3cf27116
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/3cf27116
Diff: http://git-wip
COMMONSRDF-54: overloads of RDF4J#asRDFTerm
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/94fb7c6c
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/94fb7c6c
Diff: http://git-wip-us.apache.org/repos/a
fixed indentation
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/edb7d801
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/edb7d801
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/edb7d8
Ensure we don't create @en-gb first with the factory (in case it caches)
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/448c20b1
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/448c20b1
Diff: http://
COMMONSRDF-51: annotated missing test
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/6f11372b
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/6f11372b
Diff: http://git-wip-us.apache.org/repos/asf/com
updated @stain role
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/b3a013f7
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/b3a013f7
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/b3a0
COMMONSRDF-51: Don't assume langtag case is preserved
also test .equals() both ways
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/7046ea1e
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/7046ea1e
D
COMMONSRDF-51: compare language tags in lower case
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/3064d219
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/3064d219
Diff: http://git-wip-us.apache.org/
updated developers information
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/b9d6751f
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/b9d6751f
Diff: http://git-wip-us.apache.org/repos/asf/commons-rd
COMMONSRDF-51: Ensure RDF4J stream closes in test
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/d5964a19
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/d5964a19
Diff: http://git-wip-us.apache.org/r
Repository: commons-rdf
Updated Branches:
refs/heads/COMMONSRDF-47 a574473c0 -> 92998b329
Add ServiceLoader support in OSGi
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/27dbd9ed
Tree: http://git-wip-us.apach
COMMONSRDF-53: merged PR by @acoburn on github, closes #29
* acoburn/osgi_serviceloader:
Add ServiceLoader support in OSGi
Signed-off-by: Sergio Fernández
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/38875
Repository: commons-rdf
Updated Branches:
refs/heads/COMMONSRDF-47 701e47ec2 -> a574473c0
COMMONSRDF-47: Add plural fileExtensions() mediaTypes()
merged RDFa types for HTML and XHTML
byMediaType() and byFileExtension() now checks the set
Project: http://git-wip-us.apache.org/repos/asf/commons
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/StrTokenizer.java
--
diff --git a/src/main/java/org/apache/commons/text/StrTokenizer.java
b/src/main/java/org/apache/commons/t
chore: update packages back to org.apache.commons.text.*
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c7cf533d
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c7cf533d
Diff: http://git-wip-us.ap
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/StrLookup.java
--
diff --git a/src/main/java/org/apache/commons/text/StrLookup.java
b/src/main/java/org/apache/commons/text/St
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/beta/AlphabetConverter.java
--
diff --git a/src/main/java/org/apache/commons/text/beta/AlphabetConverter.java
b/src/main/java/
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/beta/StrBuilder.java
--
diff --git a/src/main/java/org/apache/commons/text/beta/StrBuilder.java
b/src/main/java/org/apache/com
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/beta/similarity/LevenshteinDetailedDistance.java
--
diff --git
a/src/main/java/org/apache/commons/text/beta/similarity/Levensh
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/beta/diff/EditCommand.java
--
diff --git a/src/main/java/org/apache/commons/text/beta/diff/EditCommand.java
b/src/main/java/or
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/beta/StrLookup.java
--
diff --git a/src/main/java/org/apache/commons/text/beta/StrLookup.java
b/src/main/java/org/apache/commo
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/beta/translate/EntityArrays.java
--
diff --git
a/src/main/java/org/apache/commons/text/beta/translate/EntityArrays.java
b/src
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/StrBuilderAppendInsertTest.java
--
diff --git
a/src/test/java/org/apache/commons/text/StrBuilderAppendInsertTest.java
b/src/t
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/StrBuilder.java
--
diff --git a/src/main/java/org/apache/commons/text/StrBuilder.java
b/src/main/java/org/apache/commons/text/
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/CompositeFormatTest.java
--
diff --git a/src/test/java/org/apache/commons/text/CompositeFormatTest.java
b/src/test/java/org/ap
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/beta/StrTokenizer.java
--
diff --git a/src/main/java/org/apache/commons/text/beta/StrTokenizer.java
b/src/main/java/org/apache
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/diff/EditScript.java
--
diff --git a/src/main/java/org/apache/commons/text/diff/EditScript.java
b/src/main/java/org/apache/com
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/similarity/LevenshteinDetailedDistance.java
--
diff --git
a/src/main/java/org/apache/commons/text/similarity/LevenshteinDetail
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/main/java/org/apache/commons/text/translate/EntityArrays.java
--
diff --git a/src/main/java/org/apache/commons/text/translate/EntityArrays.java
b/src/main/java/
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/beta/translate/JavaUnicodeEscaperTest.java
--
diff --git
a/src/test/java/org/apache/commons/text/beta/translate/JavaUnicodeEsc
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/beta/AlphabetConverterTest.java
--
diff --git
a/src/test/java/org/apache/commons/text/beta/AlphabetConverterTest.java
b/src/t
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/StrSubstitutorTest.java
--
diff --git a/src/test/java/org/apache/commons/text/StrSubstitutorTest.java
b/src/test/java/org/apac
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/StrBuilderTest.java
--
diff --git a/src/test/java/org/apache/commons/text/StrBuilderTest.java
b/src/test/java/org/apache/commo
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/beta/diff/ReplacementsFinderTest.java
--
diff --git
a/src/test/java/org/apache/commons/text/beta/diff/ReplacementsFinderTest.j
Repository: commons-text
Updated Branches:
refs/heads/master 348aa51c1 -> c7cf533d2
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/similarity/LongestCommonSubsequenceTest.java
--
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/beta/StrSubstitutorTest.java
--
diff --git a/src/test/java/org/apache/commons/text/beta/StrSubstitutorTest.java
b/src/test/jav
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/beta/StrBuilderTest.java
--
diff --git a/src/test/java/org/apache/commons/text/beta/StrBuilderTest.java
b/src/test/java/org/ap
http://git-wip-us.apache.org/repos/asf/commons-text/blob/c7cf533d/src/test/java/org/apache/commons/text/beta/StrBuilderAppendInsertTest.java
--
diff --git
a/src/test/java/org/apache/commons/text/beta/StrBuilderAppendInsertTest.jav
78 matches
Mail list logo