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

Payara issue 502.2 #504

Merged
merged 18 commits into from
Dec 11, 2015
Merged

Payara issue 502.2 #504

merged 18 commits into from
Dec 11, 2015

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Oct 31, 2015

And this is the second part. It contains much more changes, but it seems much better in my opinion ... but I'm not sure if it is completely correct. Someone should check it.
This part also should help to resolve similar issues ...

David Matejcek added 5 commits October 31, 2015 01:50
- resource bundle the could not be found from jdbc-runtime where it is used.
…a resource bundle

- fixes the issue together with the previous commit
- removed anonymous class
- removed synchronization hell
- KISS
- respecting other threads without need of synchronization
- looking for a resource bundle outside logger
- looking for a resource bundle via provided class loader
- constructing names makes sense (a bit)
- seems faster and no voodoo needed any more
- commented out System.x.println logs for extreme situations

# Conflicts:
#	nucleus/common/common-util/src/main/java/com/sun/logging/LogDomains.java
- imports, annotations, removed tab characters,
- reduced copy and paste in JdbcRuntimeExtension
@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

1 similar comment
@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@smillidge
Copy link
Contributor

payara test please

David Matejcek added 3 commits November 3, 2015 16:53
- API method for loggers which never use bundled messages so the resource
  bundle searching will be skipped.
- connectors-runtime.jar
- deleted copied commented out code
@payara-ci
Copy link
Contributor

All tests have passed

David Matejcek added 8 commits November 3, 2015 17:11
- uses bundle from another jar file, then must use also it's logger
- conflicting package names!
- added bundle file
- some messages moved here from nucleus security core
  because they are not used in any other place
…ity core

- checked by fulltext searching over the whole repository
- class has no bundle available and messages are not anywhere in classpath
- truncated whitespaces
- some loggers don't use bundles
@smillidge
Copy link
Contributor

payara test please

@payara-ci
Copy link
Contributor

All tests have passed

@smillidge
Copy link
Contributor

Similar to the other comments on the other pull requests

One thing we need changing to comply with the CDDL we need a comment in each changed file of the form;

Portions Copyright [2015] [C2B2 Consulting Limited]

Can you add please?

@smillidge
Copy link
Contributor

Given the number of changes on this pull request we can get one of our developers to add the comments if you don't have time.

@dmatej
Copy link
Contributor Author

dmatej commented Nov 5, 2015

I'm in half of the work ... what to do with files that are completely new? Should I add still the same header? (Portions ...)

@smillidge
Copy link
Contributor

Completely new files should have

/*
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 Copyright (c) 2015 C2B2 Consulting Limited. All rights reserved.
 The contents of this file are subject to the terms of the Common Development
 and Distribution License("CDDL") (collectively, the "License").  You
 may not use this file except in compliance with the License.  You can
 obtain a copy of the License at
 https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
 or packager/legal/LICENSE.txt.  See the License for the specific
 language governing permissions and limitations under the License.
 When distributing the software, include this License Header Notice in each
 file and include the License file at packager/legal/LICENSE.txt.
 */

@dmatej
Copy link
Contributor Author

dmatej commented Nov 5, 2015

Done :-)

@smillidge
Copy link
Contributor

payara test please

@payara-ci
Copy link
Contributor

All tests have passed

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

9 similar comments
@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

smillidge added a commit that referenced this pull request Dec 11, 2015
@smillidge smillidge merged commit d3023b3 into payara:master Dec 11, 2015
@dmatej dmatej deleted the Payara-issue-502.2 branch December 16, 2015 07:49
aubi pushed a commit to aubi/Payara that referenced this pull request Jan 3, 2022
FISH-5746 Fix the getOptionalValues NoSuchElementException
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.

3 participants