blackstar-baba
d529eb9b21
Fix spring security issue
Spring security has issue in 5.4.1, Changing SecurityContext More Than Once in Single Request Can Fail to Save.
Look here: https://tanzu.vmware.com/security/cve-2021-22112
5 years ago
Sergey Matvienko
c9c13457e1
org.awaitility to test asynchronous API
5 years ago
Volodymyr Babak
d1bede770d
Edge test fixes. Replaced do/while loop with awailability framework approach
5 years ago
YevhenBondarenko
1636c54c2f
downgraded spring-data-redis version
5 years ago
YevhenBondarenko
57632a1e25
fixed vulnerabilities
5 years ago
Igor Kulikov
559aa282ca
Fix black box dependencies
5 years ago
Igor Kulikov
c149f1ac38
Black box tests dependencies
5 years ago
Igor Kulikov
34a587ff02
Update frontend-maven-plugin
5 years ago
ShvaykaD
a1336f3893
updated protobuf version to 3.17.2 & added explicit fields presence support
5 years ago
Volodymyr Babak
3dd85167e5
Set kafka client version to 2.8.0
5 years ago
Sergey Matvienko
cfa951c1ea
hsqldb version upgrade. postgresql specific syntax enabled for test suite sql.syntax_pgs=true
5 years ago
Sergey Matvienko
059089367a
hsqldb version upgrade. postgresql specific syntax enabled for test suite sql.syntax_pgs=true
5 years ago
Sergey Matvienko
b6bd324cf5
os-maven-plugin.version fix and update
5 years ago
Sergey Matvienko
da65eaab47
added spring-core for the root dependency management
5 years ago
YevhenBondarenko
823f1dd39c
update lwm2m version
5 years ago
Sergey Matvienko
ae010b78f2
added hamcrest dependency to the test scope. The purpose is assertThat and various Matchers with advanced output
5 years ago
Sergey Matvienko
ef133b2274
postgresql.driver.version upgrade to 42.2.20 to fix connection issue with Postgres 11
5 years ago
YevhenBondarenko
e9f5fd2706
added ability to use redis cluster for lwm2m redis stores.
5 years ago
Sergey Matvienko
27788790df
dependency upgrade: grpc.version up to 1.36.0. explicitly added protobuf-java-util due to grpc not depends on it anymore
5 years ago
Andrew Shvayka
a84103f1e4
Restore old Nashorn sandbox version until bug in library is fixed ( #4408 )
* Restore old nashorn sandbox version until bug in library is fixed
* Change version of Nashorn Sandbox to 0.1.16
5 years ago
ShvaykaD
dc87550835
Extract coap-server component to separate module to be used in coap transport and core (CoAP integrations).
* init commit: coap-server component
* move coap-server to separate module
* fix typo
5 years ago
Igor Kulikov
4a63660e1d
Version set to 3.3.0-SNAPSHOT
5 years ago
Viacheslav Klimov
593f95a7af
Provide additional validation for entities ( #4326 )
* Provide additional validation for entities
* Refactor
* Create test for NoXssValidator
* Refactor dependencies
5 years ago
ShvaykaD
fd3e18f18b
CoAP DTLS support ( #4316 )
* dtls init commit
* added fixes after review
* fix typo
* changed translation for DeviceCredentialsType.X509_CERTIFICATE
5 years ago
AndrewVolosytnykhThingsboard
d5658d5b32
Code cleaning, improvement of README.md
5 years ago
YevhenBondarenko
ae4de0c3d1
updated httpclient, spring-boot, netty versions
5 years ago
ShvaykaD
c5c8fbd3f7
[3.2.2] [WIP] coap transport ( #4239 )
* init CoapDeviceProfile & added ui components
* added transport payload type configuration for default coap device type
* added AbstractCoapTransportResource & updated efento resource
* fixed coap device profile save & update
* fixed Attribute Updates notifications
* revert CoapOkCallback onSuccess changes
* updated provision request to handle proto payload type
* fix license
* updated Rpc subscribe/unsubscribe action
* add more device emulator clients
* added fix for Coap Transport: ability to handle requests with oneElementUriPaths and MultiElementUriPaths
* fix TbCoapServer implementation
* changed response type to CREATED in POST requests
* improved implementation
* fix typos
* minor bug-fixes & improvements
* fix TbCoapServerMessageDeliverer class
* improved relay sensor implementation
* added tests for CoAP transport\
* fix typo
* removed nosql tests
* fix coap endpoint creation & improved getAttributes tests
* transport tests refactoring
5 years ago
nickAS21
648e8ec262
lwm2m: add Lwm2m provider for models
5 years ago
vkukhtyn
5a72479951
[WIP] SNMP initial implementation ( #3755 )
* Add SNMP type to transport profiles
* Update reference config for transport profiles
* Initial implementation to retrieve a value using SNMP GET message
* Fix license header
* Move config files
* Use async handler for SNMP response
* Send SNMP agent response to attributes and telemetry
* UI: add SNMP option for device profile
* UI: use JSON field to set SNMP profile configuration
* Handle device profile update event
* Use concurrent hash map for SNMP device sessions
* UI: Add device transport configuration control
* Cancel async request to avoid memory leak and timeout handling
* Start SNMP pooling after application started
* Move OID per profile mapping to SNMP transport context
* Fix build after merge with 3.2.1-SNAPSHOT
* Init device sessions on TB start
* Fix build error, refactoring
* Update session context on device update
* Set device info on session context creating
* Refresh pooling params on device or profile update
* Update license header
* Process device and profile transport config update
* Process SNMP response asynchronously
* Change polling implementation
5 years ago
Igor Kulikov
8fe6c956c8
Version set to 3.3.0-SNAPSHOT. Code style improvements.
5 years ago
YevhenBondarenko
50d96fb49e
Version set to 3.3.0-SNAPSHOT
5 years ago
nickAS21
675e552672
Lwm2m: back fix bug: shared attr & change observe in profile ( #4175 )
* Lwm2m: back fix bug: shared attr & change observe in profile
* Lwm2m: replace: lwServer by leshanServer. Remove lwServer from interface LwM2mTransportService
* Lwm2m: californium ver 2.6.1
* Lwm2m: californium ver 2.6.1
* Lwm2m: Json clone
5 years ago
Igor Kulikov
3255eb9027
Version set to 3.2.2-SNAPSHOT
5 years ago
Yevhen Bondarenko
3716e2833a
[WIP]added redis stores support to lwm2m transport ( #4164 )
* added redis stores support to lwm2m transport
* added cache dependency to dao
* added cache dependency to dao-api
* moved JacksonUtil to the common.util package
* added cache to the component scan for install
* lwm2m stores improvements
5 years ago
nickAS21
003a666d4a
Lwm2m: back: fix bug test docker with maven-deploy-plugin <version>3.0.0-M1</version>
5 years ago
nickAS21
e9333922a4
Lwm2m: back: fix bug test docker without maven-deploy-plugin <version>3.0.0-M1</version>
5 years ago
nickAS21
62ec921454
Lwm2m: back: fix add to pom deploy version
5 years ago
nickAS21
612532bbd9
Lwm2m: back: fix bug final and pom
5 years ago
nickAS21
e5b49c70d9
Lwm2m: back: fix bug tests
5 years ago
Igor Kulikov
3f83be21da
Fix lombok config. Update base openjdk image
5 years ago
Igor Kulikov
22e5771120
JDK 11 Support
5 years ago
Igor Kulikov
61723da391
Version set to 3.3.0-SNAPSHOT
5 years ago
nickAS21
17700fe186
Lwm2m: backEnd: refactoring after update dependencies: <californium.version>2.6.0</californium.version>
<leshan-server.version>1.3.0</leshan-server.version>
<leshan-core.version>1.3.0</leshan-core.version>
<leshan-client.version>1.3.0</leshan-client.version>
6 years ago
Igor Kulikov
d31358b2ea
Update license header - set 2021 year
6 years ago
nickAS21
bc4684c907
Lwm2m: backEnd: refactoring security
6 years ago
nickAS21
3a7101a8a3
Lwm2m: backEnd: model Client from provide
6 years ago
Igor Kulikov
6814c21ee9
restore ver 3.2.1-SNAPSHOT
6 years ago
Igor Kulikov
bfee301625
Set ver to 2.5.6-SNAPSHOT
6 years ago
Andrii Shvaika
be84a0fc20
Version set to 2.5.6-SNAPSHOT
6 years ago
Vladyslav_Prykhodko
38dcd946f6
UI: Fixed warning license check command
6 years ago