Fix: Update release guide to mvn39 and JDK21
[docs.git] / docs / release-notes / projects / mdsal.rst
1 ===============================================
2 Model-Driven Service Abstraction Layer (MD-SAL)
3 ===============================================
4
5 Overview
6 ========
7
8 MD-SAL provides infrastructure for binding YANG models to Java object model and infrastructure
9 for providing YANG-defined interaction patterns:
10 * Reactive datastore update
11 * RPC and Action invocation
12 * Notification sourcing and delivery
13
14 Behavior/Feature Changes
15 ========================
16 No behaviour changes.
17
18 New Features
19 ============
20 No new features.
21
22 Deprecated Features
23 ===================
24 No deprecated features.
25
26 Removed Features
27 ===================
28 ``NotificationService.registerNotificationListener()`` method has been removed, along with its Binding
29 specification interfaces based on ``NotificationListener``.
30
31 ``RpcProviderService.registerRpcImplementation()`` methods, ``RpcConsumerRegistry.getRpcService()`` methods and
32 Binding specification interfaces based on ``RpcService`` have been removed.
33
34 Resolved Issues
35 ===============
36 The following table lists the issues resolved in this release.
37
38 .. jira_fixed_issues::
39    :project: MDSAL
40    :versions: 13.0.0-13.0.1
41
42 Known Issues
43 ============
44 The following table lists the known issues that exist in this release.
45
46 .. jira_known_issues::
47    :project: MDSAL
48    :versions: 13.0.0-13.0.1