Bondar Bogdan
Bondar Bogdan
Yes indeed, action should not be allowed to change after it had been finished, thanks for reporting it!
Sorry for the late reply and thanks a lot for adapting the PR! Regarding the test: it depends if you would like to implement the Integration test or a Unit...
Hi @krishna-devolo ! You don't need to use neither `TestdataFactory` nor `AbstractJpaIntegrationTest`, both of this classes assume there is a Spring Application Context present by auto wiring required dependencies. For...
No, it does not. The reason you are getting the `NullPointerException` is due to a missing `SecurityTokenGenerator`. Try using `new JpaTarget("targetInPage1", null); `
Hi @Jyothi-K , Hawkbit provides a server side of a software update and your issue is definitely related to the client side. Thus I would suggest posting this issue/contacting SWUpdate...
Hi @Bastian-Krause ! Thanks a lot for bringing this issue up. We should indeed restrict/define and document the allowed controller id format/characters. What would be your expectations: 1) Would you...
@Jasper-Ben Definitely! As you've already noticed there is not enough work-force available currently to support Hawkbit community so any help would be greatly appreciated ;)
- [x] Introduce Repository/Management layer - [x] Introduce Mgmt Api - [ ] Introduce Mgmt UI
Hi! You are partially right :) The DMF API is mainly targeting targets/clients and can really be seen as request/response API in this regard. However, the main benefit of DMF...
Hi @AalokSharma , I would suggest adding debug/trace logs to measure code parts execution time within autoassign scheduler. In that case you would better understand where the bottleneck is. I...