Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / common /
2017-10-27 Robert VargaUpdate concepts.Registration 45/64745/5
2017-10-19 Michael VorburgerSpecialExecutors with LoggingThreadUncaughtExceptionHandler 05/63805/7
2017-10-19 Robert VargaFix odlparent-3-detected checkstyle issues 56/64456/3
2017-10-11 Robert VargaBUG-9043: Remove use of CheckedFuture from YANG components 62/62262/17
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-10-07 David SuarezRemove explicit default super-constructor calls 01/63601/3
2017-10-02 Michael VorburgerMinor JavaDoc fixes in CountingRejectedExecutionHandler 02/63802/3
2017-09-28 Stephen KittBump odlparent 2.0.4 to 2.0.5 46/63646/2
2017-09-14 Robert VargaBUG-7052: split out yang-parser-spi 43/63043/6
2017-09-04 Robert VargaKill websocket-client 79/62579/2
2017-08-20 Robert VargaRemove yangtools.util.Identifiables 84/61984/4
2017-08-16 Robert VargaCleanup testutils 33/61033/5
2017-08-14 Thanh HaBump versions by (x+1).y.z for next dev cycle 21/61621/2
2017-08-09 Stephen KittBump odlparent 2.0.2 to 2.0.4 55/61355/4
2017-07-20 Robert VargaMake ReadWriteTrieMap extend ForwardingMap 60/60560/4
2017-07-19 Robert VargaBUG-7464: Switch to use forked TrieMap 43/51843/7
2017-07-10 Robert VargaBUG-6972: Add OptionaBoolean utility 50/60050/7
2017-07-09 Robert VargaBump odlparent to 2.0.2 09/60109/1
2017-07-03 Robert VargaBump odlparent dependency to 2.0.1 52/59852/1
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-13 Thanh HaMigrate to odlparent 1.9.0 29/58829/3
2017-06-12 Robert VargaBUG-7052: Move TopologicalSort to util package 44/58744/3
2017-06-12 Robert VargaFix checkstyle offences found by newer plugin 61/58761/1
2017-06-08 Robert VargaBUG-7052: Move RecursiveObjectLeader to util 58/58458/7
2017-06-06 Thanh HaMigrate to odlparent 1.8.0-Carbon 94/58294/1
2017-06-05 Robert VargaEnable checkstyle on objectcache and mockito-config 84/58284/1
2017-06-05 Robert VargaFix eclipse/checkstyle warnings 16/58216/9
2017-05-27 Robert VargaAdd XMLInputFactory to UntrustedXML 66/57566/2
2017-04-11 Robert VargaBUG-7698: do not allow nulls in registrations 52/51152/5
2017-04-11 Anil BelurBump versions by x.(y+1).z for next dev cycle 31/54731/1
2017-03-11 Peter KajsaBug 5410 - XSD regular expressions are interpreted... 00/53000/5
2017-02-23 Robert VargaExpand Identifiable documentation 30/52030/4
2017-02-20 Robert VargaMove features to top level 45/51845/4
2017-02-20 Robert VargaBUG-7464: package forked TrieMap 42/51842/3
2017-02-18 Robert VargaCleanup artifacts pom.xml 41/51841/2
2017-01-25 Michael VorburgerReplace FindBugs :jsr305 by full :annotation (Bug 7663) 96/50896/3
2017-01-24 Stephen KittBUG-7474: produce Karaf 4 features 50/49550/9
2017-01-23 Michael VorburgerMust always use mockito-core instead of mockito-all 30/50830/1
2017-01-11 Robert VargaRevert "BUG-7446: pull in guava-21" 03/50303/1
2017-01-10 Robert VargaBUG-7446: pull in guava-21 21/49821/3
2016-12-22 Robert VargaBUG-6533: add immutable implementations of yang.model.api 57/44657/8
2016-12-15 Stephen KittBUG-4219: remove slf4j-api dependencies 74/49374/2
2016-12-09 Igor FoltinBug 7159: Add yang-test-util artifact 29/49129/2
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-12-06 Michael VorburgerClean up un-used Xtend dependency and Maven plugin... 97/48397/3
2016-12-05 Robert VargaBUG-5222: use odlparent features as a dependency 75/47775/7
2016-11-22 Robert VargaAddress trivial eclipse warnings 01/48501/3
2016-11-11 Robert VargaAdd an empty Deque implementation 40/48240/3
2016-11-02 Stephen KittJava 8: use lambdas and function references 36/47836/2
2016-11-02 Stephen KittCleanup: remove redundant type parameters 35/47835/2
2016-11-02 Stephen KittCleanup: remove redundant casts 34/47834/2
2016-11-02 Stephen KittBUG-6958: remove yang-data-{api,util} from odl-yangtool... 58/47658/3
2016-10-29 Robert VargaBUG-7057: introduce UntrustedXML class 27/47727/5
2016-10-22 Geng XingyuanBug 6958 - add class NotificationAsContainer for transf... 52/47052/10
2016-10-18 Igor FoltinFix failing unit test in QueuedNotificationManagerTest 59/47059/1
2016-10-07 Stephen KittSupport testing null against null in equalsHelper() 99/46599/4
2016-10-05 Michael VorburgerequalsHelper (MoreObjects2) 13/42513/12
2016-09-23 Robert VargaAllow QueuedNotificationManager to batch notifications 94/46094/7
2016-09-22 Robert VargaAdd batching to QueuedNotificationManager 93/46093/2
2016-09-21 Robert VargaCleanup QueuedNotificationManager 38/45938/2
2016-09-20 Robert VargaUse LongAdder instead of an atomic long 98/45898/1
2016-09-06 Robert VargaUse lambdas instead of anonymous classes 68/45068/6
2016-08-27 Igor FoltinBug 6420: Fixed SemVer's valueOf method 59/43959/2
2016-08-10 Michael VorburgerIntro. new yangtools.testutils artifacts (incl. Mikito) 29/42529/8
2016-08-09 Thanh HaBump ietf versions to ...10-SNAPSHOT 15/43515/1
2016-08-08 Thanh HaBump versions by 0.1.0 for next dev cycle 55/43455/1
2016-08-04 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 20/43120/2
2016-07-26 Michael VorburgerPackage JavaDoc to clarify what this artifact is &... 08/42508/3
2016-07-25 Michael VorburgerCheckstyle clean up about 200 trivial violation 11/42511/1
2016-07-25 Michael VorburgerOrganize Imports to be Checkstyle compliant in utils 09/42509/1
2016-07-24 Robert VargaFix checkstyle errors and activate enforcement for... 08/42408/1
2016-07-24 Robert VargaKill trailing whitespace 07/42407/2
2016-07-23 Thanh HaAdd missing license headers 68/42368/1
2016-07-21 Michael VorburgerFix minor bug in (new) LogMessageExtractorCheck 94/42194/2
2016-07-21 Michael VorburgerCheckstyle clean-up src/test/java 88/42188/1
2016-07-19 Michael VorburgerFix bug FileNotFoundException: target/logger-messages... 71/42071/2
2016-07-18 Michael VorburgerNew LogMessageExtractorCheck which writes out TXT repor... 10/39410/10
2016-07-11 Stephen KittDrop yangtools-parent 02/40302/9
2016-06-29 Michael VorburgerAvoid catch (NullPointerException e), take II 96/40996/3
2016-06-29 Michael VorburgerAvoid catch (NullPointerException e), do explicit if... 75/40975/3
2016-06-15 Robert VargaRemove {String,UUID}Identifier 86/39886/2
2016-06-08 Robert VargaAdd WritableObjects.writeLongs() 04/39904/3
2016-06-06 Michael VorburgerRemove @Deprecated CompositeObjectRegistration 79/38879/2
2016-06-06 Robert VargaDeprecate {String,UUID}Identifier 40/39740/4
2016-06-06 Robert VargaAnnotate Identifier with @ThreadSafe 39/39739/4
2016-06-06 Robert VargaIntroduce WritableObject/WritableIdentifier 95/39695/6
2016-06-06 Robert VargaBUG-5410: initial import of Xerces RegularExpression 68/39168/6
2016-06-03 Peter KajsaBug 4662: Introduce a SemanticVersion concept - import... 77/36877/28
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-06-02 Michael VorburgerRemove all not directly custom Logger check related... 17/39417/3
2016-05-27 Michael VorburgerFix @Deprecated checkstyle.api.Check to new AbstractCheck 96/39396/2
2016-05-25 Michael VorburgerMinor inline code comment to clarify TestClass has... 94/39394/3
2016-05-25 Michael VorburgerConform to our own Checkstyle rules in checkstyle-loggi... 95/39395/1
2016-05-18 Michael VorburgerBumping Apache Maven dependencies from 3.3.3 to 3.3.9 45/38645/3
2016-05-18 Robert VargaAddress minor sonar issues in ImmutableOffsetMap 54/38854/2
2016-05-17 Michael VorburgerBump Checkstyle version from 6.2 to 6.16 11/38211/10
2016-05-13 Michael VorburgerCheckstyle dependency to runtime version instead of... 15/38815/4
2016-05-11 Michael VorburgerRefactor currentThread into local variable 59/38659/3
2016-05-10 Robert VargaBUG-5626: introduce utility identifiers 21/38621/2
2016-05-04 Ryan GouldingAddress FIXME for QueuedNotificationManager 78/36978/7
next