Skip to content

Commit 01359c9

Browse files
committed
Revert "Merge with master"
This reverts commit 751fb46.
1 parent 58fde8c commit 01359c9

File tree

35 files changed

+151
-219
lines changed

35 files changed

+151
-219
lines changed

application-licensing-common/application-licensing-common-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>application-licensing-common</artifactId>
2727
<groupId>com.xwiki.licensing</groupId>
28-
<version>1.30.2-SNAPSHOT</version>
28+
<version>1.30.1-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>application-licensing-common-api</artifactId>
3131
<name>Licensing Application - Common - API</name>

application-licensing-common/application-licensing-common-api/src/main/java/com/xwiki/licensing/License.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public Map<String, String> getLicensee()
267267
}
268268

269269
/**
270-
* Set licensee information.
270+
* Set licensee informations.
271271
*
272272
* @param licensee a map of licensee information to be assigned.
273273
*/

application-licensing-common/application-licensing-common-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>application-licensing-common</artifactId>
2727
<groupId>com.xwiki.licensing</groupId>
28-
<version>1.30.2-SNAPSHOT</version>
28+
<version>1.30.1-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>application-licensing-common-model</artifactId>
3131
<name>Licensing Application - Common - Model</name>

application-licensing-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>application-licensing</artifactId>
2727
<groupId>com.xwiki.licensing</groupId>
28-
<version>1.30.2-SNAPSHOT</version>
28+
<version>1.30.1-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>application-licensing-common</artifactId>
3131
<packaging>pom</packaging>

application-licensing-licensor/application-licensing-licensor-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>application-licensing-licensor</artifactId>
2626
<groupId>com.xwiki.licensing</groupId>
27-
<version>1.30.2-SNAPSHOT</version>
27+
<version>1.30.1-SNAPSHOT</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030
<artifactId>application-licensing-licensor-api</artifactId>

application-licensing-licensor/application-licensing-licensor-api/src/main/java/com/xwiki/licensing/LicenseManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public interface LicenseManager
4242
/**
4343
* Add a new license to the current set of active license. The added license is checked to be applicable to the
4444
* current wiki instance, else it will not be added. The license is also checked to be more interesting than the
45-
* currently installed licenses. If the license does not provide any improvement of the licensing state of this
46-
* wiki, it will not be added. This check does not reject unsigned license, but gives immediate priority to signed
45+
* currently installed licenses. If the license does not provides any improvement of the licensing state of this
46+
* wiki, it will not be added. This check does not reject unsigned license, but give immediate priority to signed
4747
* ones over unsigned ones, even if the signed license has narrower constraints. These evaluations are done for
48-
* each licensed extension independently, whether these extensions are currently installed or not.
48+
* each licensed extension independently, whether these extension are currently installed or not.
4949
*
5050
* @param license a license to be added (could be signed or not, unsigned will be stored but not really applied)
5151
* @return true if the license has been actually added (see above).

application-licensing-licensor/application-licensing-licensor-api/src/main/java/com/xwiki/licensing/LicenseValidator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public interface LicenseValidator
3131
{
3232
/**
33-
* A LicenseValidator that always returns false. Used when the license validator received is not pristine.
33+
* A LicenseValidator that always reply false. Used when the license validator received is not pristine.
3434
*/
3535
LicenseValidator INVALIDATOR = new LicenseValidator() {
3636
@Override
@@ -69,7 +69,7 @@ public boolean isValid(License license)
6969
boolean isSigned(License license);
7070

7171
/**
72-
* Check if a license is valid, its constraints are respected.
72+
* Check if a license is valid, its constrains are respected.
7373
* The instance constraint is NOT checked, see {@link #isApplicable(License)}
7474
*
7575
* @param license the license to be checked.

application-licensing-licensor/application-licensing-licensor-api/src/main/java/com/xwiki/licensing/internal/DefaultLicensedExtensionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private Map<String, Collection<InstalledExtension>> getLicensorBackwardDependenc
117117
// This can happen if the licensor API extension is currently being installed (some components are loaded
118118
// before the extension is marked as installed).
119119
this.logger.warn("The Licensor API extension ({}) is not installed on the root namespace as it should."
120-
+ " Licensed extensions won't be detected correctly as a consequence.", LICENSOR_EXTENSION_ID);
120+
+ " Licensed extensions won't be detected correctly as a conseuence.", LICENSOR_EXTENSION_ID);
121121
}
122122

123123
return Collections.emptyMap();

application-licensing-licensor/application-licensing-licensor-api/src/main/java/com/xwiki/licensing/internal/GetTrialLicenseListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void onEvent(Event event, Object source, Object data)
9898
}
9999

100100
/**
101-
* Try to generate a trial license for the given extension. Since a free extension has no license to cover its
101+
* Try to generate a trial license for the given extension. Since a free extension has no license to cover it's
102102
* dependencies, check also to see if there aren't any paid dependencies, direct or transitive, that need a trial
103103
* license.
104104
*

application-licensing-licensor/application-licensing-licensor-api/src/main/java/com/xwiki/licensing/internal/LicenseRenewListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
/**
5252
* Listen to licensed extensions upgrades or install in order to trigger a license renewal if needed. A license renew
53-
* is needed if licensed dependencies (direct or transitive) have changed between versions, or if the current license
53+
* it's needed if licensed dependencies (direct or transitive) have changed between versions, or if the currnt license
5454
* has outdated feature ids. Listen also for the install event in case a license was already generated for an older
5555
* uninstalled version.
5656
*

0 commit comments

Comments
 (0)