-
Notifications
You must be signed in to change notification settings - Fork 780
Conversation
I will wait for Travis and merge if the feature verification succeeded. |
Does the feature verification work on your machine?
|
No it doesn't :-( |
Hm, not so good... |
... or shall we create a CQ for 2.1.0 after all, which doesn't have that dependency? |
I think so. |
looks okay:
=> CQ 13559 created |
* Add source jars Signed-off-by: Henning Treu <henning.treu@telekom.de>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
CQ has been approved, I updated this PR to use version 2.1.0 now. |
Additionally created #3540 for updating the 3rd party repo. |
We missed the changes of the targetplatform: https://github.com/eclipse/smarthome/blob/568100a/targetplatform/smarthome.target#L139 |
You are right - imho we should change it to 0.0.0, wdyt? |
Hm, it depends how we would like to handle that "older beta releases" at all. We should consider if we would like to keep the old ones as long as possible (so, using versions in the targetplatform and keep 2.0.0, 2.1.0, 2.2.0, and so on) in the repo or if we start using another approach to support old and new versions (allow compilation etc.). |
It will only affect them if code is actively compiled against it - and as long as we update to backward compatible versions, it won't have any impact really. If we had 0.0.0 in smarthome.target, an "old beta" would not compile against 2.1.0 instead of 2.0.0, which should be just fine. |
I am using Karaf features for the product, so I am not affected, but I would expect that a build of a tagged version will result in the same build result regardless of the build time. |
What we provide as build results are (karaf & p2) features. None of these directly reference resources on the p2 site. So if a solution has some (custom) packaging defined that relies on the p2 repo, this is imho nothing that we need to support; what we need to ensure is that the build of the source code works and this is the case. |
Created #3541. |
Did this change just remove jsonpath-2.0.0 from the third-party repo? |
Ah, that was quick :-) |
Created #3544 |
@IOOOTAlan Try again, please! |
@kaikreuzer 👍 |
Related to #3140 (comment)
Signed-off-by: Kai Kreuzer kai@openhab.org