Thanks to visit codestin.com
Credit goes to github.com

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: asterisk-java/asterisk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: asterisk-java/asterisk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.x
Choose a head ref
  • 3 commits
  • 231 files changed
  • 1 contributor

Commits on Nov 22, 2023

  1. Migrate from Maven to Gradle (#557)

    * Migrate from Maven to Gradle
    
    * Cleanup
    
    * Sign and publish
    
    * Fix ci and release workflows and use Java 17 and 21
    
    * Cleanup
    
    * Cleanup
    piotrooo authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9cce488 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Introduce databind writer (#567)

    * Introduce databind writer
    
    * Introduce databind writer - cleanup
    
    * Introduce databind writer - cleanup
    piotrooo authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    54fbaf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Introduce AMI module (#570)

    * Move ManagerAction and AbstractManagerAction to AMI module
    
    * Move ExpectedResponse and ManagerResponse
    
    * Move ChallengeAction and ChallengeResponse
    
    * Fix falling tests
    
    * Add response type enum and start working with framework for action testing
    
    * Add databinder
    
    * Fix falling tests
    
    * Add simple databinder
    
    * Handle decoder from string
    
    * Rename ManagerResponse to ManagerActionResponse
    piotrooo authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    180241d View commit details
    Browse the repository at this point in the history
Loading