Add @Nullable annotations on getters
[yangtools.git] / binding / yang-binding /
2024-06-19 Michael Vorburgerfix minor typo in DataContainer
2024-06-19 Robert VargaRevert "Add NoZone support"
2024-06-19 Robert VargaAdd NoZone support
2024-06-19 Robert VargaUse QName.withModule()
2024-06-19 Stephen KittBump to odlparent 3.1.0 and yangtools 2.0.3
2024-06-19 Robert VargaMap identities to interfaces, not abstract classes
2024-06-19 Robert VargaRework YangModuleInfo
2024-06-19 Robert VargaBump yangtools to 2.0.2
2024-06-19 Robert VargaAdd Enumeration yang-binding interface
2024-06-19 Robert VargaUpdate Java reserved words to JLS9
2024-06-19 Robert VargaAdd alternative enum assigned name mapping
2024-06-19 Robert VargaOptimize generated toString()
2024-06-19 Robert VargaOptimize range/length generators
2024-06-19 Robert VargaExport declared regexes to generated code
2024-06-19 Robert VargaInvert enforcement patterns when needed
2024-06-19 Anil BelurBump versions by x.(y+1).z for next dev cycle
2024-06-19 Robert VargaBump yangtools to 2.0.1
2024-06-19 Robert VargaAdjust to yangtools-2.0.0 changes
2024-06-19 Robert VargaBump yangtools dependency to 2.0.0
2024-06-19 Robert VargaFix odlparent-3.0.0 checkstyle issues
2024-06-19 Robert VargaFix checkstyle violations in yang-binding
2024-06-19 David SuarezRemove explicit default super-constructor calls
2024-06-19 Stephen KittBump odlparent 2.0.4 to 2.0.5
2024-06-19 Anil BelurBump mdsal to use yangtools 1.2.0
2024-06-19 Thanh HaUpdate odlparent to 2.0.4
2024-06-19 Thanh HaBump versions by x.(y+1).z for next dev cycle
2024-06-19 Robert VargaAddress sonar warnings
2024-06-19 Robert VargaBump odlparent references to 2.0.2
2024-06-19 Robert VargaBump odlparent dependency to 2.0.1
2024-06-19 Robert VargaBUG-7446: Bump odlparent to 2.0.0
2024-06-19 Thanh HaMigrate to odlparent 1.9.0
2024-06-19 Thanh HaMigrate to odlparent 1.8.0-Carbon
2024-06-19 Anil BelurBump versions by x.(y+1).z for next dev cycle
2024-06-19 Martin CiglanBug 6163: fixed number of argument when resolving rpc...
2024-06-19 Dana KutenicsovaRemoved sonar warnings.
2024-06-19 Robert VargaCleanup pom.xml layout
2024-06-19 Thanh HaBump versions by 0.1.0 for next dev cycle
2024-06-19 Vratko PolakBug 6184: Workaround for namespaces with URL with trail...
2024-06-19 Vratko PolakBug 2332: BindingMapping to camel split also on forward...
2024-06-19 Juraj Veverkaimplemented missing equals for InstanceIdentifierBuilde...
2024-06-19 Peter NosalBug 5947: Increasing code coverage - yang util
2024-06-19 Peter NosalBug 5947: Increasing code coverage for mdsal project
2024-06-19 Michael VorburgerRemove @Deprecated ClassLoaderUtils as it's now in...
2024-06-19 Filip GregorBug 4760: YANG leaf named 'class' breaks write with...
2024-06-19 Robert VargaDo not hold cache values in soft references
2024-06-19 Robert VargaAdd field type check
2024-06-19 Robert VargaUse MethodHandle to acquire augmentations
2024-06-19 Robert VargaBUG-2825: introduce Ipv4 prefix parser for short bytes
2024-06-19 Robert VargaFix same-package check
2024-06-19 Robert VargaBUG-2825: add utility methods for instantiating DTOs
2024-06-19 Robert VargaRemove use of QName.cachedReference()
2024-06-19 Thanh HaEnable site generation for mdsal
2024-06-19 Thanh HaBumping versions by 0.1.0 for next dev cycle
2024-06-19 Robert VargaBUG-2062: handle ordered leaf-lists
2024-06-19 Robert VargaFix various eclipse warnings
2024-06-19 Robert VargaIntern package names
2024-06-19 Robert VargaBUG-4264: do not duplicate strings needlessly
2024-06-19 Stephen KittProvide a single-argument variant of firstKeyOf()
2024-06-19 Tony TkacikCleaned up Java Binding code from YANG Tools