`

破解JIRA3.3 和 Confluence2.7

阅读更多
破解JIRA3.3 和 Confluence2.7
下载地址:http://www.atlassian.com/software
破解比较简单,有关Licence的代码在atlassian-extras-0.7.10.jar中。

1、反编译包中的文件:com.atlassian.license.DefaultLicense.class。改成下面:
// Decompiled by DJ v3.8.8.85 Copyright 2005 Atanas Neshkov  Date: 2005-11-5 17:41:28
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name:   DefaultLicense.java
package com.atlassian.license;
import java.util.*;
// Referenced classes of package com.atlassian.license:
//            License, LicenseType
public class DefaultLicense
    implements License
{
    public DefaultLicense(Date dateCreated, Date datePurchased, String organisation, LicenseType licenseType, int users)
    {
        this.dateCreated = dateCreated;
        this.datePurchased = datePurchased;
        this.organisation = organisation;
        this.licenseType = licenseType;
        this.users = users;
    }
    public Date getDateCreated()
    {
        return dateCreated;
    }
    public Date getDatePurchased()
    {
        return datePurchased;
    }
    public String getOrganisation()
    {
        return organisation;
    }
    public LicenseType getLicenseType()
    {
        return licenseType;
    }
    public String toString()
    {
        return licenseType.getNiceName() + " licensed to " + organisation;
    }
    public boolean isExpired()
    {
        return false;
    }
    public Date getExpiryDate()
    {
        return null;
    }
    public boolean isLicenseLevel(Collection levels)
    {
        for(Iterator iterator = levels.iterator(); iterator.hasNext();)
        {
            String level = (String)iterator.next();
            if(getLicenseType().getDescription().toLowerCase().indexOf(level.toLowerCase()) != -1)
                return true;
        }
        return false;
    }
    public int getUsers()
    {
        if(licenseType.requiresUserLimit())
            return users;
        else
            return -1;
    }
    public static long EVALUATION_PERIOD = 0x9fa52400L;
    protected Date dateCreated;
    protected Date datePurchased;
    protected String organisation;
    protected LicenseType licenseType;
    private int users;
}
 

其实就改了两个方法: 
   public boolean isExpired()
    {
        return false;
    }
    public Date getExpiryDate()
    {
        return null;
    }
 
2、把编译好的class文件复制到atlassian-extras-0.7.10.jar中,覆盖原来文件。(编译是要指明-classpath=tlassian-extras-0.7.10.jar)

3、启动服务器,成功。
0
0
分享到:
评论

相关推荐

    如何整合Jira跟confluence的用户管理

    在企业级项目管理和协作环境中,Jira 和 Confluence 是两款非常受欢迎的工具。它们均来自Atlassian公司,分别专注于问题跟踪(Issue Tracking)和文档协作(Document Collaboration)。对于同时使用这两款产品的团队...

    jira8.22和confluence7.16备份恢复文档

    总结来说,Jira 和 Confluence 的备份恢复涉及到系统级和项目级的数据迁移,附件处理需额外关注。确保备份的完整性,并在恢复前验证环境兼容性和数据一致性,是成功迁移的关键。定期备份和了解备份恢复流程能有效...

    Crowd单点登录-管理jira与confluence

    crowd2.7下载:http://downloads.atlassian.com/software/crowd/downloads/atlassian-crowd-2.7.0.zip crowd安装+破解+集成jira+集成confluence

    jira和confluence.7z :jira7.2和confluence6.7原版文件和插件

    JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪、客户服务、需求收集、流程审批、任务跟踪、项目跟踪和敏捷管理等工作领域。 Confluence是一个专业的企业知识管理与协同软件,也可以用于构建...

    Jira&Confluence安装配置说明

    本文档主要讲述了Jira和Confluence的安装配置过程。下面将对Jira的安装配置进行详细的讲解。 一、JDK的安装 JDK的安装是Jira安装的前提条件。首先,需要下载JDK5.0,并安装到D:\JDK1.5目录下。安装过程中,需要...

    JIRA 与 Confluence 同步故障排除

    在企业级项目管理和协作环境中,Atlassian 提供了两款非常重要的工具:JIRA 和 Confluence。JIRA 主要用于项目跟踪、缺陷追踪、敏捷开发等场景;而 Confluence 则侧重于团队协作、知识管理以及文档共享等方面。这两...

    docker-atlassian:基于docker容器的JIRA软件和Confluence的docker-compose业务流程

    docker-atlassian:基于docker容器的JIRA软件和Confluence的docker-compose业务流程

    JIRA+Confluence实现敏捷协同开发

    本节课程将介绍JIRA及Confluence集成于敏捷项目中的应用实践。重点在Scrum计划会议、立会、反思及检讨会议如何透过JIRA及Confluence实现协同合作,进而帮助敏捷团队持续过程改进。

    Jira Software&Confluence使用与管理介绍

    **Jira Software 使用与管理详解...总的来说,Jira Software 和 Confluence 的结合使用,为软件团队提供了一个全面的协作和项目管理平台,涵盖了从需求收集、开发、测试到发布的全过程,有助于提升团队效率和协作质量。

    CentOS系统安装JDK+Crowd+JIRA+Confluence教程1

    在本篇教程中,我们将详细介绍如何在 CentOS 系统中安装 JDK、Crowd、JIRA 和 Confluence。这些工具都是 Atlassian 家族中的重要组件,广泛应用于软件开发、项目管理和团队协作中。 一、JDK 安装 JDK(Java ...

    jira confluence 语言包+破解包

    jira_6.0.* confluence 5.0.* 语言包+破解包 请低调使用。毕竟没有花钱的东西。里面如何使用都有详细的readme。

    CentOS系统安装JDK+Crowd+JIRA+Confluence教程

    JDK+Crowd+JIRA+Confluence安装教程 JDK+Crowd+JIRA+Confluence安装教程

    JIRA&Confluence双机热备技术方案.doc

    对于企业级应用如JIRA和Confluence,双机热备技术是确保服务连续性和数据完整性的重要手段。然而,Atlassian官方推荐的Data Center方案,由于其许可证成本问题,可能并不适合所有组织。因此,本文档将探讨一种不依赖...

    JIRA+Confluence实现敏捷协同开发视频地址

    JIRA 和 Confluence 作为 Atlassian 公司旗下的两款明星产品,在敏捷开发领域有着广泛的应用。本文将详细介绍如何通过 JIRA 和 Confluence 实现高效的敏捷协同开发。 #### 二、JIRA 在敏捷开发中的作用 ##### 2.1 ...

    linux下mysql、jira、confluence整合.docx

    linux下mysql、jira、confluence整合.docxlinux下mysql、jira、confluence整合.docx

    JIRA与Confluence管理员切换用户身份插件

    其中 Confluence Switch User 插件是有管理和配置界面的,甚至可以查到 su 的使用历史。官方的 Confluence Switch User 插件是不包含出英文外其他任何语言包的,所以特地制作了中文语言包。 JIRA Switch User 插件...

    Jira 6.X破解license 格式(包括Jira,敏捷,插件license)

    Jira 6.X破解license 格式(包括Jira,敏捷,插件license)

    Confluence JIRA 报表(JIRA Report)蓝图 - CWIKIOSSEZ

    Confluence与JIRA报表(JIRA Report)蓝图是一种强大的工具,旨在帮助用户在Atlassian的Confluence平台中创建清晰、直观的报表,以便更好地追踪和管理与JIRA项目相关的任务和进度。这一功能特别适用于那些需要跨团队...

Global site tag (gtag.js) - Google Analytics