GitHub - apache/sling-org-apache-sling-commons-crypto: Apache Sling Commons Crypto

Apache Sling Commons Crypto. Contribute to apache/sling-org-apache-sling-commons-crypto development by creating an account on GitHub.

GitHub

Как «вшить» модули в NCALayer, если штатный установщик не работает

На практике NCALayer нередко устанавливается «успешно», но без нужных модулей: ЭЦП не определяется, внешние системы не работают, а повторная установка не помогает. Разбор конфигураций, Java-параметров и логов — путь рабочий, но не всегда оправданный по времени.

https://habr.com/ru/articles/994250/

#NCALayer #ЭЦП #НУЦ_РК #PKI #Java #OSGi #системное_администрирование #электронная_подпись #Windows

Как «вшить» модули в NCALayer, если штатный установщик не работает

Предисловие На практике NCALayer нередко устанавливается «успешно», но без нужных модулей: ЭЦП не определяется, внешние системы не работают, а повторная установка не помогает. Разбор конфигураций,...

Хабр
Ich versuche interessierten Laien gerade Protokollstapel zu erklären. Im klassischen #OSGI -Modell ist HTTP die Anwendungsschicht und damit das höchste. Im praktischen Gebrauch kommt danach ja noch was. Also z.B. > JSON > ActivityPub. Gibt es Bezeichnungen dafür?
#netzwerke #software #informatik

Oldie but goldie 💛⭐️🏆

XMLUnit for #Java 2.10.3 was released a month ago, improving usage in #OSGi environments with the jakarta.xml.bind namespace.

Many thanks to Stefan Bodewig for maintaining this project 🙏

https://github.com/xmlunit/xmlunit

GitHub - xmlunit/xmlunit: XMLUnit for Java 2.x

XMLUnit for Java 2.x. Contribute to xmlunit/xmlunit development by creating an account on GitHub.

GitHub

Single Sign-On плагин для Sonatype Nexus Repository

Хочу рассказать о своём проекте - Single Sign-On плагин для Sonatype Nexus Repository . Плагин реализует аутентификацию через SSO и пользовательские токены для Nexus редакции "Community Edition". Если вам интересна эта тема, то добро пожаловать под кат.

https://habr.com/ru/articles/904766/

#сезон_open_source #sonatype_nexus_repository_oss #sso #saml #java #osgi #хранение_данных

Single Sign-On плагин для Sonatype Nexus Repository

Привет, Хабр! Сегодня я хочу рассказать о своём проекте - Single Sign-On плагин для Sonatype Nexus Repository . Sonatype Nexus Repository — это репозиторий артефактов, который поддерживает...

Хабр

Apache Sling Testing PaxExam 4.1.0 released! With updates to OPS4J Pax Exam 4.14.0 and Pax TinyBundles 4.0.1 for enhanced Java 17 and 21 support.

#ApacheSling #PaxExam #OSGi #Testing

https://github.com/apache/sling-org-apache-sling-testing-paxexam

GitHub - apache/sling-org-apache-sling-testing-paxexam: Apache Sling Testing PaxExam

Apache Sling Testing PaxExam. Contribute to apache/sling-org-apache-sling-testing-paxexam development by creating an account on GitHub.

GitHub

OPS4J just released Pax Exam 4.14.0 – an in-container testing framework for OSGi

- refocus on OSGi, removal of all legacy and non-OSGi modules
- update of dependencies and plugins
- support for Java 11, 17 and 21
- execution of regression/integration tests during project build by default
- initial step to move documentation from Confluence to Git

If you want to support further development consider to become a sponsor.

https://github.com/ops4j/org.ops4j.pax.exam

#ops4j #pax #exam #osgi #opensource #testing

GitHub - ops4j/org.ops4j.pax.exam: Pax Exam is an in-container testing framework for OSGi

Pax Exam is an in-container testing framework for OSGi - ops4j/org.ops4j.pax.exam

GitHub
Spent about 4 hours trying to find out why a configuration was not picked up. Dove down into the guts of the #OSGi frameworks only to realise that I pasted a sample config with the incorrect case.

Реализации Microkernel архитектуры с помощью Java OSGI

Я хотел бы поделиться опытом реализации микроядерной архитектуры (microkernel) на Java с помощью OSGI (Open Service Gateway Initiative). Этот подход является промежуточным вариантом между микро-сервисной и монолитной архитектурой. С одной стороны присутствует разделение между компонентами на уровне VM с другой - межкомпонентное взаимодействие происходит без участия сети, что ускоряет запросы.

https://habr.com/ru/articles/801785/

#java #osgi #apache_felix

Реализации Microkernel архитектуры с помощью Java OSGI

Я хотел бы поделиться опытом реализации микроядерной архитектуры (microkernel) на Java с помощью OSGI (Open Service Gateway Initiative). Этот подход является промежуточным вариантом между...

Хабр

As frustrating as our company's slow implosion has been, it still feels good that I can just write a bit of code that solves a problem and submit it upstream to an open-source project.

This particular thing will help with my job, but even if it didn’t, it's a useful thing that makes a tool nicer.

https://github.com/apache/karaf/pull/1821

#Java #Karaf #ApacheKaraf #OSGi

allow using `overrides.properties` while generating repositories by RangerRick · Pull Request #1821 · apache/karaf

This PR adds support for using overrides.properties when using the features-add-to-repository mojo. This allows you to generate a repository that doesn't contain extraneous bundles that won't be us...

GitHub