Making 'master' the default branch.

63 views
Skip to first unread message

Kannan Goundan

unread,
Mar 20, 2013, 12:19:31 AM3/20/13
to Eishay Smith, java-serializat...@googlegroups.com
Eishay,

The 'master' branch has been obsolete for years.  All development has been going on the 'kannan' branch.  This is confusing and has wasted at least one person's time :-(  We should get rid of the 'kannan' branch.

I followed some stackoverflow instructions to merge everything over to 'master' (http://stackoverflow.com/questions/2763006/change-the-current-branch-to-master-in-git).  The two branches are now identical.

However, GitHub still lists 'kannan' as the default branch.  That's something the repo admin can change on the "Settings" tab.  Can you switch this over, Eishay?  After that, we can delete the 'kannan' branch.

Eishay Smith

unread,
Mar 20, 2013, 5:52:26 AM3/20/13
to Kannan Goundan, java-serializat...@googlegroups.com
Sure, default is now the "master" branch.
Message has been deleted

francis.a...@gmail.com

unread,
Mar 21, 2013, 4:34:54 AM3/21/13
to java-serializat...@googlegroups.com, Eishay Smith
Hi

I tried the new "latest" master tpc code and running ./run-wiki, got an exception as follow. What is the problem and how can I fix it?

FA

$ ./run-wiki
SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7,
1.5.8, 1.5.9, 1.5.10]
SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Z:/git/jvm-serializers/tpc/lib/avro-tools-1.7.2.jar!/org/slf4j/im
pl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Z:/git/jvm-serializers/tpc/lib/slf4j-nop-1.5.10.jar!/org/slf4j/im
pl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Checking correctness...
Exception in thread "main" java.lang.NoSuchFieldError: _numTypesValid
        at org.codehaus.jackson.smile.SmileParser.nextToken(SmileParser.java:545)
        at com.dyuproject.protostuff.JsonIOUtil.mergeFrom(JsonIOUtil.java:333)
        at com.dyuproject.protostuff.SmileIOUtil.mergeFrom(SmileIOUtil.java:218)
        at com.dyuproject.protostuff.SmileIOUtil.mergeFrom(SmileIOUtil.java:201)
        at serializers.protostuff.ProtostuffSmile$2.deserialize(ProtostuffSmile.java:68)
        at serializers.protostuff.ProtostuffSmile$2.deserialize(ProtostuffSmile.java:61)
        at serializers.BenchmarkBase.checkSingleItem(BenchmarkBase.java:608)
        at serializers.MediaItemBenchmark.checkCorrectness(MediaItemBenchmark.java:33)
        at serializers.BenchmarkBase.runMeasurements(BenchmarkBase.java:444)
        at serializers.BenchmarkBase.runTests(BenchmarkBase.java:299)
        at serializers.BenchmarkBase.runBenchmark(BenchmarkBase.java:86)
        at serializers.MediaItemBenchmark.runBenchmark(MediaItemBenchmark.java:15)
        at serializers.BenchmarkRunner.main(BenchmarkRunner.java:51)

Tatu Saloranta

unread,
Mar 21, 2013, 12:36:29 PM3/21/13
to java-serializat...@googlegroups.com
I have not seen this one, but it sounds like incompatibility between
Jackson jars, and protostuff that uses it. One easyish thing would be
to see if there is a newer protostuff build
available.

I think David should be able to help with this, if that does not fix
this problem (he's the protostuff author I think).

-+ Tatu +-
> --
> You received this message because you are subscribed to the Google Groups
> "java-serialization-benchmarking" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to java-serialization-be...@googlegroups.com.
> To post to this group, send email to
> java-serializat...@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/java-serialization-benchmarking?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

francis.a...@gmail.com

unread,
Mar 21, 2013, 12:52:58 PM3/21/13
to java-serializat...@googlegroups.com, Eishay Smith
Reply all
Reply to author
Forward
0 new messages