Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: orphan-oss/ognl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: OGNL_3_4_0
Choose a base ref
...
head repository: orphan-oss/ognl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: OGNL_3_4_1
Choose a head ref
  • 19 commits
  • 9 files changed
  • 4 contributors

Commits on Jul 18, 2023

  1. #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.
    petergeneric committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c7c5e6a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    19bf706 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. 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]>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e18059b View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    50821f1 View commit details
    Browse the repository at this point in the history
  3. 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]>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8916941 View commit details
    Browse the repository at this point in the history
  4. 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
    github-actions[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    84f164b View commit details
    Browse the repository at this point in the history
  5. 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
    github-actions[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fd29522 View commit details
    Browse the repository at this point in the history
  6. 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
    github-actions[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e2538db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02afe14 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09ff3a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f616d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0aa288e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #218 from orphan-oss/fix/unit-tests

    Includes the Vintage engine to run Junit4.x tests and fix one issue
    lukaszlenart authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2f37438 View commit details
    Browse the repository at this point in the history
  12. 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
    lukaszlenart authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fef25e8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63a227a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #219 from orphan-oss/fix/jdk8-compatibility

    Partially reverts #214 to keep compatibility with JDK8
    lukaszlenart authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    222d281 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    258d903 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #220 from orphan-oss/feature/adds-create-conext-he…

    …lper
    
    Adds additional helper method to simplify create OgnlContext
    lukaszlenart authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2892edd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9bb6659 View commit details
    Browse the repository at this point in the history
Loading