[jira] [Updated] (OAK-6049) incorrect metatype annotations in CustomRestrictionProvider exercise

2019-10-28 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated OAK-6049:

Labels:   (was: candidate_oak_1_4)

> incorrect metatype annotations in CustomRestrictionProvider exercise
> 
>
> Key: OAK-6049
> URL: https://issues.apache.org/jira/browse/OAK-6049
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: exercise
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Trivial
> Fix For: 1.7.0, 1.8.0, 1.4.25, 1.6.18
>
>
> We need to update maven-scr-plugin to work with Java 8. 
> Like that:
> {noformat}
> Index: oak-parent/pom.xml
> ===
> --- oak-parent/pom.xml  (revision 1790388)
> +++ oak-parent/pom.xml  (working copy)
> @@ -63,8 +63,8 @@
>  1.4.194
>  3.0.0
>  10.12.1.1
> -1.7
> -java17
> +1.8
> +java18
>  oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (revision 1790388)
> +++ 
> oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (working copy)
> @@ -36,9 +36,9 @@
>  import 
> org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider;
>  /**
> - * EXERCISE: complete the implemenation
> + * EXERCISE: complete the implementation
>   */
> -@Component(metatype = true, policy = ConfigurationPolicy.REQUIRE)
> +@Component(policy = ConfigurationPolicy.REQUIRE)
>  @Service({RestrictionProvider.class})
>  public class CustomRestrictionProvider implements RestrictionProvider {
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OAK-6049) incorrect metatype annotations in CustomRestrictionProvider exercise

2019-10-28 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated OAK-6049:

Fix Version/s: 1.4.25

> incorrect metatype annotations in CustomRestrictionProvider exercise
> 
>
> Key: OAK-6049
> URL: https://issues.apache.org/jira/browse/OAK-6049
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: exercise
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Trivial
>  Labels: candidate_oak_1_4
> Fix For: 1.7.0, 1.8.0, 1.4.25, 1.6.18
>
>
> We need to update maven-scr-plugin to work with Java 8. 
> Like that:
> {noformat}
> Index: oak-parent/pom.xml
> ===
> --- oak-parent/pom.xml  (revision 1790388)
> +++ oak-parent/pom.xml  (working copy)
> @@ -63,8 +63,8 @@
>  1.4.194
>  3.0.0
>  10.12.1.1
> -1.7
> -java17
> +1.8
> +java18
>  oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (revision 1790388)
> +++ 
> oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (working copy)
> @@ -36,9 +36,9 @@
>  import 
> org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider;
>  /**
> - * EXERCISE: complete the implemenation
> + * EXERCISE: complete the implementation
>   */
> -@Component(metatype = true, policy = ConfigurationPolicy.REQUIRE)
> +@Component(policy = ConfigurationPolicy.REQUIRE)
>  @Service({RestrictionProvider.class})
>  public class CustomRestrictionProvider implements RestrictionProvider {
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OAK-6049) incorrect metatype annotations in CustomRestrictionProvider exercise

2019-07-10 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/OAK-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated OAK-6049:

Fix Version/s: 1.6.18

> incorrect metatype annotations in CustomRestrictionProvider exercise
> 
>
> Key: OAK-6049
> URL: https://issues.apache.org/jira/browse/OAK-6049
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: exercise
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Trivial
>  Labels: candidate_oak_1_4, candidate_oak_1_6
> Fix For: 1.7.0, 1.8.0, 1.6.18
>
>
> We need to update maven-scr-plugin to work with Java 8. 
> Like that:
> {noformat}
> Index: oak-parent/pom.xml
> ===
> --- oak-parent/pom.xml  (revision 1790388)
> +++ oak-parent/pom.xml  (working copy)
> @@ -63,8 +63,8 @@
>  1.4.194
>  3.0.0
>  10.12.1.1
> -1.7
> -java17
> +1.8
> +java18
>  oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (revision 1790388)
> +++ 
> oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (working copy)
> @@ -36,9 +36,9 @@
>  import 
> org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider;
>  /**
> - * EXERCISE: complete the implemenation
> + * EXERCISE: complete the implementation
>   */
> -@Component(metatype = true, policy = ConfigurationPolicy.REQUIRE)
> +@Component(policy = ConfigurationPolicy.REQUIRE)
>  @Service({RestrictionProvider.class})
>  public class CustomRestrictionProvider implements RestrictionProvider {
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-6049) incorrect metatype annotations in CustomRestrictionProvider exercise

2019-07-10 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/OAK-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated OAK-6049:

Labels: candidate_oak_1_4  (was: candidate_oak_1_4 candidate_oak_1_6)

> incorrect metatype annotations in CustomRestrictionProvider exercise
> 
>
> Key: OAK-6049
> URL: https://issues.apache.org/jira/browse/OAK-6049
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: exercise
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Trivial
>  Labels: candidate_oak_1_4
> Fix For: 1.7.0, 1.8.0, 1.6.18
>
>
> We need to update maven-scr-plugin to work with Java 8. 
> Like that:
> {noformat}
> Index: oak-parent/pom.xml
> ===
> --- oak-parent/pom.xml  (revision 1790388)
> +++ oak-parent/pom.xml  (working copy)
> @@ -63,8 +63,8 @@
>  1.4.194
>  3.0.0
>  10.12.1.1
> -1.7
> -java17
> +1.8
> +java18
>  oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (revision 1790388)
> +++ 
> oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (working copy)
> @@ -36,9 +36,9 @@
>  import 
> org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider;
>  /**
> - * EXERCISE: complete the implemenation
> + * EXERCISE: complete the implementation
>   */
> -@Component(metatype = true, policy = ConfigurationPolicy.REQUIRE)
> +@Component(policy = ConfigurationPolicy.REQUIRE)
>  @Service({RestrictionProvider.class})
>  public class CustomRestrictionProvider implements RestrictionProvider {
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-6049) incorrect metatype annotations in CustomRestrictionProvider exercise

2017-04-06 Thread Julian Reschke (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated OAK-6049:

Labels: candidate_oak_1_4 candidate_oak_1_6  (was: )

> incorrect metatype annotations in CustomRestrictionProvider exercise
> 
>
> Key: OAK-6049
> URL: https://issues.apache.org/jira/browse/OAK-6049
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: exercise
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Trivial
>  Labels: candidate_oak_1_4, candidate_oak_1_6
> Fix For: 1.8
>
>
> We need to update maven-scr-plugin to work with Java 8. 
> Like that:
> {noformat}
> Index: oak-parent/pom.xml
> ===
> --- oak-parent/pom.xml  (revision 1790388)
> +++ oak-parent/pom.xml  (working copy)
> @@ -63,8 +63,8 @@
>  1.4.194
>  3.0.0
>  10.12.1.1
> -1.7
> -java17
> +1.8
> +java18
>  oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (revision 1790388)
> +++ 
> oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (working copy)
> @@ -36,9 +36,9 @@
>  import 
> org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider;
>  /**
> - * EXERCISE: complete the implemenation
> + * EXERCISE: complete the implementation
>   */
> -@Component(metatype = true, policy = ConfigurationPolicy.REQUIRE)
> +@Component(policy = ConfigurationPolicy.REQUIRE)
>  @Service({RestrictionProvider.class})
>  public class CustomRestrictionProvider implements RestrictionProvider {
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OAK-6049) incorrect metatype annotations in CustomRestrictionProvider exercise

2017-04-06 Thread angela (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

angela updated OAK-6049:

Summary: incorrect metatype annotations in CustomRestrictionProvider 
exercise  (was: incorrect metatype annotations in CustomRestrictionProvider)

> incorrect metatype annotations in CustomRestrictionProvider exercise
> 
>
> Key: OAK-6049
> URL: https://issues.apache.org/jira/browse/OAK-6049
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: exercise
>Reporter: Julian Reschke
>Priority: Trivial
> Fix For: 1.8
>
>
> We need to update maven-scr-plugin to work with Java 8. 
> Like that:
> {noformat}
> Index: oak-parent/pom.xml
> ===
> --- oak-parent/pom.xml  (revision 1790388)
> +++ oak-parent/pom.xml  (working copy)
> @@ -63,8 +63,8 @@
>  1.4.194
>  3.0.0
>  10.12.1.1
> -1.7
> -java17
> +1.8
> +java18
>  oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (revision 1790388)
> +++ 
> oak-exercise/src/main/java/org/apache/jackrabbit/oak/security/authorization/restriction/CustomRestrictionProvider.java
>   (working copy)
> @@ -36,9 +36,9 @@
>  import 
> org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider;
>  /**
> - * EXERCISE: complete the implemenation
> + * EXERCISE: complete the implementation
>   */
> -@Component(metatype = true, policy = ConfigurationPolicy.REQUIRE)
> +@Component(policy = ConfigurationPolicy.REQUIRE)
>  @Service({RestrictionProvider.class})
>  public class CustomRestrictionProvider implements RestrictionProvider {
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)