forked from j-easy/easy-rules
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from opensrp/optimize_rules_engine
Update dependencies to latest stable versions
- Loading branch information
Showing
145 changed files
with
213 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<parent> | ||
<groupId>org.jeasy</groupId> | ||
<groupId>org.smartregister</groupId> | ||
<artifactId>easy-rules</artifactId> | ||
<version>4.1.1-SNAPSHOT</version> | ||
</parent> | ||
|
@@ -9,7 +9,7 @@ | |
<artifactId>easy-rules-archetype</artifactId> | ||
<name>Easy Rules Quick Start Archetype</name> | ||
<description>Maven archetype to create a skeleton project</description> | ||
<url>http://www.github.com/j-easy/easy-rules</url> | ||
<url>http://github.com/opensrp/easy-rules</url> | ||
|
||
<developers> | ||
<developer> | ||
|
@@ -24,20 +24,20 @@ | |
</developers> | ||
|
||
<scm> | ||
<url>[email protected]:j-easy/easy-rules.git</url> | ||
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection> | ||
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection> | ||
<url>[email protected]:opensrp/easy-rules.git</url> | ||
<connection>scm:git:[email protected]:opensrp/easy-rules.git</connection> | ||
<developerConnection>scm:git:[email protected]:opensrp/easy-rules.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/j-easy/easy-rules/issues</url> | ||
<url>https://github.com/opensrp/easy-rules/issues</url> | ||
</issueManagement> | ||
|
||
<ciManagement> | ||
<system>Github Actions</system> | ||
<url>https://github.com/j-easy/easy-rules/actions</url> | ||
<url>https://github.com/opensrp/easy-rules/actions</url> | ||
</ciManagement> | ||
|
||
<licenses> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.jeasy</groupId> | ||
<groupId>org.smartregister</groupId> | ||
<artifactId>easy-rules</artifactId> | ||
<version>4.1.1-SNAPSHOT</version> | ||
</parent> | ||
|
@@ -14,20 +14,20 @@ | |
<description>Public API and core implementation of Easy Rules</description> | ||
|
||
<scm> | ||
<url>[email protected]:j-easy/easy-rules.git</url> | ||
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection> | ||
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection> | ||
<url>[email protected]:opensrp/easy-rules.git</url> | ||
<connection>scm:git:[email protected]:opensrp/easy-rules.git</connection> | ||
<developerConnection>scm:git:[email protected]:opensrp/easy-rules.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/j-easy/easy-rules/issues</url> | ||
<url>https://github.com/opensrp/easy-rules/issues</url> | ||
</issueManagement> | ||
|
||
<ciManagement> | ||
<system>Github Actions</system> | ||
<url>https://github.com/j-easy/easy-rules/actions</url> | ||
<url>https://github.com/opensrp/easy-rules/actions</url> | ||
</ciManagement> | ||
|
||
<developers> | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/annotation/Action.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/annotation/Condition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/annotation/Fact.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/annotation/Priority.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/annotation/Rule.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/annotation/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/api/Condition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/api/RuleListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/api/RulesEngine.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/api/RulesEngineListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/api/RulesEngineParameters.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/api/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/AbstractRulesEngine.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/ActionMethodOrderBean.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/BasicRule.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/DefaultRule.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/DefaultRulesEngine.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/InferenceRulesEngine.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/NoSuchFactException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/RuleBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/RuleDefinitionValidator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/RuleProxy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
2 changes: 1 addition & 1 deletion
2
easy-rules-core/src/main/java/org/jeasy/rules/core/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* The MIT License | ||
* | ||
* Copyright (c) 2021, Mahmoud Ben Hassine ([email protected]) | ||
* Copyright (c) 2020, Mahmoud Ben Hassine ([email protected]) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
Oops, something went wrong.