Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-14979 new bundle for wildfly jars to master #115

Closed
wants to merge 2 commits into from

Conversation

robstryker
Copy link
Member

No description provided.

private boolean isConnectionCloseException(Exception e) {
return (e instanceof IOException
&& e.getMessage() != null
&& (e.getMessage().indexOf("Channel closed") > -1) // pre-AS 7.1 client lib
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ shouldn't happen with wildfly right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i believe it can still occur so i will leave the lines in.

@fbricon
Copy link
Member

fbricon commented Jul 17, 2013

So except for the plugin name (I'd rather prefer wildfly8 than as8), the rest looks ok. Code duplication is not ideal but justified. LGPL bits already existed in the as71 package, so nothing new here.

I'm approving the PR but don't be surprised if you're asked to rename the package/plugin once @maxandersen gets back.

<phase>generate-resources</phase>
</execution>
</executions>
<configuration>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add <skip>false</skip> into configuration to fix errors for new builds with -DskipTests flag.

 JBIDE-14979 moving jars into a lib folder, prepare for removal of jars entirely via pom.xml prereq

JBIDE-14979 final commit with rebuild to verify

 JBIDE-14979 not sure why the libs were added

JBIDE-14979 cleanup to minimize the number of classes and changs required in such bundles

JBIDE-14979 cleanup

JBIDE-14979 more updates to ensure all use cases work

JBIDE-14979 more updates to ensure all use cases work

JBIDE-14979 more updates to ensure all use cases work

updates as per fred

updates as per fred and other cleanup

JBIDE-14979_v2 - pom.xml fix as per dgolovin

JBIDE-14979 rename plugin to wildfly8 instead of as8

Missed some string substitutions

Further string substitutions JBIDE-14979
@robstryker
Copy link
Member Author

I pushed this to master with a rebase, so hashes don't match.

@robstryker robstryker closed this Jul 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants