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: gazbert/bxbot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: gazbert/bxbot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 6 commits
  • 158 files changed
  • 1 contributor

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    200859f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd9b49a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efe5307 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Create CNAME

    gazbert authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    452b27a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Boot 3.1 upgrade (#163)

    * #162 : Upgrade maven build to Boot 3.1
    
    * #162 : Replaced deprecated @EnableGlobalMethodSecurity with @EnableMethodSecurity
    
    * #162 : Removed redundant dev profile prop
    
    * #162 : Fixed log4j3 deprecation warns in maven build
    
    "WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release"
    
    See: https://logging.apache.org/log4j/2.x/manual/configuration.html#ConfigurationSyntax
    
    * #162 : Removed banner from test output
    
    * #162 : Fix banner startup in log file
    
    * #162 : Tone down startup logging
    
    * #162 : More startup logging cleanup
    
    * #162 : Update maven-assembly-plugin
    
    * #162 : Replaced deprecated Spring Security config methods
    
    * #162 : Replaced deprecated Base64 encoder in test class
    
    * #162 : Fix Sonar issues + introduce Lombok
    
    * #162 : Replace deprecated JJWT code
    
    * #162 : Use Lombok for logging
    
    * #162 : Use Lombok for logging + Sonar fixes
    
    * #162 : Use JUnit5 assertions where possible
    
    * #162 : Put maven JaCoCo coverage back to 0.8
    
    * #162 : Don't duplicate Sonar report in Gradle CI
    
    * #162 : Upgrade Gradle build to Boot 3.1.x + Lombok
    
    * #162 : Removed JUnit 5 assert from JUnit4 test
    
    * Also removed Sonar token from Gradle CI config.
    
    * #162 : Removed Powermock from REST API module
    
    Becoming a pain for coverage reporting...
    
    * #162 : Upgrade dependencies for maven build
    
    * #162 : Upgrade maven wrapper
    
    * #162 : Upgrade maven wrapper to latest maven 3.9.4
    
    * #162 : Upgrade dependencies for gradle build
    
    * #162 : Upgrade gradle wrapper to 7.6.2
    
    * #162 : Upgrade gradle wrapper to gradle 8.0
    
    * #162 : Upgrade gradle wrapper to gradle 8.0.2
    
    * #162 : Upgrade gradle wrapper to gradle 8.1.1
    
    * #162 : Upgrade gradle wrapper to gradle 8.2.1
    
    * #162 : Upgrade gradle wrapper to gradle 8.3
    
    * #162 : Send Gradle CI build to Sonar too
    
    Makes sense to check the sonar plugin works for Gradle too.
    
    * #162 : Fix JaCoCo coverage reporting for maven build
    
    * #162 : Fix JaCoCo coverage reporting for Gradle build
    
    * #162 : Fix JaCoCo coverage for powermock modules for Maven build
    
    * #162 : Converted ConfigurationManager to a Spring component
    
    * Also removed powermock from bxbot-repository - no longer needed :-)
    
    * #162 : Change Gradle indents to 2 + README tweaks
    
    * #162 : Cleanup powermock JDK 17 illegal access permissions
    
    * #162 : Cleanup more powermock JDK 17 illegal access permissions + Javadoc
    
    * #162 : Use Lombok for logging + test cleanup
    
    * #162 : Fix some minor Sonar whines
    
    * #162 : Removed deprecated test adapter
    
    * Also fixed more minor Sonar whines...
    
    * #162 : Fix Gradle build - checkstyle
    
    * #162 : Really fix Gradle build checkstyle
    
    * Looks like Gradle checkstyle plugin no like java text block statements...
    
    * #162 : Fixed some Sonar whines
    
    * #162 : Use Lombok for logging
    
    * #162 : Use Lombok for logging
    
    * #162 : Use Lombok for logging
    
    * #162 : Fix gradle build checkstyle issue
    
    * #162 : Convert ConfigurableComponentFactory to Spring component
    
    * A big change, but needed to be done. Less Powermock always a good thing!
    
    * #162 : Change Gradle Groovy indentation to 2 spaces
    
    * #162 : Use Lombok for logging + misc cleanup
    
    * #162 : Use Lombok for logging + misc cleanup
    
    * #162 : Fix some minor sonar whines
    
    * #162 : Fix some minor sonar whines
    
    * #162 : Use Lombok for logging + Sonar fixes
    gazbert authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b00e495 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

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