You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Java Client Library (beta)
2
-
### v0.3.3
2
+
### v0.3.4
3
3
4
4
## Introduction
5
5
Welcome my friends! This is the Poly API Java client GitHub page. If you are here, then it means you're familiar with what we do at Poly. If you aren't, you can always check [here](https://github.com/polyapi/poly-alpha).
@@ -347,6 +347,8 @@ Comparing to its Typescript counterpart, the Java library is still missing the f
347
347
These features will be added in the future releases.
348
348
349
349
## Changelog
350
+
### v0.3.4
351
+
- Added validation to avoid duplicate specifications based on context and name.
logger.warn("Skipping {} specification '{}' in context '{}' as it clashes with {} specification with the same name and context.", specification.getType(), specification.getName(), specification.getContext(), uniquenessValidationMap.get(key).getType());
42
+
} else {
43
+
logger.debug("Specification key '{}' not repeated (yet).", key);
0 commit comments