sync with upstream/master

This commit is contained in:
Yavuz Tas
2019-10-21 15:31:19 +02:00
parent 0576f1dfb5
commit f89232dd21
2 changed files with 16 additions and 8 deletions

View File

@@ -1,2 +1,7 @@
## Annotations
This module contains articles about Java annotations
### Relevant Articles: ### Relevant Articles:
- [Java Annotation Processing and Creating a Builder](http://www.baeldung.com/java-annotation-processing-builder)
- [Java Annotation Processing and Creating a Builder](https://www.baeldung.com/java-annotation-processing-builder)

View File

@@ -17,9 +17,9 @@ Apache Felix
### Start ### Start
Download Apache Felix Framework Distribution Download Apache Felix Framework Distribution
from <https://felix.apache.org/downloads.cgi> from <https://felix.apache.org/downloads.cgi>
org.apache.felix.main.distribution-5.6.8 org.apache.felix.main.distribution-5.6.8
No! The Apache Karaf container is best. No! The Apache Karaf container is best.
Download it from: <https://karaf.apache.org/download.html> Download it from: <https://karaf.apache.org/download.html>
@@ -33,12 +33,12 @@ Then run
Unzip, pay attention to the files not being clipped(!). Unzip, pay attention to the files not being clipped(!).
system:exit system:exit
exit! exit!
shutdown -h shutdown -h
or `^D` or `^D`
### clean start ### clean start
@@ -69,7 +69,7 @@ can be logged to console
### Bundle deploy ### Bundle deploy
bundle:install mvn:com.baeldung/osgi-intro-sample-activator/1.0-SNAPSHOT bundle:install mvn:com.baeldung/osgi-intro-sample-activator/1.0-SNAPSHOT
install mvn:com.baeldung/osgi-intro-sample-service/1.0-SNAPSHOT install mvn:com.baeldung/osgi-intro-sample-service/1.0-SNAPSHOT
install mvn:com.baeldung/osgi-intro-sample-client/1.0-SNAPSHOT install mvn:com.baeldung/osgi-intro-sample-client/1.0-SNAPSHOT
@@ -88,4 +88,7 @@ Oxygen.1 Wed, 6 Sep 2017 -- 17:00 (-0400)
org.eclipse.osgi_3.12.1.v20170821-1548.jar org.eclipse.osgi_3.12.1.v20170821-1548.jar
= = NOT GOOD = = = = NOT GOOD = =