-
-
Notifications
You must be signed in to change notification settings - Fork 87
Comparing changes
Open a pull request
base repository: orphan-oss/ognl
base: OGNL_3_4_0
head repository: orphan-oss/ognl
compare: OGNL_3_4_1
- 19 commits
- 9 files changed
- 4 contributors
Commits on Jul 18, 2023
-
#160 Update ExpressionCompiler.compileExpression to call a method to …
…instantiate a CtClass to a Class. The newly introduced method invokes ClassPool.toClass(CtClass, Class neighbour). The introduction of this method allows subclassers of ExpressionCompiler to customise the exact mechanics of the class instantiation process if needed.
Configuration menu - View commit details
-
Copy full SHA for c7c5e6a - Browse repository at this point
Copy the full SHA c7c5e6aView commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19bf706 - Browse repository at this point
Copy the full SHA 19bf706View commit details
Commits on Jul 24, 2023
-
Bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.10
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.10. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.8...v0.8.10) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e18059b - Browse repository at this point
Copy the full SHA e18059bView commit details -
Bump org.junit.jupiter:junit-jupiter from 5.9.0 to 5.10.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.0...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50821f1 - Browse repository at this point
Copy the full SHA 50821f1View commit details -
Bump org.junit.jupiter:junit-jupiter-params from 5.9.0 to 5.10.0
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.0...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8916941 - Browse repository at this point
Copy the full SHA 8916941View commit details -
Merge pull request #216 from orphan-oss/dependabot/maven/org.junit.ju…
…piter-junit-jupiter-5.10.0 Bump org.junit.jupiter:junit-jupiter from 5.9.0 to 5.10.0
Configuration menu - View commit details
-
Copy full SHA for 84f164b - Browse repository at this point
Copy the full SHA 84f164bView commit details -
Merge pull request #215 from orphan-oss/dependabot/maven/org.jacoco-j…
…acoco-maven-plugin-0.8.10 Bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.10
Configuration menu - View commit details
-
Copy full SHA for fd29522 - Browse repository at this point
Copy the full SHA fd29522View commit details -
Merge pull request #217 from orphan-oss/dependabot/maven/org.junit.ju…
…piter-junit-jupiter-params-5.10.0 Bump org.junit.jupiter:junit-jupiter-params from 5.9.0 to 5.10.0
Configuration menu - View commit details
-
Copy full SHA for e2538db - Browse repository at this point
Copy the full SHA e2538dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02afe14 - Browse repository at this point
Copy the full SHA 02afe14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ff3a2 - Browse repository at this point
Copy the full SHA 09ff3a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f616d9 - Browse repository at this point
Copy the full SHA 2f616d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa288e - Browse repository at this point
Copy the full SHA 0aa288eView commit details -
Merge pull request #218 from orphan-oss/fix/unit-tests
Includes the Vintage engine to run Junit4.x tests and fix one issue
Configuration menu - View commit details
-
Copy full SHA for 2f37438 - Browse repository at this point
Copy the full SHA 2f37438View commit details -
Merge pull request #214 from petergeneric/master
Update ExpressionCompiler to run on JDK17+ without 'add-opens' JVM opt using Javassist ClassPool.toClass overload that takes a neighbour class
Configuration menu - View commit details
-
Copy full SHA for fef25e8 - Browse repository at this point
Copy the full SHA fef25e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a227a - Browse repository at this point
Copy the full SHA 63a227aView commit details -
Merge pull request #219 from orphan-oss/fix/jdk8-compatibility
Partially reverts #214 to keep compatibility with JDK8
Configuration menu - View commit details
-
Copy full SHA for 222d281 - Browse repository at this point
Copy the full SHA 222d281View commit details -
Configuration menu - View commit details
-
Copy full SHA for 258d903 - Browse repository at this point
Copy the full SHA 258d903View commit details -
Merge pull request #220 from orphan-oss/feature/adds-create-conext-he…
…lper Adds additional helper method to simplify create OgnlContext
Configuration menu - View commit details
-
Copy full SHA for 2892edd - Browse repository at this point
Copy the full SHA 2892eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb6659 - Browse repository at this point
Copy the full SHA 9bb6659View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff OGNL_3_4_0...OGNL_3_4_1