openhab-core/bundles
2023-07-17 17:58:47 +02:00
..
org.openhab.core Add unit "calorie" (#3684) 2023-07-15 22:18:27 +02:00
org.openhab.core.addon Fix marketplace add-ons missing config description URI (#3688) 2023-07-06 08:26:33 +02:00
org.openhab.core.addon.eclipse Add Eclipse Add-on Service (#3406) 2023-03-02 07:41:49 +01:00
org.openhab.core.addon.marketplace Fix marketplace add-ons missing config description URI (#3688) 2023-07-06 08:26:33 +02:00
org.openhab.core.addon.marketplace.karaf Fix IllegalStateException in CommunityKaraAddonHAndler (#3528) 2023-04-07 09:44:28 +02:00
org.openhab.core.audio HTTP audio servlet: check end of play every 2 seconds (#3695) 2023-07-11 18:46:01 +02:00
org.openhab.core.auth.jaas Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.auth.oauth2client Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.automation New Crowdin updates (#3653) 2023-07-11 18:47:44 +02:00
org.openhab.core.automation.module.media Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.automation.module.script New Crowdin updates (#3653) 2023-07-11 18:47:44 +02:00
org.openhab.core.automation.module.script.rulesupport Remove redundant public and abstract modifiers from interfaces (#3560) 2023-04-20 20:22:58 +02:00
org.openhab.core.automation.rest "Cacheability" option for critical REST resources (#3335) 2023-06-15 20:16:14 +02:00
org.openhab.core.config.core New Crowdin updates (#3653) 2023-07-11 18:47:44 +02:00
org.openhab.core.config.discovery Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.config.discovery.mdns Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.config.discovery.upnp Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.config.discovery.usbserial Remove redundant public and abstract modifiers from interfaces (#3560) 2023-04-20 20:22:58 +02:00
org.openhab.core.config.discovery.usbserial.linuxsysfs Fix resource leak in SysfsUsbSerialScanner (#3513) 2023-04-01 11:32:53 +02:00
org.openhab.core.config.discovery.usbserial.ser2net [serial] Ability to use /dev/serial/ symlinks for usb serial device (#3290) 2023-03-04 14:43:46 +01:00
org.openhab.core.config.dispatch Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.config.serial Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.ephemeris [ephemeris] Add support for overriding holiday definitions (#3573) 2023-05-02 09:11:59 +02:00
org.openhab.core.id Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.bin2json Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.io.console Replace StringBuffer usages with StringBuilder (#3668) 2023-06-25 17:24:46 +02:00
org.openhab.core.io.console.eclipse Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.console.karaf Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.console.rfc147 Remove redundant public and abstract modifiers from interfaces (#3560) 2023-04-20 20:22:58 +02:00
org.openhab.core.io.http Upgrade to Karaf 4.4.3 (#3252) 2023-03-01 13:09:07 +01:00
org.openhab.core.io.http.auth Code cleanup: Use Java 17 features (#3585) 2023-05-01 08:27:15 +02:00
org.openhab.core.io.jetty.certificate Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.io.monitor Always use ThingUid as the unique identifier for thing status metrics (#3674) 2023-07-02 09:31:02 +02:00
org.openhab.core.io.net Code cleanup: Use Java 17 features (#3585) 2023-05-01 08:27:15 +02:00
org.openhab.core.io.rest [rest] Add endpoint for UoM information (#3611) 2023-05-27 21:10:32 +02:00
org.openhab.core.io.rest.audio Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.auth Fix AuthFilter service declaration (#3651) 2023-06-11 21:22:26 +02:00
org.openhab.core.io.rest.core [rest] add unit to item response (#3654) 2023-07-14 20:01:22 +02:00
org.openhab.core.io.rest.log Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.mdns Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.sitemap Improve performance for state update handling (#3635) 2023-07-02 12:12:53 +02:00
org.openhab.core.io.rest.sse [sse] Add type information to state event (#3647) 2023-06-08 14:31:34 +02:00
org.openhab.core.io.rest.swagger Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.transform Add dynamic scripting-language transformation service (#3487) 2023-04-12 21:56:06 +02:00
org.openhab.core.io.rest.ui "Cacheability" option for critical REST resources (#3335) 2023-06-15 20:16:14 +02:00
org.openhab.core.io.rest.voice [tts] Cache mechanism (#3057) 2023-02-28 08:45:44 +01:00
org.openhab.core.io.transport.mdns Remove redundant public and abstract modifiers from interfaces (#3560) 2023-04-20 20:22:58 +02:00
org.openhab.core.io.transport.modbus Code cleanup: Use Java 17 features (#3585) 2023-05-01 08:27:15 +02:00
org.openhab.core.io.transport.mqtt Remove redundant public and abstract modifiers from interfaces (#3560) 2023-04-20 20:22:58 +02:00
org.openhab.core.io.transport.serial Remove redundant public and abstract modifiers from interfaces (#3560) 2023-04-20 20:22:58 +02:00
org.openhab.core.io.transport.serial.javacomm Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.io.transport.serial.rxtx Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.io.transport.serial.rxtx.rfc2217 Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.transport.upnp Remove redundant public and abstract modifiers from interfaces (#3560) 2023-04-20 20:22:58 +02:00
org.openhab.core.io.websocket [websocket] Allow registering websocket adapters (#3622) 2023-06-10 15:35:23 +02:00
org.openhab.core.karaf Remove package support from FeatureInstaller (#3634) 2023-05-27 19:14:48 +02:00
org.openhab.core.model.codegen Renamed packages 2019-12-28 12:18:16 +01:00
org.openhab.core.model.core Remove redundant public and abstract modifiers from interfaces (#3560) 2023-04-20 20:22:58 +02:00
org.openhab.core.model.item Code cleanup: Use Java 17 features (#3585) 2023-05-01 08:27:15 +02:00
org.openhab.core.model.item.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.item.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.lazygen Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.model.lsp New Crowdin updates (#3653) 2023-07-11 18:47:44 +02:00
org.openhab.core.model.persistence Improve existing and add new persistence filters (#3642) 2023-06-18 09:29:49 +02:00
org.openhab.core.model.persistence.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.persistence.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.rule Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.rule.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.rule.runtime Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.model.script [rest] Add semantic tag registry + API to manage user tags (#3646) 2023-06-16 16:38:03 +02:00
org.openhab.core.model.script.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.script.runtime Add group name to GroupStateTriggerHandler (#3536) 2023-05-27 21:30:34 +02:00
org.openhab.core.model.sitemap Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.model.sitemap.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.sitemap.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.thing Fix thing reloading from things file (#3526) 2023-04-15 09:16:32 +02:00
org.openhab.core.model.thing.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.thing.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.persistence Fix NPE in PersistenceManager (#3704) 2023-07-15 22:16:32 +02:00
org.openhab.core.semantics Bump spifly to 1.3.6 and asm to 9.4 to support records (#3658) 2023-06-23 10:46:43 +02:00
org.openhab.core.storage.json Code cleanup: Use Java 17 features (#3522) 2023-04-16 21:43:59 +02:00
org.openhab.core.test Trigger immediately when start level already reached (#3278) 2023-05-28 10:14:03 +02:00
org.openhab.core.test.magic Replace StringBuffer usages with StringBuilder (#3668) 2023-06-25 17:24:46 +02:00
org.openhab.core.thing Keep channel properties in upgrades (#3612) 2023-07-16 10:24:21 +02:00
org.openhab.core.transform Add support for things with generic channels (#3355) 2023-06-25 16:22:55 +02:00
org.openhab.core.ui [Sitemap UI] Do not break format defined in label with extra spaces (#3708) 2023-07-17 17:58:01 +02:00
org.openhab.core.ui.icon Icon server: remove old style request with the state in the URL (#3548) 2023-04-18 10:48:39 +02:00
org.openhab.core.voice New translations voice.properties (French) (#3709) 2023-07-17 17:58:47 +02:00
antlr-generator-3.2.0-patch.jar [model] don't require to download antlr generator on build time (#810) 2019-05-14 09:04:35 +02:00
pom.xml Add Eclipse Add-on Service (#3406) 2023-03-02 07:41:49 +01:00