CoreyD97 / Burp-Montoya-Utilities

A collection of utilities for building extensions using Burp's Montoya API
GNU Affero General Public License v3.0
46 stars 9 forks source link

burpsuite_pro_v2022.12.7 issue #1

Closed irsdl closed 1 year ago

irsdl commented 1 year ago

Here is the error message:

java.lang.AbstractMethodError: Receiver class com.coreyd97.BurpExtenderUtilities.ProjectSettingStore does not define or inherit an implementation of the resolved method 'abstract burp.api.montoya.http.message.requests.HttpRequest httpRequest()' of interface burp.api.montoya.http.message.HttpRequestResponse.

burpsuite_pro_v2022.12.7.jar jdk-17.0.5

CoreyD97 commented 1 year ago

Versions of the Montoya API included in Burp prior to 2023.1 were a pre-release of the Montoya API.

Since there were significant changes in Montoya v1.0, there's no realistic way to make this backwards compatible unfortunately.