Apache Sling Commons Crypto 1.2.0 released!
#ASF #ApacheSling #Crypto #OSGi
https://github.com/apache/sling-org-apache-sling-commons-crypto
Apache Sling Commons Crypto 1.2.0 released!
#ASF #ApacheSling #Crypto #OSGi
https://github.com/apache/sling-org-apache-sling-commons-crypto
Как «вшить» модули в NCALayer, если штатный установщик не работает
На практике NCALayer нередко устанавливается «успешно», но без нужных модулей: ЭЦП не определяется, внешние системы не работают, а повторная установка не помогает. Разбор конфигураций, Java-параметров и логов — путь рабочий, но не всегда оправданный по времени.
https://habr.com/ru/articles/994250/
#NCALayer #ЭЦП #НУЦ_РК #PKI #Java #OSGi #системное_администрирование #электронная_подпись #Windows
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 #хранение_данных
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
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.
Реализации Microkernel архитектуры с помощью Java OSGI
Я хотел бы поделиться опытом реализации микроядерной архитектуры (microkernel) на Java с помощью OSGI (Open Service Gateway Initiative). Этот подход является промежуточным вариантом между микро-сервисной и монолитной архитектурой. С одной стороны присутствует разделение между компонентами на уровне VM с другой - межкомпонентное взаимодействие происходит без участия сети, что ускоряет запросы.
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.
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...