feat: Add Dockerfile for building Jira image with included dependencyThis commit adds a Dockerfile that allows users to build a Jira image with the included dependency. The Dockerfile includes instructions for downloading and installing the necessary files, setting environment variables, and configuring the Jira application properties. Users can now easily build a Jira image with the desired version and additional dependencies.
Co-authored-by: haxqer <haxqer666...
feat: Update README with instructions for using the Atlassian agentThis commit adds instructions for using the Atlassian agent, including its advantages and how to configure it. It also provides examples of using Docker-Compose and Helm Chart to deploy the agent.
Update README.md with latest build version and download link- Add latest build version and download link to README.md
- Provide a more convenient way to use the command line keygen in terminal environment
- Highlight that the project is open source and provides insights into cracking techniques
Refactor Plugin class to use "DataCenter" instead of "enterprise"The Plugin class has been modified to update the property key from "enterprise" to "DataCenter". This change ensures consistency and clarity in the code.
Refactor ThirdPlugin setLicenseType method to handle LicenseType.DATA_CENTER correctlyThe setLicenseType method in the ThirdPlugin class has been refactored to handle the LicenseType.DATA_CENTER case correctly. If the license type is DATA_CENTER, the "LicenseTypeName" value in the data map will be set to "datacenter". Otherwise, it will be set to the string representation of the license type.
Remove DataCenter and Subscription properties when not applicable- In LicenseProperty.java, the code was modified to remove the DataCenter and Subscription properties when they are not applicable.
- In ThirdPlugin.java, the constructor was modified to remove the dataCenter parameter since it is no longer needed.